Skip to content

Commit

Permalink
UHF-9964: Remove the link to automatic categories taxonomy terms that…
Browse files Browse the repository at this point in the history
… are displayed on the news item and article pages
  • Loading branch information
teroelonen committed Aug 12, 2024
1 parent a49a104 commit a69d2cb
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ content:
entity_reference_entity_view:
view_mode: default
entity_reference_label:
link: true
link: false
show_description: false
third_party_settings: { }
created:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ content:
entity_reference_entity_view:
view_mode: default
entity_reference_label:
link: true
link: false
show_description: false
third_party_settings: { }
created:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ content:
entity_reference_entity_view:
view_mode: default
entity_reference_label:
link: true
link: false
show_description: false
third_party_settings: { }
hidden:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dependencies:
- path
- publication_date
- radioactivity
- readonly_field_widget
- scheduler
- select2
third_party_settings:
Expand Down Expand Up @@ -75,11 +76,41 @@ third_party_settings:
open: false
description: ''
required_fields: true
group_automatically_recommended:
children:
- in_recommendations
- show_annif_block
- annif_keywords
label: 'Automatically recommended content'
region: content
parent_name: ''
weight: 25
format_type: fieldset
format_settings:
classes: ''
show_empty_fields: false
id: ''
description: 'Recommended content may include news or articles. Recommendations are based on automatically selected news categories. The news categories are chosen based on the page content when the page is saved.'
required_fields: false
id: node.news_article.default
targetEntityType: node
bundle: news_article
mode: default
content:
annif_keywords:
type: readonly_field_widget
weight: 30
region: content
settings:
label: above
formatter_type: entity_reference_label
formatter_settings:
entity_reference_entity_view:
view_mode: default
entity_reference_label:
link: false
show_description: false
third_party_settings: { }
created:
type: datetime_timestamp
weight: 4
Expand Down Expand Up @@ -196,6 +227,13 @@ content:
size: 60
placeholder: ''
third_party_settings: { }
in_recommendations:
type: boolean_checkbox
weight: 28
region: content
settings:
display_label: true
third_party_settings: { }
langcode:
type: language_select
weight: 0
Expand Down Expand Up @@ -233,6 +271,13 @@ content:
region: content
settings: { }
third_party_settings: { }
show_annif_block:
type: boolean_checkbox
weight: 29
region: content
settings:
display_label: true
third_party_settings: { }
simple_sitemap:
weight: 12
region: content
Expand Down

0 comments on commit a69d2cb

Please sign in to comment.