Skip to content
Snippets Groups Projects
Commit ca244a1b authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

defaults

parent cc3efdd1
Branches
No related tags found
No related merge requests found
......@@ -35,12 +35,14 @@
"",
"en",
"de"
]
],
"default": "de"
},
"Type": {
"type": "string",
"propertyOrder": 15,
"enum": "{{000_CUSTOMERTYPES@ENUM}}"
"enum": "{{000_CUSTOMERTYPES@ENUM}}",
"default": "Firma"
},
"Shipping": {
"type": "object",
......@@ -62,7 +64,8 @@
},
"Land": {
"type": "string",
"enum": "{{000_COUNTRIES@ENUM}}"
"enum": "{{000_COUNTRIES@ENUM}}",
"default": "DE"
},
"Name": {
"type": "string"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment