Files
symfony-flex-recipes-contrib/kms.froala-editor-bundle.3.0.json
T
github-action[bot]andgithub-action[bot] 07bebab4b0 Update Flex endpoint
2021-11-15 21:21:31 +00:00

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"
}
}
}