Files
symfony-flex-recipes-contrib/friendsofsymfony.ckeditor-bundle.2.0.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

34 lines
1.1 KiB
JSON

{
"manifests": {
"friendsofsymfony/ckeditor-bundle": {
"manifest": {
"bundles": {
"FOS\\CKEditorBundle\\FOSCKEditorBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"composer-scripts": {
"ckeditor:install": "symfony-cmd"
}
},
"files": {
"config/packages/fos_ckeditor.yaml": {
"contents": [
"# Read the documentation: https://symfony.com/doc/current/bundles/FOSCKEditorBundle/index.html",
"",
"twig:",
" form_themes:",
" - '@FOSCKEditor/Form/ckeditor_widget.html.twig'",
""
],
"executable": false
}
},
"ref": "f5ad42002183a6881962683e6d84bbb25cdfce5d"
}
}
}