show event author in event page if admin is browsing and feature is enabled from config file
This commit is contained in:
@@ -80,6 +80,7 @@ module.exports = {
|
||||
allow_recurrent_event: settings.allow_recurrent_event,
|
||||
allow_multidate_event: settings.allow_multidate_event,
|
||||
allow_online_event: settings.allow_online_event,
|
||||
show_event_author_to_admin: settings.show_event_author_to_admin,
|
||||
recurrent_event_visible: settings.recurrent_event_visible,
|
||||
enable_federation: settings.enable_federation,
|
||||
enable_resources: settings.enable_resources,
|
||||
|
||||
Reference in New Issue
Block a user