1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

small to string

This commit is contained in:
Jernej Pregelj 2019-07-17 16:41:53 +02:00
parent 4d2a691a9b
commit 461d72a0dd

View File

@ -50,14 +50,14 @@
"placeholder": "e.g. Jelly McJellyfish",
"type": "text",
"required": true,
"small": true,
"small": "true",
"help": "Help me"
},
"industry2": {
"label": "Industry",
"type": "select",
"required": true,
"small": true,
"small": "true",
"options": ["Automotive", "Technology"]
}
}