Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-12-07 07:51:39 +00:00
parent e237e090a1
commit f75cba1282
10 changed files with 284 additions and 4 deletions
+4 -2
View File
@@ -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) |
@@ -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: <comment>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"
}
}
}
@@ -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"
}
}
}
@@ -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:",
"",
" <fg=green>php bin/console doctrine:migrations:migrate --configuration=vendor/netgen/layouts-core/migrations/doctrine.yaml</>",
"",
" * Enable ESI and fragments support in the <fg=green>config/packages/framework.yaml</> file.",
"",
" * Complete the installation procedure by following instructions detailed at",
" <comment>https://docs.netgen.io/projects/layouts/en/latest/getting_started/install_existing_project.html</>",
"",
"Documentation: <comment>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"
}
}
}
@@ -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"
}
}
}
+10 -2
View File
@@ -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",
+32
View File
@@ -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: <comment>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"
}
}
}
+27
View File
@@ -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"
}
}
}
+49
View File
@@ -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:",
"",
" <fg=green>php bin/console doctrine:migrations:migrate --configuration=vendor/netgen/layouts-core/migrations/doctrine.yaml</>",
"",
" * Enable ESI and fragments support in the <fg=green>config/packages/framework.yaml</> file.",
"",
" * Complete the installation procedure by following instructions detailed at",
" <comment>https://docs.netgen.io/projects/layouts/en/latest/getting_started/install_existing_project.html</>",
"",
"Documentation: <comment>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"
}
}
}
+27
View File
@@ -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"
}
}
}