Remove post date field from article
This commit is contained in:
parent
8778cc3f96
commit
f29f27d82f
3 changed files with 8 additions and 27 deletions
|
@ -35,16 +35,11 @@ third_party_settings:
|
|||
attributes: ''
|
||||
link_attribute: ''
|
||||
link_custom: ''
|
||||
label: ''
|
||||
regions:
|
||||
ds_content:
|
||||
- node_title
|
||||
- node_post_date
|
||||
fields:
|
||||
node_post_date:
|
||||
plugin_id: node_post_date
|
||||
weight: 1
|
||||
label: hidden
|
||||
formatter: ds_post_date_month_day_year
|
||||
node_title:
|
||||
plugin_id: node_title
|
||||
weight: 0
|
||||
|
|
|
@ -45,7 +45,6 @@ third_party_settings:
|
|||
- field_media_image
|
||||
- group_card_content
|
||||
- group_card_content_bottom
|
||||
- node_post_date
|
||||
- node_title
|
||||
- field_summary
|
||||
- field_topics
|
||||
|
@ -59,15 +58,9 @@ third_party_settings:
|
|||
link: true
|
||||
wrapper: h2
|
||||
class: ''
|
||||
node_post_date:
|
||||
plugin_id: node_post_date
|
||||
weight: 3
|
||||
label: hidden
|
||||
formatter: ds_post_date_month_day_year
|
||||
field_group:
|
||||
group_card_content:
|
||||
children:
|
||||
- node_post_date
|
||||
- node_title
|
||||
- field_summary
|
||||
label: 'Card content'
|
||||
|
|
|
@ -49,7 +49,6 @@ third_party_settings:
|
|||
header:
|
||||
- field_media_image
|
||||
left:
|
||||
- node_post_date
|
||||
- field_authors
|
||||
middle:
|
||||
- field_body_paragraph
|
||||
|
@ -58,12 +57,6 @@ third_party_settings:
|
|||
- field_tags
|
||||
- comment
|
||||
- links
|
||||
fields:
|
||||
node_post_date:
|
||||
plugin_id: node_post_date
|
||||
weight: 1
|
||||
label: hidden
|
||||
formatter: ds_post_date_month_day_year
|
||||
_core:
|
||||
default_config_hash: RT_7MhkI9uUn9cu6UzAX5JL1XbXUyu_e4l7gvc5aID8
|
||||
id: node.article.full
|
||||
|
@ -78,7 +71,7 @@ content:
|
|||
view_mode: default
|
||||
pager_id: 0
|
||||
third_party_settings: { }
|
||||
weight: 7
|
||||
weight: 6
|
||||
region: middle
|
||||
field_article_type:
|
||||
type: entity_reference_label
|
||||
|
@ -86,7 +79,7 @@ content:
|
|||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 4
|
||||
weight: 3
|
||||
region: middle
|
||||
field_authors:
|
||||
type: entity_reference_label
|
||||
|
@ -96,7 +89,7 @@ content:
|
|||
third_party_settings:
|
||||
ds:
|
||||
ds_limit: ''
|
||||
weight: 2
|
||||
weight: 1
|
||||
region: left
|
||||
field_body_paragraph:
|
||||
type: entity_reference_revisions_entity_view
|
||||
|
@ -105,7 +98,7 @@ content:
|
|||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
weight: 2
|
||||
region: middle
|
||||
field_media_image:
|
||||
type: media_responsive_thumbnail
|
||||
|
@ -124,7 +117,7 @@ content:
|
|||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 6
|
||||
weight: 5
|
||||
region: middle
|
||||
field_topics:
|
||||
type: entity_reference_label
|
||||
|
@ -132,12 +125,12 @@ content:
|
|||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 5
|
||||
weight: 4
|
||||
region: middle
|
||||
links:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 8
|
||||
weight: 7
|
||||
region: middle
|
||||
hidden:
|
||||
body: true
|
||||
|
|
Loading…
Reference in a new issue