emailAddress
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": {
|
||||
"type": "varchar",
|
||||
"required": true
|
||||
},
|
||||
"lower": {
|
||||
"type": "varchar",
|
||||
"required": true
|
||||
},
|
||||
"add": {
|
||||
"type": "varchar",
|
||||
"required": true
|
||||
},
|
||||
"invalid": {
|
||||
"type": "bool"
|
||||
},
|
||||
"optOut": {
|
||||
"type": "bool"
|
||||
}
|
||||
},
|
||||
"links": {
|
||||
},
|
||||
"collection": {
|
||||
"sortBy": "name",
|
||||
"asc": true
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"entity": true,
|
||||
"layouts": false,
|
||||
"tab": false,
|
||||
"acl": false,
|
||||
"customizable":false
|
||||
}
|
||||
Reference in New Issue
Block a user