From f75cba12828a2804d2eac45cd4115e7b069802b2 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Sun, 7 Dec 2025 07:51:39 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 6 ++- ...c2ac9b3350a586d97f326b71be2c7bc3e3ed3.json | 32 ++++++++++++ ...3065f3b1ec4116a7f535343fffb68756f05c8.json | 27 ++++++++++ ...6d39a58f03c067c5d92a0c122f319763b73b0.json | 49 +++++++++++++++++++ ...d35cd76a589e81672689ab3d38ebe6976371d.json | 27 ++++++++++ index.json | 12 ++++- netgen.content-browser.2.0.json | 32 ++++++++++++ netgen.layouts-contentful.2.0.json | 27 ++++++++++ netgen.layouts-core.2.0.json | 49 +++++++++++++++++++ netgen.layouts-sylius.2.0.json | 27 ++++++++++ 10 files changed, 284 insertions(+), 4 deletions(-) create mode 100644 archived/netgen.content-browser/122c2ac9b3350a586d97f326b71be2c7bc3e3ed3.json create mode 100644 archived/netgen.layouts-contentful/96f3065f3b1ec4116a7f535343fffb68756f05c8.json create mode 100644 archived/netgen.layouts-core/bc96d39a58f03c067c5d92a0c122f319763b73b0.json create mode 100644 archived/netgen.layouts-sylius/e62d35cd76a589e81672689ab3d38ebe6976371d.json create mode 100644 netgen.content-browser.2.0.json create mode 100644 netgen.layouts-contentful.2.0.json create mode 100644 netgen.layouts-core.2.0.json create mode 100644 netgen.layouts-sylius.2.0.json diff --git a/RECIPES.md b/RECIPES.md index fcd26da0..e2284503 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -437,8 +437,10 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [nelmio/solarium-bundle](https://packagist.org/packages/nelmio/solarium-bundle) | [5.0](nelmio/solarium-bundle/5.0) | | [neo4j/neo4j-bundle](https://packagist.org/packages/neo4j/neo4j-bundle) | [1.0](neo4j/neo4j-bundle/1.0) | | [netbull/security-bundle](https://packagist.org/packages/netbull/security-bundle) | [1.0](netbull/security-bundle/1.0) | -| [netgen/content-browser](https://packagist.org/packages/netgen/content-browser) | [1.0](netgen/content-browser/1.0) | -| [netgen/layouts-core](https://packagist.org/packages/netgen/layouts-core) | [1.0](netgen/layouts-core/1.0) | +| [netgen/content-browser](https://packagist.org/packages/netgen/content-browser) | [2.0](netgen/content-browser/2.0) | +| [netgen/layouts-contentful](https://packagist.org/packages/netgen/layouts-contentful) | [2.0](netgen/layouts-contentful/2.0) | +| [netgen/layouts-core](https://packagist.org/packages/netgen/layouts-core) | [2.0](netgen/layouts-core/2.0) | +| [netgen/layouts-sylius](https://packagist.org/packages/netgen/layouts-sylius) | [2.0](netgen/layouts-sylius/2.0) | | [networking/init-cms-bundle](https://packagist.org/packages/networking/init-cms-bundle) | [4.4](networking/init-cms-bundle/4.4) | | [nicohaase/twig-isbn-formatter](https://packagist.org/packages/nicohaase/twig-isbn-formatter) | [0.1](nicohaase/twig-isbn-formatter/0.1) | | [nordeus/crowd-user-bundle](https://packagist.org/packages/nordeus/crowd-user-bundle) | [2.0](nordeus/crowd-user-bundle/2.0) | diff --git a/archived/netgen.content-browser/122c2ac9b3350a586d97f326b71be2c7bc3e3ed3.json b/archived/netgen.content-browser/122c2ac9b3350a586d97f326b71be2c7bc3e3ed3.json new file mode 100644 index 00000000..6593b292 --- /dev/null +++ b/archived/netgen.content-browser/122c2ac9b3350a586d97f326b71be2c7bc3e3ed3.json @@ -0,0 +1,32 @@ +{ + "manifests": { + "netgen/content-browser": { + "manifest": { + "bundles": { + "Netgen\\Bundle\\ContentBrowserBundle\\NetgenContentBrowserBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " * Learn how to integrate Content Browser into your CMS backend by reading", + " the documentation located at: https://docs.netgen.io/projects/cb/en/latest/" + ] + }, + "files": { + "config/routes/netgen_content_browser.yaml": { + "contents": [ + "netgen_content_browser:", + " resource: \"@NetgenContentBrowserBundle/Resources/config/routing.yaml\"", + " prefix: \"%netgen_content_browser.route_prefix%\"", + "" + ], + "executable": false + } + }, + "ref": "122c2ac9b3350a586d97f326b71be2c7bc3e3ed3" + } + } +} diff --git a/archived/netgen.layouts-contentful/96f3065f3b1ec4116a7f535343fffb68756f05c8.json b/archived/netgen.layouts-contentful/96f3065f3b1ec4116a7f535343fffb68756f05c8.json new file mode 100644 index 00000000..08426fe6 --- /dev/null +++ b/archived/netgen.layouts-contentful/96f3065f3b1ec4116a7f535343fffb68756f05c8.json @@ -0,0 +1,27 @@ +{ + "manifests": { + "netgen/layouts-contentful": { + "manifest": { + "bundles": { + "Netgen\\Bundle\\LayoutsContentfulBundle\\NetgenLayoutsContentfulBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/netgen_layouts_contentful.yaml": { + "contents": [ + "netgen_layouts_contentful:", + " resource: \"@NetgenLayoutsContentfulBundle/Resources/config/routing.yaml\"", + "" + ], + "executable": false + } + }, + "ref": "96f3065f3b1ec4116a7f535343fffb68756f05c8" + } + } +} diff --git a/archived/netgen.layouts-core/bc96d39a58f03c067c5d92a0c122f319763b73b0.json b/archived/netgen.layouts-core/bc96d39a58f03c067c5d92a0c122f319763b73b0.json new file mode 100644 index 00000000..e8c36975 --- /dev/null +++ b/archived/netgen.layouts-core/bc96d39a58f03c067c5d92a0c122f319763b73b0.json @@ -0,0 +1,49 @@ +{ + "manifests": { + "netgen/layouts-core": { + "manifest": { + "bundles": { + "Netgen\\Bundle\\LayoutsBundle\\NetgenLayoutsBundle": [ + "all" + ], + "Netgen\\Bundle\\LayoutsAdminBundle\\NetgenLayoutsAdminBundle": [ + "all" + ], + "Netgen\\Bundle\\LayoutsDebugBundle\\NetgenLayoutsDebugBundle": [ + "dev", + "test" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " * For Netgen Layouts to function, you need to import the database tables", + " into your database. Currently, only MySQL is supported. To import the tables,", + " use the following command from your project root:", + "", + " php bin/console doctrine:migrations:migrate --configuration=vendor/netgen/layouts-core/migrations/doctrine.yaml", + "", + " * Enable ESI and fragments support in the config/packages/framework.yaml file.", + "", + " * Complete the installation procedure by following instructions detailed at", + " https://docs.netgen.io/projects/layouts/en/latest/getting_started/install_existing_project.html", + "", + "Documentation: https://docs.netgen.io/projects/layouts/en/latest/" + ] + }, + "files": { + "config/routes/netgen_layouts.yaml": { + "contents": [ + "netgen_layouts:", + " resource: \"@NetgenLayoutsBundle/Resources/config/routing.yaml\"", + " prefix: \"%netgen_layouts.route_prefix%\"", + "" + ], + "executable": false + } + }, + "ref": "bc96d39a58f03c067c5d92a0c122f319763b73b0" + } + } +} diff --git a/archived/netgen.layouts-sylius/e62d35cd76a589e81672689ab3d38ebe6976371d.json b/archived/netgen.layouts-sylius/e62d35cd76a589e81672689ab3d38ebe6976371d.json new file mode 100644 index 00000000..f298fd67 --- /dev/null +++ b/archived/netgen.layouts-sylius/e62d35cd76a589e81672689ab3d38ebe6976371d.json @@ -0,0 +1,27 @@ +{ + "manifests": { + "netgen/layouts-sylius": { + "manifest": { + "bundles": { + "Netgen\\Bundle\\LayoutsSyliusBundle\\NetgenLayoutsSyliusBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/netgen_layouts_sylius.yaml": { + "contents": [ + "netgen_layouts_sylius:", + " resource: \"@NetgenLayoutsSyliusBundle/Resources/config/routing.yaml\"", + "" + ], + "executable": false + } + }, + "ref": "e62d35cd76a589e81672689ab3d38ebe6976371d" + } + } +} diff --git a/index.json b/index.json index 387f0029..2928d296 100644 --- a/index.json +++ b/index.json @@ -1390,10 +1390,18 @@ "1.0" ], "netgen/content-browser": [ - "1.0" + "1.0", + "2.0" + ], + "netgen/layouts-contentful": [ + "2.0" ], "netgen/layouts-core": [ - "1.0" + "1.0", + "2.0" + ], + "netgen/layouts-sylius": [ + "2.0" ], "networking/init-cms-bundle": [ "4.0", diff --git a/netgen.content-browser.2.0.json b/netgen.content-browser.2.0.json new file mode 100644 index 00000000..6593b292 --- /dev/null +++ b/netgen.content-browser.2.0.json @@ -0,0 +1,32 @@ +{ + "manifests": { + "netgen/content-browser": { + "manifest": { + "bundles": { + "Netgen\\Bundle\\ContentBrowserBundle\\NetgenContentBrowserBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " * Learn how to integrate Content Browser into your CMS backend by reading", + " the documentation located at: https://docs.netgen.io/projects/cb/en/latest/" + ] + }, + "files": { + "config/routes/netgen_content_browser.yaml": { + "contents": [ + "netgen_content_browser:", + " resource: \"@NetgenContentBrowserBundle/Resources/config/routing.yaml\"", + " prefix: \"%netgen_content_browser.route_prefix%\"", + "" + ], + "executable": false + } + }, + "ref": "122c2ac9b3350a586d97f326b71be2c7bc3e3ed3" + } + } +} diff --git a/netgen.layouts-contentful.2.0.json b/netgen.layouts-contentful.2.0.json new file mode 100644 index 00000000..08426fe6 --- /dev/null +++ b/netgen.layouts-contentful.2.0.json @@ -0,0 +1,27 @@ +{ + "manifests": { + "netgen/layouts-contentful": { + "manifest": { + "bundles": { + "Netgen\\Bundle\\LayoutsContentfulBundle\\NetgenLayoutsContentfulBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/netgen_layouts_contentful.yaml": { + "contents": [ + "netgen_layouts_contentful:", + " resource: \"@NetgenLayoutsContentfulBundle/Resources/config/routing.yaml\"", + "" + ], + "executable": false + } + }, + "ref": "96f3065f3b1ec4116a7f535343fffb68756f05c8" + } + } +} diff --git a/netgen.layouts-core.2.0.json b/netgen.layouts-core.2.0.json new file mode 100644 index 00000000..e8c36975 --- /dev/null +++ b/netgen.layouts-core.2.0.json @@ -0,0 +1,49 @@ +{ + "manifests": { + "netgen/layouts-core": { + "manifest": { + "bundles": { + "Netgen\\Bundle\\LayoutsBundle\\NetgenLayoutsBundle": [ + "all" + ], + "Netgen\\Bundle\\LayoutsAdminBundle\\NetgenLayoutsAdminBundle": [ + "all" + ], + "Netgen\\Bundle\\LayoutsDebugBundle\\NetgenLayoutsDebugBundle": [ + "dev", + "test" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " * For Netgen Layouts to function, you need to import the database tables", + " into your database. Currently, only MySQL is supported. To import the tables,", + " use the following command from your project root:", + "", + " php bin/console doctrine:migrations:migrate --configuration=vendor/netgen/layouts-core/migrations/doctrine.yaml", + "", + " * Enable ESI and fragments support in the config/packages/framework.yaml file.", + "", + " * Complete the installation procedure by following instructions detailed at", + " https://docs.netgen.io/projects/layouts/en/latest/getting_started/install_existing_project.html", + "", + "Documentation: https://docs.netgen.io/projects/layouts/en/latest/" + ] + }, + "files": { + "config/routes/netgen_layouts.yaml": { + "contents": [ + "netgen_layouts:", + " resource: \"@NetgenLayoutsBundle/Resources/config/routing.yaml\"", + " prefix: \"%netgen_layouts.route_prefix%\"", + "" + ], + "executable": false + } + }, + "ref": "bc96d39a58f03c067c5d92a0c122f319763b73b0" + } + } +} diff --git a/netgen.layouts-sylius.2.0.json b/netgen.layouts-sylius.2.0.json new file mode 100644 index 00000000..f298fd67 --- /dev/null +++ b/netgen.layouts-sylius.2.0.json @@ -0,0 +1,27 @@ +{ + "manifests": { + "netgen/layouts-sylius": { + "manifest": { + "bundles": { + "Netgen\\Bundle\\LayoutsSyliusBundle\\NetgenLayoutsSyliusBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/netgen_layouts_sylius.yaml": { + "contents": [ + "netgen_layouts_sylius:", + " resource: \"@NetgenLayoutsSyliusBundle/Resources/config/routing.yaml\"", + "" + ], + "executable": false + } + }, + "ref": "e62d35cd76a589e81672689ab3d38ebe6976371d" + } + } +}