add "only platform admin can create groups" and "only groups can create events" restrictions
This commit is contained in:
@@ -84,6 +84,10 @@ export interface IConfig {
|
||||
groups: boolean;
|
||||
koenaConnect: boolean;
|
||||
};
|
||||
restrictions: {
|
||||
onlyAdminCanCreateGroups: boolean;
|
||||
onlyGroupsCanCreateEvents: boolean;
|
||||
};
|
||||
federating: boolean;
|
||||
version: string;
|
||||
auth: {
|
||||
|
||||
Reference in New Issue
Block a user