From d50b61d4258352cc18766971185cef72d9cb7836 Mon Sep 17 00:00:00 2001 From: Lily Yan Date: Wed, 7 Sep 2022 13:59:20 -0400 Subject: [PATCH 1/4] ISTWCMS-5779 Click update button under uw_vocab_opportunity_employment/overview/display to re-create feature --- ...w_vocab_opportunity_employment.default.yml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 config/install/core.entity_view_display.taxonomy_term.uw_vocab_opportunity_employment.default.yml diff --git a/config/install/core.entity_view_display.taxonomy_term.uw_vocab_opportunity_employment.default.yml b/config/install/core.entity_view_display.taxonomy_term.uw_vocab_opportunity_employment.default.yml new file mode 100644 index 0000000..ae45455 --- /dev/null +++ b/config/install/core.entity_view_display.taxonomy_term.uw_vocab_opportunity_employment.default.yml @@ -0,0 +1,29 @@ +langcode: en +status: true +dependencies: + config: + - taxonomy.vocabulary.uw_vocab_opportunity_employment + module: + - fences + - text +id: taxonomy_term.uw_vocab_opportunity_employment.default +targetEntityType: taxonomy_term +bundle: uw_vocab_opportunity_employment +mode: default +content: + description: + type: text_default + label: hidden + settings: { } + third_party_settings: + fences: + fences_field_tag: div + fences_field_classes: '' + fences_field_item_tag: div + fences_field_item_classes: '' + fences_label_tag: div + fences_label_classes: '' + weight: 0 + region: content +hidden: + langcode: true -- GitLab From 19f385003ba550a097109ca212c582a56bf54db5 Mon Sep 17 00:00:00 2001 From: Lily Yan Date: Wed, 7 Sep 2022 14:01:10 -0400 Subject: [PATCH 2/4] ISTWCMS-5779 Click update button under uw_vocab_opportunity_payrate/overview/display to re-create feature --- ...m.uw_vocab_opportunity_payrate.default.yml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 config/install/core.entity_view_display.taxonomy_term.uw_vocab_opportunity_payrate.default.yml diff --git a/config/install/core.entity_view_display.taxonomy_term.uw_vocab_opportunity_payrate.default.yml b/config/install/core.entity_view_display.taxonomy_term.uw_vocab_opportunity_payrate.default.yml new file mode 100644 index 0000000..f87bc70 --- /dev/null +++ b/config/install/core.entity_view_display.taxonomy_term.uw_vocab_opportunity_payrate.default.yml @@ -0,0 +1,29 @@ +langcode: en +status: true +dependencies: + config: + - taxonomy.vocabulary.uw_vocab_opportunity_payrate + module: + - fences + - text +id: taxonomy_term.uw_vocab_opportunity_payrate.default +targetEntityType: taxonomy_term +bundle: uw_vocab_opportunity_payrate +mode: default +content: + description: + type: text_default + label: hidden + settings: { } + third_party_settings: + fences: + fences_field_tag: div + fences_field_classes: '' + fences_field_item_tag: div + fences_field_item_classes: '' + fences_label_tag: div + fences_label_classes: '' + weight: 0 + region: content +hidden: + langcode: true -- GitLab From e93c43c3057a416712d146e92ae902c954404d50 Mon Sep 17 00:00:00 2001 From: Lily Yan Date: Wed, 7 Sep 2022 14:03:11 -0400 Subject: [PATCH 3/4] ISTWCMS-5779 Click update button under uw_vocab_opportunity_type/overview/display to re-create feature --- ...term.uw_vocab_opportunity_type.default.yml | 27 ++++++++++++++----- 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/config/install/core.entity_view_display.taxonomy_term.uw_vocab_opportunity_type.default.yml b/config/install/core.entity_view_display.taxonomy_term.uw_vocab_opportunity_type.default.yml index aea310e..2bb6f84 100644 --- a/config/install/core.entity_view_display.taxonomy_term.uw_vocab_opportunity_type.default.yml +++ b/config/install/core.entity_view_display.taxonomy_term.uw_vocab_opportunity_type.default.yml @@ -5,6 +5,7 @@ dependencies: - field.field.taxonomy_term.uw_vocab_opportunity_type.field_uw_opportunity_type_show - taxonomy.vocabulary.uw_vocab_opportunity_type module: + - fences - text id: taxonomy_term.uw_vocab_opportunity_type.default targetEntityType: taxonomy_term @@ -12,21 +13,35 @@ bundle: uw_vocab_opportunity_type mode: default content: description: - label: hidden type: text_default + label: hidden + settings: { } + third_party_settings: + fences: + fences_field_tag: div + fences_field_classes: '' + fences_field_item_tag: div + fences_field_item_classes: '' + fences_label_tag: div + fences_label_classes: '' weight: 0 region: content - settings: { } - third_party_settings: { } field_uw_opportunity_type_show: - weight: 2 + type: boolean label: above settings: format: default format_custom_false: '' format_custom_true: '' - third_party_settings: { } - type: boolean + third_party_settings: + fences: + fences_field_tag: div + fences_field_classes: '' + fences_field_item_tag: div + fences_field_item_classes: '' + fences_label_tag: div + fences_label_classes: '' + weight: 2 region: content hidden: langcode: true -- GitLab From f926b75a1c2a279f933c69b5cf0caa1645fd6465 Mon Sep 17 00:00:00 2001 From: Lily Yan Date: Wed, 7 Sep 2022 14:04:35 -0400 Subject: [PATCH 4/4] ISTWCMS-5779 Add fences dependency --- uw_ct_opportunities.info.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/uw_ct_opportunities.info.yml b/uw_ct_opportunities.info.yml index f517170..6a9e51f 100644 --- a/uw_ct_opportunities.info.yml +++ b/uw_ct_opportunities.info.yml @@ -23,6 +23,7 @@ dependencies: - 'drupal:user' - 'drupal:views' - 'entity_browser_block_layout:entity_browser_block_layout' + - 'fences:fences' - 'field_group:field_group' - 'layout_builder_restrictions:layout_builder_restrictions' - 'metatag:metatag' -- GitLab