Files
symfony-flex-recipes-contrib/leapt.froala-editor-bundle.1.0.json
T
github-action[bot]andgithub-action[bot] 7030bb8117 Update Flex endpoint
2022-02-19 10:44:34 +00:00

41 lines
1.4 KiB
JSON

{
"manifests": {
"leapt/froala-editor-bundle": {
"manifest": {
"bundles": {
"Leapt\\FroalaEditorBundle\\LeaptFroalaEditorBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/leapt_froala_editor.yaml": {
"contents": [
"twig:",
" form_themes:",
" - '@LeaptFroalaEditor/Form/froala_widget.html.twig'",
"",
"leapt_froala_editor:",
" language: en",
""
],
"executable": false
},
"config/routes/leapt_froala_editor.yaml": {
"contents": [
"leapt_froala_editor:",
" resource: '@LeaptFroalaEditorBundle/Resources/config/routing.yml'",
" prefix: /froala-editor",
""
],
"executable": false
}
},
"ref": "82f7750e37b53c29e01eac090f3f5192a90984bb"
}
}
}