Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 7b3bf939 authored by Sergio Elvira Perez's avatar Sergio Elvira Perez
Browse files

OEL-1291: Whitelabel starter news and events entities exported.

parent d5485323
No related branches found
No related tags found
1 merge request!92OEL-1291: News and Event content types renamed.
......@@ -5,14 +5,15 @@ dependencies:
- core.entity_view_mode.node.full
- field.field.node.oe_sc_event.body
- field.field.node.oe_sc_event.oe_documents
- field.field.node.oe_sc_event.oe_sc_event_dates
- field.field.node.oe_sc_event.oe_featured_media
- field.field.node.oe_sc_event.oe_sc_event_dates
- field.field.node.oe_sc_event.oe_sc_event_location
- field.field.node.oe_sc_event.oe_summary
- node.type.oe_sc_event
module:
- address
- datetime_range
- oe_content_featured_media_field
- oe_whitelabel_helper
- text
- user
id: node.oe_sc_event.full
......@@ -22,25 +23,33 @@ mode: full
content:
body:
type: text_default
weight: 1
region: content
label: above
settings: { }
third_party_settings: { }
links:
weight: 7
weight: 1
region: content
links:
settings: { }
third_party_settings: { }
weight: 7
region: content
oe_documents:
type: entity_reference_entity_view
label: above
settings:
view_mode: default
link: true
third_party_settings: { }
weight: 6
region: content
oe_featured_media:
type: oe_featured_media_label
label: above
settings:
link: true
view_mode: default
third_party_settings: { }
weight: 8
region: content
oe_sc_event_dates:
type: daterange_default
label: inline
......@@ -51,14 +60,6 @@ content:
third_party_settings: { }
weight: 4
region: content
oe_featured_media:
type: oe_featured_media_label
label: above
settings:
link: true
third_party_settings: { }
weight: 102
region: content
oe_sc_event_location:
type: oe_whitelabel_helper_address_inline
label: inline
......@@ -74,4 +75,9 @@ content:
third_party_settings: { }
weight: 2
region: content
hidden: { }
hidden:
langcode: true
oe_content_content_owner: true
oe_content_legacy_link: true
oe_content_navigation_title: true
oe_content_short_title: true
......@@ -2,6 +2,7 @@ langcode: en
status: true
dependencies:
config:
- core.entity_view_mode.node.full
- field.field.node.oe_sc_news.body
- field.field.node.oe_sc_news.oe_featured_media
- field.field.node.oe_sc_news.oe_publication_date
......@@ -9,9 +10,9 @@ dependencies:
- node.type.oe_sc_news
module:
- datetime
- oe_content_featured_media_field
- text
- user
id: node.oe_sc_news.full
targetEntityType: node
bundle: oe_sc_news
......@@ -27,7 +28,7 @@ content:
links:
settings: { }
third_party_settings: { }
weight: 100
weight: 14
region: content
oe_featured_media:
type: oe_featured_media_label
......@@ -35,7 +36,7 @@ content:
settings:
link: true
third_party_settings: { }
weight: 102
weight: 15
region: content
oe_publication_date:
type: datetime_default
......@@ -47,7 +48,7 @@ content:
weight: 13
region: content
oe_summary:
type: basic_string
type: text_default
label: hidden
settings: { }
third_party_settings: { }
......@@ -55,4 +56,8 @@ content:
region: content
hidden:
langcode: true
oe_content_content_owner: true
oe_content_legacy_link: true
oe_content_navigation_title: true
oe_content_short_title: true
search_api_excerpt: true
......@@ -10,9 +10,9 @@ dependencies:
- node.type.oe_sc_news
module:
- datetime
- oe_content_featured_media_field
- text
- user
id: node.oe_sc_news.teaser
targetEntityType: node
bundle: oe_sc_news
......@@ -28,7 +28,7 @@ content:
links:
settings: { }
third_party_settings: { }
weight: 100
weight: 14
region: content
oe_featured_media:
type: oe_featured_media_label
......@@ -36,7 +36,7 @@ content:
settings:
link: true
third_party_settings: { }
weight: 102
weight: 15
region: content
oe_publication_date:
type: datetime_default
......@@ -48,7 +48,7 @@ content:
weight: 13
region: content
oe_summary:
type: basic_string
type: text_default
label: hidden
settings: { }
third_party_settings: { }
......@@ -56,4 +56,8 @@ content:
region: content
hidden:
langcode: true
oe_content_content_owner: true
oe_content_legacy_link: true
oe_content_navigation_title: true
oe_content_short_title: true
search_api_excerpt: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment