mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
use hometown instead of surname
This commit is contained in:
parent
c31354e927
commit
b520355324
@ -386,12 +386,12 @@ An element looks like:
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"name":"surname",
|
"name":"hometown",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "Name",
|
"label": "Hometown",
|
||||||
"required": true,
|
"required": true,
|
||||||
"description":"Please fill your name",
|
"description":"What is your hometown?",
|
||||||
"default": "NoName",
|
"default": "Nowhere",
|
||||||
"options": []
|
"options": []
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
@ -412,12 +412,12 @@ Example:
|
|||||||
```json
|
```json
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name":"surname",
|
"name":"hometown",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "Name",
|
"label": "Hometown",
|
||||||
"required": true,
|
"required": true,
|
||||||
"default": "NoName"
|
"default": "Nowhere"
|
||||||
"description":"Please fill your name"
|
"description":"What is your hometown?"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name":"age",
|
"name":"age",
|
||||||
|
Loading…
Reference in New Issue
Block a user