Merge pull request #18 from javiereguiluz/ckeditor

This commit is contained in:
Symfony
2017-05-16 06:15:32 -07:00
committed by GitHub
2 changed files with 17 additions and 0 deletions
@@ -0,0 +1,9 @@
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']
@@ -0,0 +1,8 @@
{
"bundles": {
"Ivory\\CKEditorBundle\\IvoryCKEditorBundle": ["all"]
},
"copy-from-recipe": {
"etc/": "%ETC_DIR%/"
}
}