project blueprint - add optional steps
This commit is contained in:
parent
0df79ba8a8
commit
595c275100
5 changed files with 67 additions and 13 deletions
|
|
@ -8,16 +8,25 @@ tabs:
|
|||
columns:
|
||||
- width: 1/1
|
||||
fields:
|
||||
optionalSteps:
|
||||
label: Étapes optionnelles
|
||||
type: checkboxes
|
||||
width: 1/2
|
||||
columns: 2
|
||||
options:
|
||||
industrialIdeation: Idéation industrielle
|
||||
physicalSample: Échantillon physique
|
||||
help: Après modification, sauvegardez et rechargez la page pour mettre à jour la liste ci-dessous.
|
||||
currentStep:
|
||||
label: Étape en cours
|
||||
type: radio
|
||||
columns: 4
|
||||
columns: 6
|
||||
default: clientBrief
|
||||
options:
|
||||
clientBrief: Brief client
|
||||
proposal: Offre commerciale
|
||||
extendedBrief: Brief enrichi
|
||||
virtualSample: Échantillon virtuel
|
||||
type: query
|
||||
query: page.getSteps
|
||||
text: "{{ item.text }}"
|
||||
value: "{{ item.value }}"
|
||||
- width: 1/3
|
||||
fields:
|
||||
client:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue