mirror of
https://github.com/getgrav/grav.git
synced 2026-07-07 10:31:32 +02:00
Use array to make ordering easier
This commit is contained in:
@@ -60,13 +60,12 @@ form:
|
||||
use: keys
|
||||
|
||||
pages.types:
|
||||
type: selectize
|
||||
type: array
|
||||
label: PLUGIN_ADMIN.PAGE_TYPES
|
||||
size: large
|
||||
default: ['html', 'htm', 'xml', 'txt', 'json', 'rss', 'atom']
|
||||
classes: fancy
|
||||
validate:
|
||||
type: commalist
|
||||
help: PLUGIN_ADMIN.PAGE_TYPES_HELP
|
||||
size: small
|
||||
default: ['html','htm','json','xml','txt','rss','atom']
|
||||
value_only: true
|
||||
|
||||
timezone:
|
||||
type: select
|
||||
|
||||
Reference in New Issue
Block a user