Skip to content

Commit 4a965db

Browse files
authored
Merge pull request symfony#18 from javiereguiluz/ckeditor
2 parents 8f98958 + fed1337 commit 4a965db

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
ivory_ck_editor:
2+
default_config: simple_toolbar
3+
configs:
4+
simple_toolbar:
5+
toolbar:
6+
- ['Bold', 'Italic', 'Strike', 'Link']
7+
- ['BulletedList', 'NumberedList', '-', 'Outdent', 'Indent']
8+
- ['Copy', 'Paste', 'PasteFromWord', '-', 'Undo', 'Redo']
9+
- ['Source']
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"bundles": {
3+
"Ivory\\CKEditorBundle\\IvoryCKEditorBundle": ["all"]
4+
},
5+
"copy-from-recipe": {
6+
"etc/": "%ETC_DIR%/"
7+
}
8+
}

0 commit comments

Comments
 (0)