mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
35 lines
1.2 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|