Skip to content

Commit

Permalink
chore: run yarn format
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentC35 committed Jun 17, 2024
1 parent 08c740d commit 5de7459
Showing 1 changed file with 34 additions and 28 deletions.
62 changes: 34 additions & 28 deletions src/stories/RemoteComponent/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,10 @@
{
"id": "Subsequence",
"componentType": "Subsequence",
"label": { "type": "VTL|MD", "value": "\"## \" || VOI_CONCAT || COMMUNE_CONCAT \n\n" },
"label": {
"type": "VTL|MD",
"value": "\"## \" || VOI_CONCAT || COMMUNE_CONCAT \n\n"
},
"conditionFilter": {
"value": "RESPONSE",
"type": "VTL"
Expand All @@ -162,35 +165,35 @@
]
},
{
"id": "radio",
"componentType": "Radio",
"mandatory": false,
"page": "2",
"label": {
"value": "\"### L'adresse de votre logement est-elle correcte ?\"",
"type": "VTL|MD"
},
"conditionFilter": { "value": "true", "type": "VTL" },
"options": [
{
"value": "1",
"description": {
"value": "\" oui\"",
"id": "radio",
"componentType": "Radio",
"mandatory": false,
"page": "2",
"label": {
"value": "\"### L'adresse de votre logement est-elle correcte ?\"",
"type": "VTL|MD"
},
"label": { "value": "\"oui\"", "type": "VTL|MD" }
"conditionFilter": { "value": "true", "type": "VTL" },
"options": [
{
"value": "1",
"description": {
"value": "\" oui\"",
"type": "VTL|MD"
},
"label": { "value": "\"oui\"", "type": "VTL|MD" }
},
{
"value": "2",
"description": {
"value": "\" non\"",
"type": "VTL|MD"
},
"label": { "value": "\"non\"", "type": "VTL|MD" }
}
],
"response": { "name": "MODIFICATION_LOC" }
},
{
"value": "2",
"description": {
"value": "\" non\"",
"type": "VTL|MD"
},
"label": { "value": "\"non\"", "type": "VTL|MD" }
}
],
"response": { "name": "MODIFICATION_LOC" }
},
{
"id": "num-voi-loc",
"componentType": "Input",
Expand Down Expand Up @@ -308,7 +311,10 @@
{
"id": "component-set-complements-adresse",
"componentType": "ComponentSet",
"conditionFilter": { "value": "MODIFICATION_LOC = \"1\" or MODIFICATION_LOC = \"2\"", "type": "VTL" },
"conditionFilter": {
"value": "MODIFICATION_LOC = \"1\" or MODIFICATION_LOC = \"2\"",
"type": "VTL"
},
"page": "2",
"label": {
"value": "\"### Compléter vos compléments d'adresse si vous en avez\"",
Expand Down

0 comments on commit 5de7459

Please sign in to comment.