Set classes for gleaning, collection, blog, article cards
This commit is contained in:
parent
71159b5c37
commit
6ed7b5c3d3
4 changed files with 13 additions and 4 deletions
|
@ -41,7 +41,9 @@ third_party_settings:
|
|||
link_attribute: ''
|
||||
link_custom: ''
|
||||
classes:
|
||||
layout_class: { }
|
||||
layout_class:
|
||||
is-article: is-article
|
||||
ds_content: { }
|
||||
regions:
|
||||
ds_content:
|
||||
- field_image
|
||||
|
|
|
@ -10,6 +10,7 @@ dependencies:
|
|||
- field.field.node.blog.field_body_paragraph
|
||||
- field.field.node.blog.field_image
|
||||
- field.field.node.blog.field_meta_tags
|
||||
- field.field.node.blog.field_publication_date
|
||||
- field.field.node.blog.field_summary
|
||||
- field.field.node.blog.field_tags
|
||||
- field.field.node.blog.field_topics
|
||||
|
@ -36,7 +37,9 @@ third_party_settings:
|
|||
link_attribute: ''
|
||||
link_custom: ''
|
||||
classes:
|
||||
layout_class: { }
|
||||
layout_class:
|
||||
is-blog: is-blog
|
||||
ds_content: { }
|
||||
regions:
|
||||
ds_content:
|
||||
- field_image
|
||||
|
|
|
@ -38,7 +38,9 @@ third_party_settings:
|
|||
link_attribute: ''
|
||||
link_custom: ''
|
||||
classes:
|
||||
layout_class: { }
|
||||
layout_class:
|
||||
is-collection: is-collection
|
||||
ds_content: { }
|
||||
regions:
|
||||
ds_content:
|
||||
- field_image
|
||||
|
|
|
@ -52,7 +52,9 @@ third_party_settings:
|
|||
link_attribute: ''
|
||||
link_custom: ''
|
||||
classes:
|
||||
layout_class: { }
|
||||
layout_class:
|
||||
is-gleaning: is-gleaning
|
||||
ds_content: { }
|
||||
regions:
|
||||
ds_content:
|
||||
- field_image
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue