Allow to register custom categories
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -11,6 +11,10 @@ export const CONFIG = gql`
|
||||
demoMode
|
||||
countryCode
|
||||
languages
|
||||
eventCategories {
|
||||
id
|
||||
label
|
||||
}
|
||||
anonymous {
|
||||
participation {
|
||||
allowed
|
||||
@@ -103,6 +107,10 @@ export const CONFIG_EDIT_EVENT = gql`
|
||||
features {
|
||||
groups
|
||||
}
|
||||
eventCategories {
|
||||
id
|
||||
label
|
||||
}
|
||||
anonymous {
|
||||
participation {
|
||||
allowed
|
||||
|
||||
Reference in New Issue
Block a user