danyaPostfactum / modx-ace

ACE editor integration into MODx
24 stars 23 forks source link

Working with CRC #12

Closed bezumkin closed 11 years ago

bezumkin commented 11 years ago

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).