Initial commit
This commit is contained in:
commit
65e0da7e11
1397 changed files with 596542 additions and 0 deletions
41
site/blueprints/files/default.yml
Normal file
41
site/blueprints/files/default.yml
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
columns:
|
||||
- width: 1/2
|
||||
fields:
|
||||
displayWidth:
|
||||
label: Width
|
||||
type: range
|
||||
min: 40
|
||||
max: 100
|
||||
step: 5
|
||||
after: '%'
|
||||
default: 50
|
||||
date:
|
||||
label: Date
|
||||
type: date
|
||||
format: DD/MM/YYYY
|
||||
width: 1/2
|
||||
subtitle:
|
||||
label: Subtitle
|
||||
type: text
|
||||
width: 1/2
|
||||
caption:
|
||||
label: Caption
|
||||
type: textarea
|
||||
- width: 1/2
|
||||
fields:
|
||||
# embedUrl:
|
||||
# label: Embed URL
|
||||
# type: url
|
||||
# width: 1/2
|
||||
pageLink:
|
||||
label: Lien interne
|
||||
type: select
|
||||
options: query
|
||||
query:
|
||||
fetch: site.children.index
|
||||
text: "{{ page.title }} ({{ page.uri }})"
|
||||
value: "{{ page.uri }}"
|
||||
stream:
|
||||
label: Lien externe
|
||||
help: Inactif si le champ "Lien interne" ci-dessus est rempli.
|
||||
type: url
|
||||
Loading…
Add table
Add a link
Reference in a new issue