mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
Protect Video in CMS, Orgform und Stgl in Student.rdf
<video>-Tags werden nun in Tinymce im CMS-Admin geschützt Orgform und Studiengangsleitung im student.rdf.php hinzugefügt
This commit is contained in:
+2
-1
@@ -65,7 +65,8 @@ $berechtigte_oe = $rechte->getOEkurzbz('basis/cms')
|
||||
theme : "advanced",
|
||||
language : "de",
|
||||
protect: [ /\<\/?(audio[^>]+|audio)\>/g, // Protect <audio...> und </audio>],
|
||||
/\<\/?(source[^>]+)\>/g // Protect <source...>],
|
||||
/\<\/?(source[^>]+)\>/g, // Protect <source...>],
|
||||
/\<\/?(video[^>]+|video)\>/g // Protect <video...> und </video>],
|
||||
],
|
||||
|
||||
file_browser_callback: "FHCFileBrowser",
|
||||
|
||||
Reference in New Issue
Block a user