Results 1 to 4 of 4

Thread: Using Custom TinyMCE

  1. #1
    Experienced user
    Join Date
    08-21-09.
    Posts
    563

    Default 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!
    Brian

  2. #2
    Experienced user
    Join Date
    06-10-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: Using Custom TinyMCE

    There is no such setting in the catalog at the moment.

  3. #3
    Experienced user
    Join Date
    08-21-09.
    Posts
    563

    Default 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!
    Brian

  4. #4
    Experienced user
    Join Date
    06-10-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: Using Custom TinyMCE

    Please submit this into the Catalog 2.0 feature/issue list (sticky topic has the link).

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •