diff --git a/system/blueprints/user/account.yaml b/system/blueprints/user/account.yaml index b48e79007..2569f658a 100644 --- a/system/blueprints/user/account.yaml +++ b/system/blueprints/user/account.yaml @@ -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