Add 'post date' (which we're using for training date) to landing page simple cards

Yes we know that we're going to have to make a content type (or use event?) for trainings
'cause this is ridiculous.

Ref #221
This commit is contained in:
benjamin melançon 2020-06-18 10:39:58 -04:00
parent b638eabc2b
commit 919badeddc

View file

@ -34,9 +34,15 @@ third_party_settings:
regions: regions:
left: left:
- node_title - node_title
- node_post_date
right: right:
- field_image - field_image
fields: fields:
node_post_date:
plugin_id: node_post_date
weight: 1
label: hidden
formatter: ds_post_date_medium
node_title: node_title:
plugin_id: node_title plugin_id: node_title
weight: 0 weight: 0
@ -56,7 +62,7 @@ mode: simple_card
content: content:
field_image: field_image:
type: responsive_image type: responsive_image
weight: 1 weight: 2
region: right region: right
label: hidden label: hidden
settings: settings: