Angular stuff

This commit is contained in:
Ben Ramey
2014-03-11 22:11:39 -05:00
parent 93931cf4b2
commit e18e186be0
12 changed files with 18 additions and 77 deletions

View File

@@ -17,7 +17,9 @@ module.exports = {
type: 'email',
required: true
},
groupEmails: 'String',
groupEmails: {
type: 'array'
},
menuUrl: {
type: 'url'
},