Grav allows you to add extra fields in your site configuration tab:
To do this your have to make an extra yaml file in 'user -> blueprints -> config -> newfile.yaml' (in the preview this file is called pau.yaml)
if you define fields as type: tinymce you get the error Uncaught ReferenceError: tinymce is not defined
(next: Preview of the defined fields. Last field is defined as tinymce)
(next: Preview of how the tinymce field renders in admin)
What did i already try
updated Grav and the plugin to latest version
clean install with only the tinymce plugin added
Tinymce plugin does work when used for 'Pages / templates' blueprints, but not in config
Where does the error take place:
Grav allows you to add extra fields in your site configuration tab:
To do this your have to make an extra yaml file in 'user -> blueprints -> config -> newfile.yaml' (in the preview this file is called pau.yaml)
if you define fields as
type: tinymce
you get the errorUncaught ReferenceError: tinymce is not defined
(next: Preview of the defined fields. Last field is defined as tinymce)(next: Preview of how the tinymce field renders in admin)
What did i already try
(Preview installed plugins and versions:)