mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-07-16 15:08:56 +00:00
48 lines
No EOL
1.4 KiB
YAML
Executable file
48 lines
No EOL
1.4 KiB
YAML
Executable file
title: Generic Page
|
|
'@extends':
|
|
type: default
|
|
context: blueprints://pages
|
|
|
|
form:
|
|
fields:
|
|
tabs:
|
|
type: tabs
|
|
active: 1
|
|
fields:
|
|
content:
|
|
type: tab
|
|
fields:
|
|
header.options:
|
|
type: columns
|
|
ordering@: header.title
|
|
fields:
|
|
header.content:
|
|
type: column
|
|
fields:
|
|
header.subtitle:
|
|
type: text
|
|
style: vertical
|
|
label: FUTURE.ADMIN.ITEM.ITEM_SUBTITLE
|
|
header.primaryImage:
|
|
ordering@: header.subtitle
|
|
style: vertical
|
|
size: medium
|
|
type: pagemediaselect
|
|
label: FUTURE.ADMIN.DEFAULT.PRIMARY_IMAGE
|
|
preview_images: true
|
|
options:
|
|
fields:
|
|
publishing:
|
|
fields:
|
|
header.show_sidebar:
|
|
type: toggle
|
|
toggleable: true
|
|
label: Show Sidebar
|
|
ordering@: -99
|
|
default: 0
|
|
highlight: 0
|
|
options:
|
|
1: PLUGIN_ADMIN.ENABLED
|
|
0: PLUGIN_ADMIN.DISABLED
|
|
validate:
|
|
type: bool |