-
Using Custom TinyMCE
Quick question --
How do I get Catalog to use a custom TinyMCE configuration?
For the core modules, I can do the following:
Code:
$GLOBALS['TL_DCA']['tl_content']['fields']['text']['eval']['rte'] = 'tinyMCE_custom';
$GLOBALS['TL_DCA']['tl_news']['fields']['text']['eval']['rte'] = 'tinyMCE_custom';
$GLOBALS['TL_DCA']['tl_calendar_events']['fields']['details']['eval']['rte'] = 'tinyMCE_custom';
Is it possible to do the same for Catalog?
Thanks!
-
Re: Using Custom TinyMCE
There is no such setting in the catalog at the moment.
-
Re: Using Custom TinyMCE
Cool -- no biggie. For now I've replaced the contents of tinyMCE.php with an include to my custom config file -- seems to do the trick and will protect it from getting wiped out on update (as long as I remember to add the include again).
Is that how you would recommend I go about this?
Also, I would like to officially make this a feature request, if possible :)
Thanks!
-
Re: Using Custom TinyMCE
Please submit this into the Catalog 2.0 feature/issue list (sticky topic has the link).