bleutzinn / grav-plugin-editable-simplemde

Edit page content in the frontend using the SimpleMDE markdown editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

enable systemwide

tatoosh opened this issue · comments

Thanks for the plugim that works for my setup only by enableing on every site.
Where to set it system wide?

editable-simplemde:
    self: true

Isn't it that file ?
user/config/plugins/editable-simplemde.yaml

Make sure your user/config/plugins/editable-simplemde.yaml looks like:

enabled: true
self: true

BTW the line editable-simplemde: isn't needed.

To disable certain pages to be editable put this in the page frontmatter:

editable-simplemde:
    self: false

Improved the documentation on this matter. Thanks for pointing me to it.