designtopack/public/site/blueprints/pages/projects.yml

95 lines
2.5 KiB
YAML
Raw Normal View History

title: Projets
buttons:
refresh-cache: true
- open
- settings
- status
tabs:
contentTab:
2025-06-18 18:41:42 +02:00
label: Tous les projets
columns:
- width: 1/1
sections:
drafts:
extends: sections/projects
headline: Brouillons
status: draft
2024-11-22 10:12:15 +01:00
- width: 1/1
sections:
listed:
extends: sections/projects
headline: En cours
query: user.currentProjects
sortBy: modified desc
2024-11-22 10:12:15 +01:00
- width: 1/1
sections:
unlisted:
extends: sections/projects
headline: Archivés
query: user.archivedProjects
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
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
siteVersion:
label: Version du site
type: text
width: 1/4
disabled: true