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

72 lines
1.6 KiB
YAML
Raw Normal View History

title: Projet
icon: page
status:
draft:
label: Brouillon
text: Accessible uniquement aux éditeurs connectés ou via un lien secret
listed: En cours
unlisted: Archivé
tabs:
2024-09-18 13:05:55 +02:00
steps:
label: Étapes
icon: circle-nested
columns:
- width: 1/1
2024-09-18 13:05:55 +02:00
fields:
2025-01-23 15:31:15 +01:00
isClientRequest:
type: hidden
default: "false"
requestDetails:
label: Demande client
type: textarea
disabled: true
when:
isClientRequest: "true"
2024-09-18 13:05:55 +02:00
currentStep:
label: Étape en cours
type: radio
2024-09-26 15:46:13 +02:00
columns: 6
2024-09-18 13:05:55 +02:00
options:
2024-09-26 15:46:13 +02:00
type: query
query: page.getSteps
text: "{{ item.label }}"
value: "{{ item.id }}"
required: true
2024-09-18 13:05:55 +02:00
- width: 1/3
fields:
client:
type: pages
multiple: false
query: site.find("clients").childrenAndDrafts
subpages: false
image:
query: page.logo.toFile
layout: cardlets
required: true
2024-09-18 13:05:55 +02:00
- width: 2/3
sections:
2024-09-18 13:05:55 +02:00
stepsSection:
label: Étapes
type: pages
sortBy: stepIndex asc
2025-04-04 14:58:49 +02:00
create: false
2024-09-18 13:05:55 +02:00
templates:
- client-brief
- proposal
- extended-brief
- industrial-ideation
- virtual-sample
- physical-sample
2024-09-18 13:05:55 +02:00
designToLight: tabs/design-to-light
files: tabs/files
notificationsTab:
2025-01-15 16:29:56 +01:00
label: Notifications
icon: bell
fields:
notifications: fields/notifications