feat(back): add admin setting to disable external event feature

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2023-09-01 18:16:06 +02:00
parent af670f3947
commit f6611e8eb5
8 changed files with 48 additions and 2 deletions

View File

@@ -72,6 +72,7 @@ export const CONFIG = gql`
features {
groups
eventCreation
eventExternal
antispam
}
restrictions {
@@ -370,6 +371,7 @@ export const FEATURES = gql`
features {
groups
eventCreation
eventExternal
antispam
}
}