newbthenewbd / grav-plugin-tinymce-editor

TinyMCE Editor Integration Plugin for Grav
Other
60 stars 10 forks source link

TinyMCE editor not active in list element #14

Closed superDuperCyberTechno closed 6 years ago

superDuperCyberTechno commented 6 years ago

So, if you add editors dynamically via a list, the Markdown editor isn't replaced by the TinyMCE editor.

From the page blueprint:

            header.contentlist:
              type: list
              btnLabel: Add content block
              controls: both
              style: vertical
              fields:
                .title:
                  type: text
                  label: Title
                .content:
                  type: editor
newbthenewbd commented 6 years ago

Does type: tinymce yield any different results?

superDuperCyberTechno commented 6 years ago

It does indeed. I kinda feel like an idiot right now. Thanks.