allow to disable multi-day events, fix #215
This commit is contained in:
@@ -6,6 +6,7 @@ export const state = () => ({
|
||||
instance_name: '',
|
||||
allow_registration: true,
|
||||
allow_anon_event: true,
|
||||
allow_multidate_event: true,
|
||||
allow_recurrent_event: true,
|
||||
recurrent_event_visible: false,
|
||||
allow_geolocation: false,
|
||||
|
||||
Reference in New Issue
Block a user