mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
28 lines
851 B
JSON
28 lines
851 B
JSON
{
|
|
"manifests": {
|
|
"sylius/bootstrap-admin-ui": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Sylius\\BootstrapAdminUi\\Symfony\\SyliusBootstrapAdminUiBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/sylius_bootstrap_admin_ui.yaml": {
|
|
"contents": [
|
|
"imports:",
|
|
" - { resource: '@SyliusBootstrapAdminUiBundle/config/app.php' }",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "48198641b4c0d0d365519d74b097be53bf53e335"
|
|
}
|
|
}
|
|
}
|