Line 114 in version 1.3.2
if ($richText || $classKey !== 'modDocument') {
Need to remove check of the class_key, or change it to disable only default non-document classes (modStaticResource, modSymLink, modWebLink and modXMLRPCResource).
Otherwise this editor does not work with any CRC, such as Articles, Tickets and miniShop 2 (in future).
Line 114 in version 1.3.2
if ($richText || $classKey !== 'modDocument') {
Need to remove check of the class_key, or change it to disable only default non-document classes (modStaticResource, modSymLink, modWebLink and modXMLRPCResource).
Otherwise this editor does not work with any CRC, such as Articles, Tickets and miniShop 2 (in future).