Skip to content

Commit 8905e34

Browse files
committed
add quill support
1 parent 12bcd7b commit 8905e34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/13_Wysiwyg_Editor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ toolbox:
131131
toolbar:
132132
container: [
133133
[ { header: [ 1, 2, false ] } ],
134-
[{ 'size': ['small', false, 'large', 'huge'] }], # custom dropdown (
134+
[{ 'size': ['small', false, 'large', 'huge'] }], # custom dropdown
135135
[ 'bold' ],
136136
[ { align: [ ] } ],
137137
[ { list: 'ordered' } ],
@@ -141,7 +141,7 @@ toolbox:
141141
142142
```
143143
> [!IMPORTANT]
144-
> If your extending style formats, you also have to extend the [html sanitize](https://pimcore.com/docs/platform/Pimcore/Documents/Editables/WYSIWYG/#extending-symfony-html-sanitizer-configuration)
144+
> If your extending style formats (In this example the "size" dropdown), you also have to extend the [html sanitize](https://pimcore.com/docs/platform/Pimcore/Documents/Editables/WYSIWYG/#extending-symfony-html-sanitizer-configuration)
145145
> otherwise you're applied data will be removed after persisting!
146146

147147
#### Area Editor Configuration

0 commit comments

Comments
 (0)