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", "placeholder": "e.g. Jelly McJellyfish",
"type": "text", "type": "text",
"required": true, "required": true,
"small": true, "small": "true",
"help": "Help me" "help": "Help me"
}, },
"industry2": { "industry2": {
"label": "Industry", "label": "Industry",
"type": "select", "type": "select",
"required": true, "required": true,
"small": true, "small": "true",
"options": ["Automotive", "Technology"] "options": ["Automotive", "Technology"]
} }
} }