all developments of milestone 1
This commit is contained in:
@@ -37,10 +37,15 @@ export interface IConfig {
|
||||
longDescription: string;
|
||||
contact: string;
|
||||
slogan: string;
|
||||
instanceLogo: { url: string };
|
||||
defaultPicture: { url: string };
|
||||
primaryColor: string;
|
||||
secondaryColor: string;
|
||||
|
||||
registrationsOpen: boolean;
|
||||
registrationsAllowlist: boolean;
|
||||
demoMode: boolean;
|
||||
longEvents: boolean;
|
||||
countryCode: string;
|
||||
eventCategories: { id: string; label: string }[];
|
||||
languages: string[];
|
||||
|
||||
Reference in New Issue
Block a user