Skip to content

Commit

Permalink
HPC-9281: Add team column and filter to article backend listings, rem…
Browse files Browse the repository at this point in the history
…ove deprecated document fields, add operational links to article and document backend listings
  • Loading branch information
berliner committed Nov 7, 2023
1 parent dd98731 commit d77f402
Show file tree
Hide file tree
Showing 7 changed files with 285 additions and 173 deletions.
4 changes: 0 additions & 4 deletions config/core.entity_form_display.node.document.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@ dependencies:
- field.field.node.document.field_base_objects
- field.field.node.document.field_crop_hero_image
- field.field.node.document.field_display_hero_image
- field.field.node.document.field_entity_reference
- field.field.node.document.field_image
- field.field.node.document.field_inherit_section_image
- field.field.node.document.field_remote_document
- field.field.node.document.field_short_title
- field.field.node.document.field_summary
- field.field.node.document.field_tags
- field.field.node.document.field_team
- field.field.node.document.layout_builder__layout
- image.style.thumbnail
- node.type.document
Expand Down Expand Up @@ -240,6 +238,4 @@ content:
settings: { }
third_party_settings: { }
hidden:
field_entity_reference: true
field_team: true
layout_builder__layout: true
18 changes: 0 additions & 18 deletions config/core.entity_view_display.node.document.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@ dependencies:
- field.field.node.document.field_base_objects
- field.field.node.document.field_crop_hero_image
- field.field.node.document.field_display_hero_image
- field.field.node.document.field_entity_reference
- field.field.node.document.field_image
- field.field.node.document.field_inherit_section_image
- field.field.node.document.field_remote_document
- field.field.node.document.field_short_title
- field.field.node.document.field_summary
- field.field.node.document.field_tags
- field.field.node.document.field_team
- field.field.node.document.layout_builder__layout
- node.type.document
module:
Expand Down Expand Up @@ -119,14 +117,6 @@ content:
third_party_settings: { }
weight: 109
region: content
field_entity_reference:
type: entity_reference_label
label: above
settings:
link: true
third_party_settings: { }
weight: 112
region: content
field_image:
type: image
label: above
Expand Down Expand Up @@ -168,14 +158,6 @@ content:
third_party_settings: { }
weight: 107
region: content
field_team:
type: entity_reference_label
label: above
settings:
link: true
third_party_settings: { }
weight: 113
region: content
links:
settings: { }
third_party_settings: { }
Expand Down
4 changes: 0 additions & 4 deletions config/core.entity_view_display.node.document.teaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@ dependencies:
- field.field.node.document.field_base_objects
- field.field.node.document.field_crop_hero_image
- field.field.node.document.field_display_hero_image
- field.field.node.document.field_entity_reference
- field.field.node.document.field_image
- field.field.node.document.field_inherit_section_image
- field.field.node.document.field_remote_document
- field.field.node.document.field_short_title
- field.field.node.document.field_summary
- field.field.node.document.field_tags
- field.field.node.document.field_team
- field.field.node.document.layout_builder__layout
- node.type.document
module:
Expand All @@ -33,13 +31,11 @@ hidden:
field_base_objects: true
field_crop_hero_image: true
field_display_hero_image: true
field_entity_reference: true
field_image: true
field_inherit_section_image: true
field_remote_document: true
field_short_title: true
field_summary: true
field_tags: true
field_team: true
langcode: true
layout_builder__layout: true
31 changes: 0 additions & 31 deletions config/field.field.node.document.field_entity_reference.yml

This file was deleted.

29 changes: 0 additions & 29 deletions config/field.field.node.document.field_team.yml

This file was deleted.

Loading

0 comments on commit d77f402

Please sign in to comment.