17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 2639 Views |
-
tinymce config in Silverstripe 2.3.2

8 July 2009 at 4:38pm Last edited: 8 July 2009 4:40pm
Hi,
I would like to set the tinymce config to
valid_elements: "*[ * ]"
I used to do this in /cms/javascript/tinymce.template.js and it then usually allowed HTML code that was otherwise restricted such as YouTube or Vimeo embedded videos.
I noticed that the TinyMCE config changed now with the HTMLEditorConfig class and so I tried this instead in /mysite/_config.php:
HtmlEditorConfig::get('cms')->setOption('valid_elements', '*[ * ]');
I also tried
HtmlEditorConfig::get('cms')->setOption('verify_html', 'false');
But it doesn't change. The browser cache is cleared, but something doesn't work yet, e.g. I can't add an <acronym> tag.
If anyone has an idea I would be keen to hear it.
Cheers!
Anatol -
Re: tinymce config in Silverstripe 2.3.2

16 July 2009 at 3:36am
see http://open.silverstripe.com/ticket/4390
grüße aus österreich ;-)
-
Re: tinymce config in Silverstripe 2.3.2

10 February 2012 at 1:52am
the correct URL is:
http://open.silverstripe.org/ticket/4390
Gruss aus Deutschland
| 2639 Views | ||
|
Page:
1
|
Go to Top |

