projects and project blueprint - add steps
This commit is contained in:
parent
d0a5abc75a
commit
1b1f4d6099
7 changed files with 29 additions and 3 deletions
|
|
@ -2,6 +2,10 @@ Title: Miss Dior Blooming Bouquet
|
|||
|
||||
----
|
||||
|
||||
Currentstep: Votre Brief
|
||||
|
||||
----
|
||||
|
||||
Client: - page://G418qZ4ABsoWFx4i
|
||||
|
||||
----
|
||||
|
|
|
|||
|
|
@ -2,4 +2,8 @@ Title: Projets
|
|||
|
||||
----
|
||||
|
||||
Steps: Votre Brief, Offre Commerciale, Brief Enrichi, Rendu 360°
|
||||
|
||||
----
|
||||
|
||||
Uuid: JgUmDeKdunC06yBi
|
||||
|
|
@ -15,6 +15,8 @@ tabs:
|
|||
columns:
|
||||
title: true
|
||||
client: false
|
||||
currentStep:
|
||||
label: Étape
|
||||
- width: 1/2
|
||||
sections:
|
||||
projectsUnlisted:
|
||||
|
|
@ -25,6 +27,8 @@ tabs:
|
|||
columns:
|
||||
title: true
|
||||
client: false
|
||||
currentStep:
|
||||
label: Étape
|
||||
|
||||
brand:
|
||||
label: Brand
|
||||
|
|
|
|||
|
|
@ -32,11 +32,11 @@ tabs:
|
|||
new:
|
||||
label: Nouveauté
|
||||
type: toggle
|
||||
width: 1/12
|
||||
width: 2/12
|
||||
description:
|
||||
type: text
|
||||
required: true
|
||||
width: 9/12
|
||||
width: 8/12
|
||||
media:
|
||||
type: files
|
||||
layout: cards
|
||||
|
|
|
|||
|
|
@ -11,6 +11,12 @@ tabs:
|
|||
brief:
|
||||
type: fields
|
||||
fields:
|
||||
currentStep:
|
||||
label: Étape en cours
|
||||
type: select
|
||||
options:
|
||||
type: query
|
||||
query: page.parent.steps.split
|
||||
client:
|
||||
type: pages
|
||||
multiple: false
|
||||
|
|
|
|||
|
|
@ -1,6 +1,12 @@
|
|||
title: Projets
|
||||
|
||||
sections:
|
||||
fieldsSection:
|
||||
type: fields
|
||||
fields:
|
||||
steps:
|
||||
label: Étapes
|
||||
type: tags
|
||||
drafts:
|
||||
extends: sections/projects
|
||||
headline: Brouillons
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@ columns:
|
|||
title:
|
||||
label: Titre
|
||||
client: true
|
||||
currentStep:
|
||||
label: Étape
|
||||
empty: Pas encore de projet
|
||||
image: false
|
||||
search: true
|
||||
search: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue