show event author in event page if admin is browsing and feature is enabled from config file
This commit is contained in:
@@ -29,6 +29,7 @@ const defaultSettings = {
|
||||
allow_recurrent_event: false,
|
||||
allow_online_event: true,
|
||||
recurrent_event_visible: false,
|
||||
show_event_author_to_admin: config.show_event_author_to_admin || false,
|
||||
allow_geolocation: false,
|
||||
geocoding_provider_type: 'Nominatim',
|
||||
geocoding_provider: 'https://nominatim.openstreetmap.org/search',
|
||||
|
||||
Reference in New Issue
Block a user