Added comments for config states and added states for blacklist and whitelist.
This commit is contained in:
@@ -545,7 +545,8 @@ var config = {
|
||||
},
|
||||
// Default theme
|
||||
theme: 'light',
|
||||
states: ['allGood', 'notLogging', 'notSignedIn']
|
||||
// Valid extension states
|
||||
states: ['allGood', 'notLogging', 'notSignedIn', 'blacklisted', 'whitelisted']
|
||||
};
|
||||
|
||||
exports['default'] = config;
|
||||
|
||||
Reference in New Issue
Block a user