mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 08:36:34 +03:00
Merge pull request #18 from javiereguiluz/ckeditor
This commit is contained in:
@@ -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%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user