If you have a SuiteCRM installation, you may be wondering how to disable the rich text/TinyMCE editor on a field. We had this problem with the “Description” and “Updates” field for the case module. Here’s how to do it!
- Create empty file at custom/Extension/modules/Cases/Ext/Vardefs/customizations.php
- Add following lines to file
- unset($dictionary[‘Case’][‘fields’][‘description’][‘editor’]);
- unset($dictionary[‘Case’][‘fields’][‘update_text’][‘editor’]);
- Do quick repair and rebuild from admin menu
Tested and working on SuiteCRM 7.10
Pingback:SuiteCRM Review Pros and Cons - Cascadia Data Recovery