Rework site and projects blueprints
This commit is contained in:
parent
a16d7bcce8
commit
76ce0b3d03
2 changed files with 18 additions and 19 deletions
|
|
@ -10,14 +10,14 @@ tabs:
|
||||||
extends: sections/projects
|
extends: sections/projects
|
||||||
headline: Brouillons
|
headline: Brouillons
|
||||||
status: draft
|
status: draft
|
||||||
- width: 1/2
|
- width: 1/1
|
||||||
sections:
|
sections:
|
||||||
listed:
|
listed:
|
||||||
extends: sections/projects
|
extends: sections/projects
|
||||||
headline: En cours
|
headline: En cours
|
||||||
query: user.currentProjects
|
query: user.currentProjects
|
||||||
sortBy: modified desc
|
sortBy: modified desc
|
||||||
- width: 1/2
|
- width: 1/1
|
||||||
sections:
|
sections:
|
||||||
unlisted:
|
unlisted:
|
||||||
extends: sections/projects
|
extends: sections/projects
|
||||||
|
|
|
||||||
|
|
@ -5,26 +5,20 @@ tabs:
|
||||||
label: Dashboard
|
label: Dashboard
|
||||||
icon: dashboard
|
icon: dashboard
|
||||||
columns:
|
columns:
|
||||||
clients:
|
- width: 1/1
|
||||||
width: 1/2
|
|
||||||
sections:
|
sections:
|
||||||
yourProjects:
|
listed:
|
||||||
label: Vos projets
|
|
||||||
type: pages
|
|
||||||
help: Projets pour lesquels vous êtes nommé chef de projet.
|
|
||||||
image:
|
|
||||||
query: page.client.toPage.logo.toFile
|
|
||||||
projects:
|
|
||||||
width: 1/2
|
|
||||||
sections:
|
|
||||||
modifiedProjects:
|
|
||||||
extends: sections/projects
|
extends: sections/projects
|
||||||
headline: Projets récement modifiés
|
headline: Projets en cours
|
||||||
parent: site.find("projects")
|
query: user.currentProjects
|
||||||
|
sortBy: modified desc
|
||||||
|
- width: 1/1
|
||||||
|
sections:
|
||||||
|
unlisted:
|
||||||
|
extends: sections/projects
|
||||||
|
headline: Projets archivés
|
||||||
|
query: user.archivedProjects
|
||||||
sortBy: modified desc
|
sortBy: modified desc
|
||||||
layout: list
|
|
||||||
image:
|
|
||||||
query: page.client.toPage.logo.toFile
|
|
||||||
settings:
|
settings:
|
||||||
label: Paramètres
|
label: Paramètres
|
||||||
icon: cog
|
icon: cog
|
||||||
|
|
@ -35,6 +29,11 @@ tabs:
|
||||||
label: Paramètres
|
label: Paramètres
|
||||||
type: fields
|
type: fields
|
||||||
fields:
|
fields:
|
||||||
|
description:
|
||||||
|
label: Description
|
||||||
|
type: text
|
||||||
|
max: 160
|
||||||
|
help: Description en une phrase du service
|
||||||
moodboardTags:
|
moodboardTags:
|
||||||
label: Tags des images de Brief client
|
label: Tags des images de Brief client
|
||||||
help: Ensemble des tags d’images disponibles lors de la création du Brief client
|
help: Ensemble des tags d’images disponibles lors de la création du Brief client
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue