More fields
This commit is contained in:
parent
aff4aea9f5
commit
d660c07268
|
@ -15,7 +15,6 @@
|
|||
"symbol": {
|
||||
"type": "string",
|
||||
"required": true,
|
||||
"maxLength": 1,
|
||||
"minLength": 1,
|
||||
"unique": false
|
||||
},
|
||||
|
|
|
@ -378,6 +378,27 @@
|
|||
},
|
||||
"contact_us": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"email_gdpr_notice": {
|
||||
"type": "string"
|
||||
},
|
||||
"message": {
|
||||
"type": "string"
|
||||
},
|
||||
"send": {
|
||||
"type": "string"
|
||||
},
|
||||
"response_invalid_code": {
|
||||
"type": "string"
|
||||
},
|
||||
"response_invalid_email": {
|
||||
"type": "string"
|
||||
},
|
||||
"response_email_success": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue