Hi, while upgrading from VFE to TinyMCE, we have got few customized styles in VFE and need to be present in TinyMCE too.
I have tried modifying the custom_config.js file with the below:
From:
IWTinyMCECustomConfig("customCC", "styles",
"Bold 14=example1;Bold Red=example2;Row Highlight=tablerow1");
To:
IWTinyMCECustomConfig("custom1", "styles",
"MyStyle=example1;BoldRed=example2;Row Highlight=tablerow1");
The .example1 example2 and tablerow1 are already declared in the custom_content.css file. The datacapture cfg file also points to the custom1 location:
<textarea rows="20" cols="85" required="f" external-editor="tinymce" external-editor-config="custom1" external-editor-inline="t"></textarea>
All the custom_config.js, custom_content.css and datacapture.cfg file has been submitted via default Teamsite worklow.
While filling the DCR I still find the TinyMCE - Styles dropdown is coming with the old default -
Bold 14
Bold Red
Row Highlight
Can anyone help me what the probable problem here be?
Thanks.