header style
This commit is contained in:
parent
f04e9a66fb
commit
0fed6cfd12
30 changed files with 125 additions and 694 deletions
41
site/blueprints/pages/admin-folder.yml
Normal file
41
site/blueprints/pages/admin-folder.yml
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue