Enable TinyMCE allow all elements

This commit is contained in:
Diego Najar 2019-02-03 14:34:21 +01:00
parent 8b0ff80efb
commit 19d9493c83
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ $html = <<<EOF
remove_script_host: false,
convert_urls: true,
relative_urls: false,
valid_elements: "*[*]",
$document_base_url
plugins: ["$plugins"],
toolbar1: "$toolbar1",