actuel-inactuel/site/blueprints/tabs/meta.yml

22 lines
417 B
YAML
Raw Normal View History

2024-03-09 11:27:10 +01:00
label: Métadonnées
sections:
metadata:
type: fields
fields:
published:
label: Date de publication
type: date
default: today
width: 1/3
category:
label: Catégorie
type: select
options: query
query: site.categories.split
width: 1/3
author:
label: Auteur
type: users
2024-03-12 17:12:03 +01:00
max: 1
2024-03-09 11:27:10 +01:00
width: 1/3