AkazieIT / grav-theme-akazie-wood

This is a theme of Akazie IT GmbH and is intended for simple websites without great features
https://demo.akazie.com/akazie-wood/
MIT License
12 stars 7 forks source link

Not compatible with TinyMCE #31

Open speendo opened 8 months ago

speendo commented 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.

grimnebluna commented 2 weeks ago

Sorry to hear that. Did you try to remove the validate: type:textarea line?

speendo commented 2 weeks ago

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.