Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.6.0.0
-
Fix Version/s: 3.6.2.1
-
Component/s: None
-
Labels:None
Description
Ckeditor 3.6.0.0 now accepts the config item "readOnly", but this key is not allowed by the plugin. Could you please add it in the list of allowed config item ?
<ckeditor:editor readOnly="true" name="text">...</ckeditor:editor>
Sure! I'll do.
In the meantime you can use:
in your config file to skip the check.