2024-09-03 18:42:51 +02:00
|
|
|
title: Projets
|
2025-09-10 14:28:38 +02:00
|
|
|
buttons:
|
|
|
|
|
refresh-cache: true
|
|
|
|
|
- open
|
|
|
|
|
- settings
|
|
|
|
|
- status
|
2024-09-03 18:42:51 +02:00
|
|
|
|
2024-11-11 11:43:34 +01:00
|
|
|
tabs:
|
|
|
|
|
contentTab:
|
2025-06-18 18:41:42 +02:00
|
|
|
label: Tous les projets
|
2024-11-11 11:43:34 +01:00
|
|
|
columns:
|
|
|
|
|
- width: 1/1
|
|
|
|
|
sections:
|
|
|
|
|
drafts:
|
|
|
|
|
extends: sections/projects
|
|
|
|
|
headline: Brouillons
|
|
|
|
|
status: draft
|
2024-11-22 10:12:15 +01:00
|
|
|
- width: 1/1
|
2024-11-18 14:49:48 +01:00
|
|
|
sections:
|
2024-11-22 07:27:11 +01:00
|
|
|
listed:
|
2024-11-18 14:49:48 +01:00
|
|
|
extends: sections/projects
|
2024-11-22 07:27:11 +01:00
|
|
|
headline: En cours
|
|
|
|
|
query: user.currentProjects
|
|
|
|
|
sortBy: modified desc
|
2024-11-22 10:12:15 +01:00
|
|
|
- width: 1/1
|
2024-11-11 11:43:34 +01:00
|
|
|
sections:
|
2024-11-22 07:27:11 +01:00
|
|
|
unlisted:
|
2024-11-21 19:43:49 +01:00
|
|
|
extends: sections/projects
|
2024-11-22 07:27:11 +01:00
|
|
|
headline: Archivés
|
|
|
|
|
query: user.archivedProjects
|
2024-11-18 14:49:48 +01:00
|
|
|
sortBy: modified desc
|
2025-06-18 18:41:42 +02:00
|
|
|
dtpProjects:
|
|
|
|
|
label: DTP
|
|
|
|
|
columns:
|
|
|
|
|
- width: 1/1
|
|
|
|
|
sections:
|
|
|
|
|
listedDtp:
|
|
|
|
|
extends: sections/projects
|
|
|
|
|
headline: En cours
|
|
|
|
|
query: user.currentProjects.filterBy('projectType', 'dtp')
|
|
|
|
|
sortBy: modified desc
|
|
|
|
|
- width: 1/1
|
|
|
|
|
sections:
|
|
|
|
|
unlistedDtp:
|
|
|
|
|
extends: sections/projects
|
|
|
|
|
headline: Archivés
|
|
|
|
|
query: user.archivedProjects.filterBy('projectType', 'dtp')
|
|
|
|
|
sortBy: modified desc
|
|
|
|
|
morphozProjects:
|
|
|
|
|
label: Morphoz
|
|
|
|
|
columns:
|
|
|
|
|
- width: 1/1
|
|
|
|
|
sections:
|
|
|
|
|
listedMorphoz:
|
|
|
|
|
extends: sections/projects
|
|
|
|
|
headline: En cours
|
|
|
|
|
query: user.currentProjects.filterBy('projectType', 'morphoz')
|
|
|
|
|
sortBy: modified desc
|
|
|
|
|
- width: 1/1
|
|
|
|
|
sections:
|
|
|
|
|
unlistedMorphoz:
|
|
|
|
|
extends: sections/projects
|
|
|
|
|
headline: Archivés
|
|
|
|
|
query: user.archivedProjects.filterBy('projectType', 'morphoz')
|
|
|
|
|
sortBy: modified desc
|
|
|
|
|
otherProjects:
|
|
|
|
|
label: Autres
|
|
|
|
|
columns:
|
|
|
|
|
- width: 1/1
|
|
|
|
|
sections:
|
|
|
|
|
listedOther:
|
|
|
|
|
extends: sections/projects
|
|
|
|
|
headline: En cours
|
|
|
|
|
query: user.currentProjects.filterBy('projectType', 'other')
|
|
|
|
|
sortBy: modified desc
|
|
|
|
|
- width: 1/1
|
|
|
|
|
sections:
|
|
|
|
|
unlistedOther:
|
|
|
|
|
extends: sections/projects
|
|
|
|
|
headline: Archivés
|
|
|
|
|
query: user.archivedProjects.filterBy('projectType', 'other')
|
|
|
|
|
sortBy: modified desc
|
2024-11-11 11:43:34 +01:00
|
|
|
|
|
|
|
|
settings:
|
|
|
|
|
label: Réglages
|
|
|
|
|
icon: cog
|
2024-10-08 17:29:59 +02:00
|
|
|
fields:
|
|
|
|
|
clientBriefImageTags:
|
|
|
|
|
label: Tags des images ajoutées aux briefs
|
|
|
|
|
type: tags
|
2025-10-08 12:41:07 +02:00
|
|
|
siteVersion:
|
|
|
|
|
label: Version du site
|
|
|
|
|
type: text
|
|
|
|
|
width: 1/4
|
|
|
|
|
disabled: true
|