all developments of milestone 1
This commit is contained in:
@@ -24,6 +24,7 @@ export interface IEventOptions {
|
||||
program: string;
|
||||
commentModeration: CommentModeration;
|
||||
showParticipationPrice: boolean;
|
||||
hideNumberOfParticipants: boolean;
|
||||
showStartTime: boolean;
|
||||
showEndTime: boolean;
|
||||
timezone: string | null;
|
||||
@@ -53,6 +54,8 @@ export class EventOptions implements IEventOptions {
|
||||
|
||||
showParticipationPrice = false;
|
||||
|
||||
hideNumberOfParticipants = false;
|
||||
|
||||
showStartTime = true;
|
||||
|
||||
showEndTime = true;
|
||||
|
||||
Reference in New Issue
Block a user