show event author in event page if admin is browsing and feature is enabled from config file

This commit is contained in:
encrypt
2023-06-16 13:57:34 +02:00
parent 8eb43ac7b5
commit 50fbecb15a
4 changed files with 13 additions and 4 deletions

View File

@@ -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',