41 lines
733 B
YAML
41 lines
733 B
YAML
title: Administration
|
|
icon: folder
|
|
image:
|
|
back: "#000"
|
|
color: "#fff"
|
|
|
|
create:
|
|
status: listed
|
|
|
|
status:
|
|
listed: Privée
|
|
text: Page réservée
|
|
|
|
columns:
|
|
- width: 1/2
|
|
sections:
|
|
subfoldersSection:
|
|
label: Sous-dossiers
|
|
type: pages
|
|
template: admin-folder
|
|
|
|
- width: 1/2
|
|
sections:
|
|
filesSection:
|
|
label: Fichiers propres
|
|
type: files
|
|
linkedFilesSection:
|
|
type: fields
|
|
fields:
|
|
linkedFiles:
|
|
label: Fichiers liés
|
|
type: multiselect
|
|
options:
|
|
type: query
|
|
query: site.find('admin').index.files
|
|
|
|
- width: 1/1
|
|
fields:
|
|
notesField:
|
|
label: Notes
|
|
type: writer
|