mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
CMS WYSIWYG-Editor erlaubt alle HTML-Elemente
This commit is contained in:
+2
-1
@@ -144,7 +144,8 @@ if(isset($_POST['NewContent']))
|
||||
protect: [ /\<\/?(audio[^>]+|audio)\>/g, // Protect <audio...> und </audio>],
|
||||
/\<\/?(source[^>]+)\>/g, // Protect <source...>],
|
||||
/\<\/?(video[^>]+|video)\>/g // Protect <video...> und </video>],
|
||||
],
|
||||
],
|
||||
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",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user