-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #901 from openeuropa/EWPP-1362
[EWPP-1360] EWPP-1362: Use PublicationDate extra field to display the publication date and last update date fields for News.
- Loading branch information
Showing
6 changed files
with
184 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
119 changes: 119 additions & 0 deletions
119
...ost_updates/00009_update_full_view_display/core.entity_view_display.node.oe_news.full.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,119 @@ | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- core.entity_view_mode.node.full | ||
- field.field.node.oe_news.body | ||
- field.field.node.oe_news.oe_author | ||
- field.field.node.oe_news.oe_news_contacts | ||
- field.field.node.oe_news.oe_news_featured_media | ||
- field.field.node.oe_news.oe_news_last_updated | ||
- field.field.node.oe_news.oe_news_location | ||
- field.field.node.oe_news.oe_news_types | ||
- field.field.node.oe_news.oe_publication_date | ||
- field.field.node.oe_news.oe_reference_code | ||
- field.field.node.oe_news.oe_related_links | ||
- field.field.node.oe_news.oe_subject | ||
- field.field.node.oe_news.oe_summary | ||
- field.field.node.oe_news.oe_teaser | ||
- node.type.oe_news | ||
module: | ||
- datetime | ||
- entity_reference_revisions | ||
- field_group | ||
- link | ||
- rdf_skos | ||
- text | ||
- user | ||
third_party_settings: | ||
field_group: | ||
group_details: | ||
children: | ||
- oe_reference_code | ||
- extra_field_oe_theme_content_publication_date | ||
- oe_author | ||
- oe_news_location | ||
parent_name: '' | ||
weight: 1 | ||
format_type: oe_theme_helper_field_list_pattern | ||
region: content | ||
format_settings: | ||
variant: horizontal | ||
label: Details | ||
id: node.oe_news.full | ||
targetEntityType: node | ||
bundle: oe_news | ||
mode: full | ||
content: | ||
body: | ||
label: hidden | ||
type: text_default | ||
weight: 0 | ||
settings: { } | ||
third_party_settings: { } | ||
region: content | ||
extra_field_oe_theme_content_publication_date: | ||
weight: 13 | ||
region: content | ||
settings: { } | ||
third_party_settings: { } | ||
oe_author: | ||
type: skos_concept_entity_reference_label | ||
weight: 15 | ||
region: content | ||
label: above | ||
settings: | ||
link: false | ||
third_party_settings: { } | ||
oe_news_contacts: | ||
type: entity_reference_revisions_entity_view | ||
weight: 2 | ||
region: content | ||
label: above | ||
settings: | ||
view_mode: full | ||
link: '' | ||
third_party_settings: { } | ||
oe_news_location: | ||
type: skos_concept_entity_reference_label | ||
weight: 16 | ||
region: content | ||
label: above | ||
settings: | ||
link: false | ||
third_party_settings: { } | ||
oe_reference_code: | ||
type: string | ||
weight: 12 | ||
region: content | ||
label: above | ||
settings: | ||
link_to_entity: false | ||
third_party_settings: { } | ||
oe_related_links: | ||
type: link | ||
weight: 3 | ||
region: content | ||
label: hidden | ||
settings: | ||
trim_length: null | ||
url_only: false | ||
url_plain: false | ||
rel: '0' | ||
target: '0' | ||
third_party_settings: { } | ||
hidden: | ||
extra_field_oe_theme_helper_short_title_with_fallback: true | ||
langcode: true | ||
links: true | ||
oe_content_content_owner: true | ||
oe_content_legacy_link: true | ||
oe_content_navigation_title: true | ||
oe_content_short_title: true | ||
oe_news_featured_media: true | ||
oe_news_last_updated: true | ||
oe_news_types: true | ||
oe_publication_date: true | ||
oe_subject: true | ||
oe_summary: true | ||
oe_teaser: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters