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
|
||||
18
site/blueprints/pages/admin-home.yml
Normal file
18
site/blueprints/pages/admin-home.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
title: Administration
|
||||
icon: folder
|
||||
image:
|
||||
back: "#000"
|
||||
color: "#fff"
|
||||
|
||||
create:
|
||||
status: listed
|
||||
|
||||
status:
|
||||
listed: Privée
|
||||
text: Page réservée
|
||||
|
||||
sections:
|
||||
folderSection:
|
||||
label: Dossiers
|
||||
type: pages
|
||||
template: admin-folder
|
||||
|
|
@ -17,4 +17,5 @@ sections:
|
|||
author:
|
||||
label: Auteur
|
||||
type: users
|
||||
max: 1
|
||||
width: 1/3
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
title: Adminitrateurs
|
||||
description: Un administrateur a tous les droits.
|
||||
title: Éditeur
|
||||
description: Tous les droits.
|
||||
image:
|
||||
icon: star-filled
|
||||
icon: cog
|
||||
color: "#FFF"
|
||||
|
||||
fields:
|
||||
presentation:
|
||||
|
|
|
|||
|
|
@ -1,12 +1,13 @@
|
|||
title: Auteurs
|
||||
description: Un auteur a tous les droits.
|
||||
title: Auteur
|
||||
description: Droits de lecture et écriture de certaines pages.
|
||||
image:
|
||||
icon: pen
|
||||
color: "#FFF"
|
||||
|
||||
permissions:
|
||||
access:
|
||||
*: false
|
||||
files:
|
||||
files:
|
||||
*: false
|
||||
languages:
|
||||
*: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue