33 lines
569 B
YAML
33 lines
569 B
YAML
name: Liste de liens
|
|
icon: table
|
|
preview: fields
|
|
wysiwyg: true
|
|
fields:
|
|
items:
|
|
label: false
|
|
type: structure
|
|
columns:
|
|
firstText:
|
|
width: 1/3
|
|
secondText:
|
|
width: 1/3
|
|
link:
|
|
width: 1/3
|
|
fields:
|
|
firstText:
|
|
type: text
|
|
label: 1er texte
|
|
width: 1/3
|
|
secondText:
|
|
type: text
|
|
label: 2ème texte
|
|
width: 1/3
|
|
link:
|
|
label: Lien
|
|
type: link
|
|
required: true
|
|
options:
|
|
- url
|
|
- page
|
|
- file
|
|
width: 1/3
|