Giuseppe Criscione d3e591f7c9 Initial commit
2018-06-16 16:41:58 +02:00

77 lines
2.0 KiB
YAML
Executable File

section1:
type: header
label:
en: Info
it: Informazioni
rows1:
type: rows
fields:
row1:
type: row
fields:
column1:
type: column
width: 1-3
label:
en: Language
it: Lingua
column2:
type: column
width: 2-3
fields:
lang:
type: select
translate: false
import:
options: 'Formwork\Admin\Utils\Language::names'
row2:
type: row
fields:
column1:
type: column
width: 1-3
label:
en: Title
it: Titolo
column2:
type: column
width: 2-3
fields:
title:
type: text
required: true
row3:
type: row
fields:
column1:
type: column
width: 1-3
label:
en: Author
it: Autore
column2:
type: column
width: 2-3
fields:
author:
type: text
row4:
type: row
fields:
column1:
type: column
width: 1-3
label:
en: Description
it: Descrizione
column2:
type: column
width: 2-3
fields:
description:
type: textarea