project creation request form working
This commit is contained in:
parent
6c84f723f7
commit
c750001a2c
14 changed files with 194 additions and 89 deletions
|
|
@ -1,40 +1,34 @@
|
|||
title: Site
|
||||
title: Projets
|
||||
|
||||
tabs:
|
||||
dashboard:
|
||||
label: Dashboard
|
||||
icon: dashboard
|
||||
contentTab:
|
||||
label: Contenu
|
||||
columns:
|
||||
- width: 1/1
|
||||
sections:
|
||||
drafts:
|
||||
extends: sections/projects
|
||||
headline: Brouillons
|
||||
status: draft
|
||||
- width: 1/1
|
||||
sections:
|
||||
listed:
|
||||
extends: sections/projects
|
||||
headline: Projets en cours
|
||||
headline: En cours
|
||||
query: user.currentProjects
|
||||
sortBy: modified desc
|
||||
- width: 1/1
|
||||
sections:
|
||||
unlisted:
|
||||
extends: sections/projects
|
||||
headline: Projets archivés
|
||||
headline: Archivés
|
||||
query: user.archivedProjects
|
||||
sortBy: modified desc
|
||||
|
||||
settings:
|
||||
label: Paramètres
|
||||
label: Réglages
|
||||
icon: cog
|
||||
columns:
|
||||
- width: 1/1
|
||||
sections:
|
||||
settings:
|
||||
label: Paramètres
|
||||
type: fields
|
||||
fields:
|
||||
description:
|
||||
label: Description
|
||||
type: text
|
||||
max: 160
|
||||
help: Description en une phrase du service
|
||||
moodboardTags:
|
||||
label: Tags des images de Brief client
|
||||
help: Ensemble des tags d’images disponibles lors de la création du Brief client
|
||||
type: tags
|
||||
fields:
|
||||
clientBriefImageTags:
|
||||
label: Tags des images ajoutées aux briefs
|
||||
type: tags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue