Create div group and put publication date in them

This commit is contained in:
benjamin melançon 2019-10-01 12:10:29 -04:00
parent 0b7901a2e6
commit 160f9c3f22

View file

@ -12,9 +12,31 @@ dependencies:
- node.type.gleaning - node.type.gleaning
- responsive_image.styles.narrow - responsive_image.styles.narrow
module: module:
- datetime
- ds - ds
- field_group
- responsive_image - responsive_image
- user - user
third_party_settings:
field_group:
group_card_content:
children:
- field_publication_date
parent_name: ''
weight: 1
format_type: html_element
format_settings:
id: ''
classes: ''
element: div
show_label: false
label_element: h3
label_element_classes: ''
attributes: ''
effect: none
speed: fast
label: 'Card content'
region: content
id: node.gleaning.card id: node.gleaning.card
targetEntityType: node targetEntityType: node
bundle: gleaning bundle: gleaning
@ -31,14 +53,18 @@ content:
third_party_settings: third_party_settings:
ds: ds:
ds_limit: '1' ds_limit: '1'
links: field_publication_date:
weight: 1 type: datetime_default
weight: 5
region: content region: content
settings: { } label: above
settings:
format_type: medium
timezone_override: ''
third_party_settings: { } third_party_settings: { }
hidden: hidden:
body: true body: true
comment: true comment: true
field_publication_date: true
field_upload: true field_upload: true
links: true
search_api_excerpt: true search_api_excerpt: true