Custom Field Template plugin multiple fields error: tinyMCE is not defined
-
When creating multiple fields containing a textarea with the Custom Field Template plugin the “Add New” link does not function. In the browser console window there is a JavaScript error that states:
Uncaught ReferenceError: tinyMCE is not defined.If
type = textareais replaced bytype = textthe “Add New” link functions correctly without errors.This appears to be a bug.
My options are:
[About_fieldset] type = fieldset_open legend = About Contents multiple = true multipleButton = true clearButton = true [About_body] label = Body hideKey = true type = textarea blank = true rows = 4 cols = 40 [About_fieldset] type = fieldset_close
The topic ‘Custom Field Template plugin multiple fields error: tinyMCE is not defined’ is closed to new replies.