Found the solution:
- Create file at custom/Extension/modules/Cases/Ext/Vardefs/customizations.php
- Add following lines (note I disabled TinyMCE on both description and updates)
unset($dictionary[‘Case’][‘fields’][‘description’][‘editor’]);
unset($dictionary[‘Case’][‘fields’][‘update_text’][‘editor’]); - Do a “quick repair and rebuild”