mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
* Add Netgen Layouts 2.0 * Add netgen/layouts-sylius package * Add netgen/layouts-contentful package
11 lines
335 B
JSON
11 lines
335 B
JSON
{
|
|
"bundles": {
|
|
"Netgen\\Bundle\\LayoutsBundle\\NetgenLayoutsBundle": ["all"],
|
|
"Netgen\\Bundle\\LayoutsAdminBundle\\NetgenLayoutsAdminBundle": ["all"],
|
|
"Netgen\\Bundle\\LayoutsDebugBundle\\NetgenLayoutsDebugBundle": ["dev", "test"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
}
|