From 2889f57002fa85061eb12fdc821e531b699bdde0 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Thu, 11 Jun 2026 08:50:28 +0000 Subject: [PATCH] Create Flex endpoint --- index.json | 20 ++++++++++ netbull.core-bundle.7.0.json | 71 ++++++++++++++++++++++++++++++++++++ 2 files changed, 91 insertions(+) create mode 100644 index.json create mode 100644 netbull.core-bundle.7.0.json diff --git a/index.json b/index.json new file mode 100644 index 00000000..044276c7 --- /dev/null +++ b/index.json @@ -0,0 +1,20 @@ +{ + "aliases": [], + "recipes": { + "netbull/core-bundle": [ + "7.0" + ] + }, + "recipe-conflicts": [], + "versions": [], + "branch": "main", + "is_contrib": true, + "_links": { + "repository": "github.com/symfony/recipes-contrib", + "origin_template": "{package}:{version}@github.com/symfony/recipes-contrib:main", + "recipe_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-2000/{package_dotted}.{version}.json", + "recipe_template_relative": "{package_dotted}.{version}.json", + "archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-2000/archived/{package_dotted}/{ref}.json", + "archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json" + } +} 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" + } + } +}