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

35 lines
1.2 KiB
JSON

{
"manifests": {
"egeloen/ckeditor-bundle": {
"manifest": {
"bundles": {
"Ivory\\CKEditorBundle\\IvoryCKEditorBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/ivory_ck_editor.yaml": {
"contents": [
"ivory_ck_editor:",
" default_config: simple_toolbar",
" configs:",
" simple_toolbar:",
" toolbar:",
" - ['Bold', 'Italic', 'Strike', 'Link']",
" - ['BulletedList', 'NumberedList', '-', 'Outdent', 'Indent']",
" - ['Copy', 'Paste', 'PasteFromWord', '-', 'Undo', 'Redo']",
" - ['Source']",
""
],
"executable": false
}
},
"ref": "9bff1a2f13047142fd0ed93ba71cb7df5c86a2fa"
}
}
}