Skip to content

Commit

Permalink
TEDEFO-2657 fix of default-values.json (same as for 1.10, provided by…
Browse files Browse the repository at this point in the history
… Antoine).
  • Loading branch information
rouschr committed Sep 19, 2023
1 parent 973c227 commit a12268b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .ted/teden2/snippets/default-values.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,12 @@
"displayType":"TEXTAREA"
},
{
"groupId":"GR-Part",
"id":"GR-Part",
"contentType":"group",
"_label":"group|name|ND-Part",
"description":"Part",
"fields":[
"displayType":"GROUP",
"content":[
{
"id":"BT-708-Part",
"contentType":"field",
Expand All @@ -127,11 +128,12 @@
]
},
{
"groupId":"GR-Lot",
"id":"GR-Lot",
"contentType":"group",
"_label":"group|name|ND-Lot",
"description":"Lot",
"fields":[
"displayType":"GROUP",
"content":[
{
"id":"BT-708-Lot",
"contentType":"field",
Expand All @@ -151,4 +153,4 @@
]
}
]
}
}

0 comments on commit a12268b

Please sign in to comment.