mirror of
https://github.com/getformwork/formwork.git
synced 2025-02-24 17:52:41 +01:00
90 lines
2.6 KiB
YAML
90 lines
2.6 KiB
YAML
section1:
|
|
type: header
|
|
label: '{{options.site.info}}'
|
|
|
|
rows1:
|
|
type: rows
|
|
fields:
|
|
row1:
|
|
type: row
|
|
fields:
|
|
column1:
|
|
type: column
|
|
width: 1-3
|
|
label: '{{options.site.info.title}}'
|
|
column2:
|
|
type: column
|
|
width: 2-3
|
|
fields:
|
|
title:
|
|
type: text
|
|
required: true
|
|
|
|
row2:
|
|
type: row
|
|
fields:
|
|
column1:
|
|
type: column
|
|
width: 1-3
|
|
label: '{{options.site.info.author}}'
|
|
column2:
|
|
type: column
|
|
width: 2-3
|
|
fields:
|
|
author:
|
|
type: text
|
|
|
|
row3:
|
|
type: row
|
|
fields:
|
|
column1:
|
|
type: column
|
|
width: 1-3
|
|
label: '{{options.site.info.description}}'
|
|
column2:
|
|
type: column
|
|
width: 2-3
|
|
fields:
|
|
description:
|
|
type: textarea
|
|
|
|
section2:
|
|
type: header
|
|
label: '{{options.site.advanced}}'
|
|
|
|
rows2:
|
|
type: rows
|
|
fields:
|
|
row1:
|
|
type: row
|
|
fields:
|
|
column1:
|
|
type: column
|
|
width: 1-3
|
|
label: '{{options.site.advanced.metadata}}'
|
|
column2:
|
|
type: column
|
|
width: 2-3
|
|
fields:
|
|
metadata:
|
|
type: array
|
|
associative: true
|
|
placeholder_key: '{{options.site.advanced.metadata.name}}'
|
|
placeholder_value: '{{options.site.advanced.metadata.content}}'
|
|
row2:
|
|
type: row
|
|
fields:
|
|
column1:
|
|
type: column
|
|
width: 1-3
|
|
label: '{{options.site.advanced.aliases}}'
|
|
column2:
|
|
type: column
|
|
width: 2-3
|
|
fields:
|
|
aliases:
|
|
type: array
|
|
associative: true
|
|
placeholder_key: '{{options.site.advanced.aliases.alias}}'
|
|
placeholder_value: '{{options.site.advanced.aliases.route}}'
|