mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-06 11:16:12 +02:00
edit_mode = "normal" by default
This commit is contained in:
@@ -9,7 +9,7 @@ login:
|
||||
timeout: 1800
|
||||
warnings:
|
||||
delete_page: true
|
||||
edit_mode: auto // auto|normal|expert
|
||||
edit_mode: normal
|
||||
show_beta_msg: true
|
||||
popularity:
|
||||
enabled: true
|
||||
|
||||
@@ -51,9 +51,8 @@ form:
|
||||
type: select
|
||||
label: Edit mode
|
||||
size: small
|
||||
default: auto
|
||||
default: normal
|
||||
options:
|
||||
auto: Auto
|
||||
normal: Normal
|
||||
expert: Expert
|
||||
help: Auto will use blueprint if available, if none found, it will use "Expert" mode.
|
||||
|
||||
Reference in New Issue
Block a user