Open speendo opened 8 months ago
I try to use a WYSIWYG editor, namely the appreciated TinyMCE plugin.
Unfortunately, it doesn't work on several page types - more precisely all page types that use one of these blueprints:
They contain the following segment
content: type: section title: THEME_AKAZIEWOOD.ADMIN.SECTION.CONTENT underline: true fields: content: type: markdown validate: type: textarea
The line type: markdown prevents the TinyMCE plugin to load.
type: markdown
Sorry to hear that. Did you try to remove the validate: type:textarea line?
Hi! I found a way to make it work and I think that involved removing or overloading that line. If you are interested, I can look it up.
I try to use a WYSIWYG editor, namely the appreciated TinyMCE plugin.
Unfortunately, it doesn't work on several page types - more precisely all page types that use one of these blueprints:
They contain the following segment
The line
type: markdown
prevents the TinyMCE plugin to load.