projects and project blueprint - add steps

This commit is contained in:
isUnknown 2024-09-04 12:20:44 +02:00
parent d0a5abc75a
commit 1b1f4d6099
7 changed files with 29 additions and 3 deletions

View file

@ -2,6 +2,10 @@ Title: Miss Dior Blooming Bouquet
---- ----
Currentstep: Votre Brief
----
Client: - page://G418qZ4ABsoWFx4i Client: - page://G418qZ4ABsoWFx4i
---- ----

View file

@ -2,4 +2,8 @@ Title: Projets
---- ----
Steps: Votre Brief, Offre Commerciale, Brief Enrichi, Rendu 360°
----
Uuid: JgUmDeKdunC06yBi Uuid: JgUmDeKdunC06yBi

View file

@ -15,6 +15,8 @@ tabs:
columns: columns:
title: true title: true
client: false client: false
currentStep:
label: Étape
- width: 1/2 - width: 1/2
sections: sections:
projectsUnlisted: projectsUnlisted:
@ -25,6 +27,8 @@ tabs:
columns: columns:
title: true title: true
client: false client: false
currentStep:
label: Étape
brand: brand:
label: Brand label: Brand

View file

@ -32,11 +32,11 @@ tabs:
new: new:
label: Nouveauté label: Nouveauté
type: toggle type: toggle
width: 1/12 width: 2/12
description: description:
type: text type: text
required: true required: true
width: 9/12 width: 8/12
media: media:
type: files type: files
layout: cards layout: cards

View file

@ -11,6 +11,12 @@ tabs:
brief: brief:
type: fields type: fields
fields: fields:
currentStep:
label: Étape en cours
type: select
options:
type: query
query: page.parent.steps.split
client: client:
type: pages type: pages
multiple: false multiple: false

View file

@ -1,6 +1,12 @@
title: Projets title: Projets
sections: sections:
fieldsSection:
type: fields
fields:
steps:
label: Étapes
type: tags
drafts: drafts:
extends: sections/projects extends: sections/projects
headline: Brouillons headline: Brouillons

View file

@ -6,6 +6,8 @@ columns:
title: title:
label: Titre label: Titre
client: true client: true
currentStep:
label: Étape
empty: Pas encore de projet empty: Pas encore de projet
image: false image: false
search: true search: true