diff --git a/cms/admin.php b/cms/admin.php index ddf0dd34a..89308f019 100644 --- a/cms/admin.php +++ b/cms/admin.php @@ -144,7 +144,8 @@ if(isset($_POST['NewContent'])) protect: [ /\<\/?(audio[^>]+|audio)\>/g, // Protect und ], /\<\/?(source[^>]+)\>/g, // Protect ], /\<\/?(video[^>]+|video)\>/g // Protect und ], - ], + ], + valid_elements: "*[*]", // Allow all attributes in all Tags. Documentation see: https://www.tiny.cloud/docs-3x/reference/configuration/Configuration3x@valid_elements/ file_browser_callback: "FHCFileBrowser",