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: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,18 @@ All import commands follow a similar structure and support the following common
75
75
- `--input` or `-i`: Path to the input YAML file (required for import commands).
76
76
- `--dry-run`: Perform the operation without persisting data (only available for import commands).
77
77
78
+
### Notice: WYSIWYG - Editable
79
+
80
+
For using a correct exporting and importing of WYSIWYG editables in older Pimcore versions (e.g. using `symfony/framework < 6.2.2`) you probably need to configure your Symfony HTML sanitizer as documented here:
0 commit comments