Added markdown editor option to user profile blueprint

Signed-off-by: Andy Miller <rhuk@mac.com>
This commit is contained in:
Andy Miller
2020-05-25 14:03:40 -06:00
parent 96d11e4ffa
commit 5284717570

View File

@@ -67,6 +67,15 @@ form:
default: 'en'
help: PLUGIN_ADMIN.LANGUAGE_HELP
markdown_editor:
type: select
label: PLUGIN_ADMIN.MARKDOWN_EDITOR
size: medium
classes: fancy
data-options@: 'Grav\Plugin\Admin\Admin::markdownEditor'
default: 'codemirror'
help: PLUGIN_ADMIN.MARKDOWN_EDITOR_HELP
twofa_check:
type: conditional
condition: config.plugins.admin.twofa_enabled
@@ -99,6 +108,8 @@ form:
sublabel: PLUGIN_ADMIN.2FA_SECRET_HELP
security:
security@: admin.super
title: PLUGIN_ADMIN.ACCESS_LEVELS