From 58ee8f6ae2eb430179a9843b660425a8f25ed74f Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Fri, 12 Jun 2026 01:31:59 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...83c14f30d1e552dc64a07e5ec54f29e4c95be.json | 71 +++++++++++++++++++ index.json | 3 + netbull.core-bundle.7.0.json | 71 +++++++++++++++++++ 4 files changed, 146 insertions(+) create mode 100644 archived/netbull.core-bundle/d0f83c14f30d1e552dc64a07e5ec54f29e4c95be.json create mode 100644 netbull.core-bundle.7.0.json diff --git a/RECIPES.md b/RECIPES.md index fa70b1be..bb96e3a4 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -454,6 +454,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [nelmio/api-doc-bundle](https://packagist.org/packages/nelmio/api-doc-bundle) | [3.0](../../../tree/main/nelmio/api-doc-bundle/3.0) | | [nelmio/solarium-bundle](https://packagist.org/packages/nelmio/solarium-bundle) | [5.0](../../../tree/main/nelmio/solarium-bundle/5.0) | | [neo4j/neo4j-bundle](https://packagist.org/packages/neo4j/neo4j-bundle) | [1.0](../../../tree/main/neo4j/neo4j-bundle/1.0) | +| [netbull/core-bundle](https://packagist.org/packages/netbull/core-bundle) | [7.0](../../../tree/main/netbull/core-bundle/7.0) | | [netbull/media-bundle](https://packagist.org/packages/netbull/media-bundle) | [7.2](../../../tree/main/netbull/media-bundle/7.2) | | [netbull/security-bundle](https://packagist.org/packages/netbull/security-bundle) | [1.0](../../../tree/main/netbull/security-bundle/1.0) | | [netgen/content-browser](https://packagist.org/packages/netgen/content-browser) | [2.0](../../../tree/main/netgen/content-browser/2.0) | diff --git a/archived/netbull.core-bundle/d0f83c14f30d1e552dc64a07e5ec54f29e4c95be.json b/archived/netbull.core-bundle/d0f83c14f30d1e552dc64a07e5ec54f29e4c95be.json new file mode 100644 index 00000000..9bc8490b --- /dev/null +++ b/archived/netbull.core-bundle/d0f83c14f30d1e552dc64a07e5ec54f29e4c95be.json @@ -0,0 +1,71 @@ +{ + "manifests": { + "netbull/core-bundle": { + "manifest": { + "bundles": { + "NetBull\\CoreBundle\\NetBullCoreBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " ", + " NetBull CoreBundle ", + " ", + "", + " * A starter configuration was created at config/packages/netbull_core.yaml.", + " All options are optional \u2014 uncomment what you need.", + "", + " * Doctrine column types (spatial, phone number, range) must be registered in", + " doctrine.dbal.types before use; the DQL function GREATEST under", + " doctrine.orm.dql.numeric_functions. See the README for the snippet.", + "", + " * To export routes to the frontend, mark them with options: { expose: true },", + " set netbull_core.js_routes_path and run", + " bin/console netbull:core:js-routing.", + "", + " Reference: https://packagist.org/packages/netbull/core-bundle" + ] + }, + "files": { + "config/packages/netbull_core.yaml": { + "contents": [ + "netbull_core:", + " # Where \"bin/console netbull:core:js-routing\" dumps the routes for the frontend,", + " # relative to the project directory. Only routes marked with", + " # \"options: { expose: true }\" are exported.", + " # js_routes_path: 'assets/js/router.js'", + "", + " # Flavor of the generated router file: \"js\" or \"es6\".", + " # js_type: 'es6'", + "", + " # Defaults applied to the AjaxType / Select2Type form types (select2-based widgets).", + " form_types:", + " ajax:", + " minimum_input_length: 1", + " page_limit: 10", + " allow_clear: false", + " delay: 250", + " language: 'en'", + " cache: true", + "", + " # CSS classes / icons used by the pagination_sortable() Twig function.", + " paginator:", + " sortable:", + " icons:", + " none: 'fa fa-sort'", + " asc: 'fa fa-sort-up'", + " desc: 'fa fa-sort-down'", + " active_class: 'text-success'", + " not_active_class: 'text-primary'", + "" + ], + "executable": false + } + }, + "ref": "d0f83c14f30d1e552dc64a07e5ec54f29e4c95be" + } + } +} diff --git a/index.json b/index.json index b6c21cc5..711e233f 100644 --- a/index.json +++ b/index.json @@ -1442,6 +1442,9 @@ "0.4", "1.0" ], + "netbull/core-bundle": [ + "7.0" + ], "netbull/media-bundle": [ "7.2" ], diff --git a/netbull.core-bundle.7.0.json b/netbull.core-bundle.7.0.json new file mode 100644 index 00000000..9bc8490b --- /dev/null +++ b/netbull.core-bundle.7.0.json @@ -0,0 +1,71 @@ +{ + "manifests": { + "netbull/core-bundle": { + "manifest": { + "bundles": { + "NetBull\\CoreBundle\\NetBullCoreBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " ", + " NetBull CoreBundle ", + " ", + "", + " * A starter configuration was created at config/packages/netbull_core.yaml.", + " All options are optional \u2014 uncomment what you need.", + "", + " * Doctrine column types (spatial, phone number, range) must be registered in", + " doctrine.dbal.types before use; the DQL function GREATEST under", + " doctrine.orm.dql.numeric_functions. See the README for the snippet.", + "", + " * To export routes to the frontend, mark them with options: { expose: true },", + " set netbull_core.js_routes_path and run", + " bin/console netbull:core:js-routing.", + "", + " Reference: https://packagist.org/packages/netbull/core-bundle" + ] + }, + "files": { + "config/packages/netbull_core.yaml": { + "contents": [ + "netbull_core:", + " # Where \"bin/console netbull:core:js-routing\" dumps the routes for the frontend,", + " # relative to the project directory. Only routes marked with", + " # \"options: { expose: true }\" are exported.", + " # js_routes_path: 'assets/js/router.js'", + "", + " # Flavor of the generated router file: \"js\" or \"es6\".", + " # js_type: 'es6'", + "", + " # Defaults applied to the AjaxType / Select2Type form types (select2-based widgets).", + " form_types:", + " ajax:", + " minimum_input_length: 1", + " page_limit: 10", + " allow_clear: false", + " delay: 250", + " language: 'en'", + " cache: true", + "", + " # CSS classes / icons used by the pagination_sortable() Twig function.", + " paginator:", + " sortable:", + " icons:", + " none: 'fa fa-sort'", + " asc: 'fa fa-sort-up'", + " desc: 'fa fa-sort-down'", + " active_class: 'text-success'", + " not_active_class: 'text-primary'", + "" + ], + "executable": false + } + }, + "ref": "d0f83c14f30d1e552dc64a07e5ec54f29e4c95be" + } + } +}