Add Organization User/Team toggle to UI

This commit is contained in:
Wayne Witzel III 2018-03-19 11:25:14 -04:00
parent 33ac8a9668
commit eb3b518507

View File

@ -21,6 +21,12 @@ export default ['i18n', function(i18n) {
ORG_ADMINS_CAN_SEE_ALL_USERS: {
type: 'toggleSwitch',
},
ORGS_CAN_CREATE_USERS: {
type: 'toggleSwitch',
},
ORGS_CAN_ASSIGN_USERS_TEAM: {
type: 'toggleSwitch',
},
SESSION_COOKIE_AGE: {
type: 'number',
integer: true,