From 084c33e134d187570130b03e9b6b4df1f321e9f0 Mon Sep 17 00:00:00 2001 From: l26yan <l26yan@uwaterloo.ca> Date: Fri, 22 Oct 2021 14:21:32 -0400 Subject: [PATCH] ISTWCMS-5126 Add tvi settings to service categories vocab --- .../tvi.taxonomy_vocabulary.uw_vocab_service_categories.yml | 5 +++++ uw_ct_service.info.yml | 1 + 2 files changed, 6 insertions(+) create mode 100644 config/install/tvi.taxonomy_vocabulary.uw_vocab_service_categories.yml diff --git a/config/install/tvi.taxonomy_vocabulary.uw_vocab_service_categories.yml b/config/install/tvi.taxonomy_vocabulary.uw_vocab_service_categories.yml new file mode 100644 index 0000000..00c6e65 --- /dev/null +++ b/config/install/tvi.taxonomy_vocabulary.uw_vocab_service_categories.yml @@ -0,0 +1,5 @@ +enable_override: true +view: uw_view_service_show_nodes +view_display: services_in_category_page +inherit_settings: true +pass_arguments: true diff --git a/uw_ct_service.info.yml b/uw_ct_service.info.yml index 39a0dd6..dd5253c 100644 --- a/uw_ct_service.info.yml +++ b/uw_ct_service.info.yml @@ -32,6 +32,7 @@ dependencies: - 'node_revision_delete:node_revision_delete' - 'office_hours:office_hours' - 'term_reference_tree:term_reference_tree' + - 'tvi:tvi' - 'uw_cfg_common:uw_cfg_common' - 'uw_media:uw_media' - 'views_autocomplete_filters:views_autocomplete_filters' -- GitLab