mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 11:58:53 +00:00
32 lines
899 B
YAML
32 lines
899 B
YAML
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
|