add "only platform admin can create groups" and "only groups can create events" restrictions
This commit is contained in:
@@ -56,6 +56,11 @@ export const configMock = {
|
||||
groups: true,
|
||||
koenaConnect: false,
|
||||
},
|
||||
restrictions: {
|
||||
__typename: "Restrictions",
|
||||
onlyAdminCanCreateGroups: false,
|
||||
onlyGroupsCanCreateEvents: false,
|
||||
},
|
||||
geocoding: {
|
||||
__typename: "Geocoding",
|
||||
autocomplete: true,
|
||||
|
||||
Reference in New Issue
Block a user