Files
symfony-flex-recipes-contrib/leapt.froala-editor-bundle.1.2.json
T
github-action[bot]andgithub-action[bot] dcfa04be73 Update Flex endpoint
2022-06-06 09:44:01 +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.php'",
" prefix: /froala-editor",
""
],
"executable": false
}
},
"ref": "c2307db860954077e79f27ac1e8afa231e9fce89"
}
}
}