Skip to content

Commit

Permalink
Merge pull request #36 from beachio/extension-market-template
Browse files Browse the repository at this point in the history
add country field to marketplace template developer model
  • Loading branch information
lumandra committed Jun 30, 2023
2 parents 4affe6a + 798a634 commit d2cad9e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions siteTemplates/templates.json
Expand Up @@ -2148,6 +2148,23 @@
"order": 4,
"validations": null
},
{
"name": "Country",
"nameId": "Country",
"type": "Short Text",
"appearance": "Single line",
"color": "rgba(56, 211, 183, 1)",
"boolTextYes": "",
"boolTextNo": "",
"validValues": [],
"isRequired": false,
"isTitle": false,
"isList": false,
"isDisabled": false,
"isUnique": false,
"order": 4,
"validations": null
},
{
"name": "Verified",
"nameId": "Verified",
Expand Down

0 comments on commit d2cad9e

Please sign in to comment.