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
|
Client: - page://G418qZ4ABsoWFx4i
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
|
||||||
|
|
@ -2,4 +2,8 @@ Title: Projets
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
|
Steps: Votre Brief, Offre Commerciale, Brief Enrichi, Rendu 360°
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
Uuid: JgUmDeKdunC06yBi
|
Uuid: JgUmDeKdunC06yBi
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue