mirror of
https://github.com/getgrav/grav.git
synced 2026-07-06 15:09:13 +02:00
more tweaks for blueprints
This commit is contained in:
@@ -23,6 +23,7 @@ form:
|
||||
pages.theme:
|
||||
type: themeselect
|
||||
classes: fancy
|
||||
selectize: true
|
||||
size: medium
|
||||
label: Default theme
|
||||
help: "Set the default theme for Grav to use (default is Antimatter)"
|
||||
@@ -40,6 +41,7 @@ form:
|
||||
timezone:
|
||||
type: select
|
||||
label: Timezone
|
||||
size: medium
|
||||
classes: fancy
|
||||
help: "Override the default timezone the server"
|
||||
@data-options: '\Grav\Common\Utils::timezones'
|
||||
|
||||
@@ -56,11 +56,11 @@ form:
|
||||
header.published:
|
||||
type: toggle
|
||||
label: Published
|
||||
toggleable: true
|
||||
default: 1
|
||||
help: "By default, a page is published unless you explicitly set published: false or via a publish_date being in the future, or unpublish_date in the past"
|
||||
highlight: 1
|
||||
size: medium
|
||||
options:
|
||||
'': Global
|
||||
1: Yes
|
||||
0: No
|
||||
validate:
|
||||
@@ -217,6 +217,14 @@ form:
|
||||
twig: Twig
|
||||
use: keys
|
||||
|
||||
header.child_type:
|
||||
type: select
|
||||
toggleable: true
|
||||
label: Default Child Type
|
||||
default: default
|
||||
placeholder: Use Global
|
||||
@data-options: '\Grav\Common\Page\Pages::types'
|
||||
|
||||
header.visible:
|
||||
type: toggle
|
||||
label: Visible
|
||||
@@ -252,11 +260,7 @@ form:
|
||||
validate:
|
||||
type: bool
|
||||
|
||||
header.child_type:
|
||||
type: select
|
||||
label: Default Child Type
|
||||
default: default
|
||||
@data-options: '\Grav\Common\Page\Pages::types'
|
||||
|
||||
|
||||
header.order_by:
|
||||
type: hidden
|
||||
|
||||
Reference in New Issue
Block a user