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:
kindlm
2015-03-10 18:50:18 +01:00
parent 2238af4b39
commit d504b9f916
2 changed files with 21 additions and 1 deletions
+2 -1
View File
@@ -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",