Add toggle to disable groups
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -58,4 +58,7 @@ export interface IConfig {
|
||||
};
|
||||
resourceProviders: IProvider[];
|
||||
timezones: string[];
|
||||
features: {
|
||||
groups: boolean;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user