mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"manifests": {
|
|
"softspring/components": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Softspring\\Component\\Components\\SfsComponentsBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "config/",
|
|
"templates/": "templates/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/sfs_components.yaml": {
|
|
"contents": [
|
|
"twig:",
|
|
" globals:",
|
|
" sfs_components_theme: 'bootstrap5'",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"templates/base.html.twig": {
|
|
"contents": [
|
|
"{% extends '@SfsComponents/base.html.twig' %}",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "bb3fd2f45a461fba3e8b41481362fbdac4426dd8"
|
|
}
|
|
}
|
|
}
|