edit_mode = "normal" by default

This commit is contained in:
Andy Miller
2015-08-06 22:25:35 -06:00
parent 7ba129b05c
commit 79de53d310
2 changed files with 2 additions and 3 deletions

View File

@@ -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

View File

@@ -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.