You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/13_Wysiwyg_Editor.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# CK-Editor Configuration
1
+
# Wysiwyg Editor Configuration
2
2
3
3
The Toolbox Bundle allows you to override and specify the wysiwyg configuration.
4
4
There are several reasons for that:
@@ -34,6 +34,9 @@ toolbox:
34
34
toolbar2: 'blocks | styles'
35
35
36
36
```
37
+
> [!IMPORTANT]
38
+
> 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)
39
+
> otherwise you're applied data will be removed after persisting!
37
40
38
41
### Area Editor Configuration
39
42
If you only need to modify the toolbar configuration for document areas, add this to your configuration:
@@ -51,7 +54,8 @@ toolbox:
51
54
### Object Editor Configuration
52
55
If you only need to modify the toolbar configuration for objects, add this to your configuration:
53
56
54
-
> **Note!** The object configuration does not respect different toolbox context environments at the moment.
57
+
> [!NOTE]
58
+
> The object configuration does not respect different toolbox context environments at the moment.
55
59
> Objects are not restricted to any sites by nature which makes any context-binding quite impossible.
0 commit comments