67 lines
1.8 KiB
YAML
Raw Normal View History

2018-06-16 16:41:58 +02:00
section1:
type: header
2018-09-16 21:25:48 +02:00
label: '{{options.site.info}}'
2018-06-16 16:41:58 +02:00
rows1:
type: rows
fields:
row1:
type: row
fields:
column1:
type: column
width: 1-3
2018-09-16 21:25:48 +02:00
label: '{{options.site.info.language}}'
2018-06-16 16:41:58 +02:00
column2:
type: column
width: 2-3
fields:
lang:
type: select
translate: false
import:
options: 'Formwork\Admin\Utils\LanguageCodes::names'
2018-06-16 16:41:58 +02:00
row2:
type: row
fields:
column1:
type: column
width: 1-3
2018-09-16 21:25:48 +02:00
label: '{{options.site.info.title}}'
2018-06-16 16:41:58 +02:00
column2:
type: column
width: 2-3
fields:
title:
type: text
required: true
row3:
type: row
fields:
column1:
type: column
width: 1-3
2018-09-16 21:25:48 +02:00
label: '{{options.site.info.author}}'
2018-06-16 16:41:58 +02:00
column2:
type: column
width: 2-3
fields:
author:
type: text
row4:
type: row
fields:
column1:
type: column
width: 1-3
2018-09-16 21:25:48 +02:00
label: '{{options.site.info.description}}'
2018-06-16 16:41:58 +02:00
column2:
type: column
width: 2-3
fields:
description:
type: textarea