mirror of
https://github.com/documize/community.git
synced 2025-07-23 15:19:42 +02:00
All new space permission managament
Using ember-toggle add-on.
This commit is contained in:
parent
13deb55cbb
commit
d5be8ec843
11 changed files with 231 additions and 152 deletions
|
@ -35,6 +35,16 @@ module.exports = function (environment) {
|
|||
routeAfterAuthentication: 'folders',
|
||||
routeIfAlreadyAuthenticated: 'folders'
|
||||
},
|
||||
'ember-toggle': {
|
||||
includedThemes: ['light', 'ios', 'flip'],
|
||||
excludedThemes: ['skewed'],
|
||||
excludeBaseStyles: false,
|
||||
defaultShowLabels: false,
|
||||
defaultTheme: 'ios',
|
||||
defaultSize: 'small',
|
||||
defaultOffLabel: 'Off',
|
||||
defaultOnLabel: 'On'
|
||||
},
|
||||
APP: {
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue