-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: override default with undefined
- Loading branch information
Showing
3 changed files
with
111 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
node_modules/ | ||
/.yarn_home/ | ||
/dist/ | ||
/public/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,111 +1,105 @@ | ||
{ | ||
"cleaning":{ | ||
|
||
}, | ||
"maxPage":"1", | ||
"variables":[ | ||
{ | ||
"variableType":"COLLECTED", | ||
"name":"NAME", | ||
"values":{ | ||
"PREVIOUS":null, | ||
"COLLECTED":null, | ||
"FORCED":null, | ||
"EDITED":null, | ||
"INPUTTED":null | ||
} | ||
} | ||
"cleaning": {}, | ||
"maxPage": "1", | ||
"variables": [ | ||
{ | ||
"variableType": "COLLECTED", | ||
"name": "NAME", | ||
"values": { | ||
"PREVIOUS": null, | ||
"COLLECTED": null, | ||
"FORCED": null, | ||
"EDITED": null, | ||
"INPUTTED": null | ||
} | ||
} | ||
], | ||
"components":[ | ||
{ | ||
"componentType":"Question", | ||
"id":"idQuestion", | ||
"page":"1", | ||
"label":{ | ||
"type":"VTL|MD", | ||
"value":"\"Label de la Question\"" | ||
"components": [ | ||
{ | ||
"componentType": "Question", | ||
"id": "idQuestion", | ||
"page": "1", | ||
"label": { | ||
"type": "VTL|MD", | ||
"value": "\"Label de la Question\"" | ||
}, | ||
"description": { | ||
"type": "VTL|MD", | ||
"value": "\"Description de la question\"" | ||
}, | ||
"declarations": [ | ||
{ | ||
"declarationType": "HELP", | ||
"id": "idQuestion-help1", | ||
"label": { | ||
"type": "VTL|MD", | ||
"value": "\"Label de la déclaration en position : `BEFORE_QUESTION_TEXT`\"" | ||
}, | ||
"position": "BEFORE_QUESTION_TEXT" | ||
}, | ||
"description":{ | ||
"type":"VTL|MD", | ||
"value":"\"Description de la question\"" | ||
}, | ||
"declarations":[ | ||
{ | ||
"declarationType":"HELP", | ||
"id":"idQuestion-help1", | ||
"label":{ | ||
"type":"VTL|MD", | ||
"value":"\"Label de la déclaration en position : `BEFORE_QUESTION_TEXT`\"" | ||
}, | ||
"position":"BEFORE_QUESTION_TEXT" | ||
}, | ||
{ | ||
"declarationType":"HELP", | ||
"id":"idQuestion-help3", | ||
"label":{ | ||
"type":"VTL|MD", | ||
"value":"\"Label de la déclaration en position en position : `AFTER_QUESTION_TEXT`\"" | ||
}, | ||
"position":"AFTER_QUESTION_TEXT" | ||
} | ||
], | ||
"components":[ | ||
{ | ||
"page":"1", | ||
"componentType":"Input", | ||
"bindingDependencies":[ | ||
"NAME" | ||
], | ||
"label":{ | ||
"value":"\"Label du composant Input\"", | ||
"type":"VTL|MD" | ||
}, | ||
"description":{ | ||
"value":"\"Description du composant Input\"", | ||
"type":"VTL|MD" | ||
}, | ||
"conditionFilter":{ | ||
"value":"true", | ||
"type":"VTL" | ||
}, | ||
"maxLength":249, | ||
"id":"name", | ||
"response":{ | ||
"name":"NAME" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"componentType":"Accordion", | ||
"items":[ | ||
{ | ||
"label":{ | ||
"value":"\"Pourquoi cette question ?\"", | ||
"type":"VTL|MD" | ||
}, | ||
"body":{ | ||
"value":"\"Pour en connaître plus sur vous **1984**\"", | ||
"type":"VTL|MD" | ||
} | ||
} | ||
], | ||
"page":"1", | ||
"position":"bottom" | ||
} | ||
{ | ||
"declarationType": "HELP", | ||
"id": "idQuestion-help3", | ||
"label": { | ||
"type": "VTL|MD", | ||
"value": "\"Label de la déclaration en position en position : `AFTER_QUESTION_TEXT`\"" | ||
}, | ||
"position": "AFTER_QUESTION_TEXT" | ||
} | ||
], | ||
"components": [ | ||
{ | ||
"page": "1", | ||
"componentType": "Input", | ||
"bindingDependencies": ["NAME"], | ||
"label": { | ||
"value": "\"Label du composant Input\"", | ||
"type": "VTL|MD" | ||
}, | ||
"description": { | ||
"value": "\"Description du composant Input\"", | ||
"type": "VTL|MD" | ||
}, | ||
"conditionFilter": { | ||
"value": "true", | ||
"type": "VTL" | ||
}, | ||
"maxLength": 249, | ||
"id": "name", | ||
"response": { | ||
"name": "NAME" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"componentType": "Accordion", | ||
"items": [ | ||
{ | ||
"label": { | ||
"value": "\"Pourquoi cette question ?\"", | ||
"type": "VTL|MD" | ||
}, | ||
"body": { | ||
"value": "\"Pour en connaître plus sur vous **1984**\"", | ||
"type": "VTL|MD" | ||
} | ||
} | ||
], | ||
"page": "1", | ||
"position": "bottom" | ||
} | ||
], | ||
"pagination":"question", | ||
"resizing":{ | ||
|
||
}, | ||
"label":{ | ||
"type":"VTL|MD", | ||
"value":"Test-Dylan" | ||
"pagination": "question", | ||
"resizing": {}, | ||
"label": { | ||
"type": "VTL|MD", | ||
"value": "Test-Dylan" | ||
}, | ||
"lunaticModelVersion":"2.5.0", | ||
"modele":"TESTDYLAN", | ||
"enoCoreVersion":"2.7.1", | ||
"generatingDate":"06-03-2024 12:46:44", | ||
"missing":false, | ||
"id":"lsvuvtbg" | ||
} | ||
"lunaticModelVersion": "2.5.0", | ||
"modele": "TESTDYLAN", | ||
"enoCoreVersion": "2.7.1", | ||
"generatingDate": "06-03-2024 12:46:44", | ||
"missing": false, | ||
"id": "lsvuvtbg" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters