Skip to content

Commit 9c1ce12

Browse files
committed
show extra info in collectory datasets view - see AtlasOfLivingAustralia/collectory#183
1 parent 23d4478 commit 9c1ce12

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ansible/roles/collectory/templates/config/collectory-config.properties

+4
Original file line numberDiff line numberDiff line change
@@ -183,3 +183,7 @@ openapi.components.security.oauth2.refreshUrl={{ auth_base_url }}/cas/oidc/refre
183183
openapi.components.security.oauth2.tokenUrl={{ auth_base_url }}/cas/oidc/token
184184
openapi.terms={{ terms_url | default('https://www.ala.org.au/terms-of-use/') }}
185185
openapi.contact.email={{ orgSupportEmail | default('support@ala.org.au') }}
186+
187+
# show extra info
188+
showExtraInfoInDataSetsView.enabled={{ extra_info_datasets_view_enabled | default('true') }}
189+
showExtraInfoInDataSetsView.relativeTime={{ extra_info_datasets_view_relative_time | default('true') }}

0 commit comments

Comments
 (0)