Create div group and put publication date in them
This commit is contained in:
parent
0b7901a2e6
commit
160f9c3f22
1 changed files with 30 additions and 4 deletions
|
@ -12,9 +12,31 @@ dependencies:
|
|||
- node.type.gleaning
|
||||
- responsive_image.styles.narrow
|
||||
module:
|
||||
- datetime
|
||||
- ds
|
||||
- field_group
|
||||
- responsive_image
|
||||
- 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
|
||||
targetEntityType: node
|
||||
bundle: gleaning
|
||||
|
@ -31,14 +53,18 @@ content:
|
|||
third_party_settings:
|
||||
ds:
|
||||
ds_limit: '1'
|
||||
links:
|
||||
weight: 1
|
||||
field_publication_date:
|
||||
type: datetime_default
|
||||
weight: 5
|
||||
region: content
|
||||
settings: { }
|
||||
label: above
|
||||
settings:
|
||||
format_type: medium
|
||||
timezone_override: ''
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
body: true
|
||||
comment: true
|
||||
field_publication_date: true
|
||||
field_upload: true
|
||||
links: true
|
||||
search_api_excerpt: true
|
||||
|
|
Loading…
Add table
Reference in a new issue