mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 23:56:29 +03:00
41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
{
|
|
"manifests": {
|
|
"kms/froala-editor-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"KMS\\FroalaEditorBundle\\KMSFroalaEditorBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/kms_froala_editor.yaml": {
|
|
"contents": [
|
|
"twig:",
|
|
" form_themes:",
|
|
" - '@KMSFroalaEditor/Form/froala_widget.html.twig'",
|
|
"",
|
|
"kms_froala_editor:",
|
|
" language: en",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"config/routes/kms_froala_editor.yaml": {
|
|
"contents": [
|
|
"kms_froala_editor:",
|
|
" resource: \"@KMSFroalaEditorBundle/Resources/config/routing.yml\"",
|
|
" prefix: /froala-editor",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "666a78d430cecebe61a1990d7b8f638e45b2eeab"
|
|
}
|
|
}
|
|
}
|