mirror of
https://github.com/getgrav/grav.git
synced 2026-05-07 15:16:25 +02:00
Added markdown editor option to user profile blueprint
Signed-off-by: Andy Miller <rhuk@mac.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user