Splitting site field: Now we track site and domain.
This commit is contained in:
parent
7cec2788f8
commit
84b20b209e
8 changed files with 46 additions and 6 deletions
shared/validation
|
@ -70,6 +70,11 @@ angular.module('ffffng').constant('Constraints', {
|
|||
type: 'string',
|
||||
regex: /^[a-z0-9_-]{1,32}$/,
|
||||
optional: true
|
||||
},
|
||||
domain: {
|
||||
type: 'string',
|
||||
regex: /^[a-z0-9_-]{1,32}$/,
|
||||
optional: true
|
||||
}
|
||||
},
|
||||
rest: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue