More fields

This commit is contained in:
DrMint 2022-03-27 20:00:42 +02:00
parent aff4aea9f5
commit d660c07268
2 changed files with 21 additions and 1 deletions

View File

@ -15,7 +15,6 @@
"symbol": { "symbol": {
"type": "string", "type": "string",
"required": true, "required": true,
"maxLength": 1,
"minLength": 1, "minLength": 1,
"unique": false "unique": false
}, },

View File

@ -378,6 +378,27 @@
}, },
"contact_us": { "contact_us": {
"type": "string" "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"
} }
} }
} }