Skip to content
Snippets Groups Projects
Commit 06db48a3 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3375233: Change default spacing method for Default content, and configs...

Issue #3375233: Change default spacing method for Default content, and configs for Layout library, Blog content , tags and Blog Categories views to follow with Varbase Card components and Bootstrap ~5.3.0
parent 7521937b
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,13 @@ third_party_settings:
- field_media
content:
- node_title
- node_post_date
fields:
node_post_date:
plugin_id: node_post_date
weight: 2
label: hidden
formatter: ds_post_date_short
node_title:
plugin_id: node_title
weight: 1
......@@ -76,16 +82,16 @@ content:
view_mode: media_16_09
link: false
third_party_settings: { }
weight: 1
weight: 0
region: media
hidden:
body: true
langcode: true
content_moderation_control: true
field_blog_categories: true
field_meta_tags: true
field_tags: true
field_yoast_seo: true
langcode: true
layout_builder__layout: true
layout_selection: true
links: true
......
......@@ -48,7 +48,13 @@ third_party_settings:
- field_media
content:
- node_title
- node_post_date
fields:
node_post_date:
plugin_id: node_post_date
weight: 2
label: hidden
formatter: ds_post_date_short
node_title:
plugin_id: node_title
weight: 1
......@@ -76,7 +82,7 @@ content:
view_mode: media_16_09
link: false
third_party_settings: { }
weight: 1
weight: 0
region: media
hidden:
body: true
......@@ -85,6 +91,7 @@ hidden:
field_meta_tags: true
field_tags: true
field_yoast_seo: true
langcode: true
layout_builder__layout: true
layout_selection: true
links: true
......
......@@ -14,6 +14,7 @@ dependencies:
- node.type.varbase_blog
module:
- ds
- field_group
- smart_trim
- user
third_party_settings:
......@@ -28,9 +29,9 @@ third_party_settings:
field_templates: default
settings:
style_size: medium
card_border: true
equal_height: true
anchor_all: true
card_border: 1
equal_height: 1
anchor_all: 1
media_position: top
utility_classes: ''
card_attributes: ''
......@@ -39,12 +40,48 @@ third_party_settings:
media:
- field_media
content:
- group_author_info
- node_title
- node_author
- body
- node_post_date
- node_link
fields:
node_link:
plugin_id: node_link
weight: 4
label: hidden
formatter: default
settings:
'link text': 'Read more'
'link class': card-link
wrapper: div
class: 'read-more text-end'
ft:
id: reset
settings:
lb: ''
node_post_date:
plugin_id: node_post_date
weight: 4
label: hidden
formatter: ds_post_date_short
ft:
id: reset
settings:
lb: ''
node_author:
plugin_id: node_author
weight: 3
label: hidden
formatter: author
ft:
id: reset
settings:
lb: ''
node_title:
plugin_id: node_title
weight: 1
weight: 2
label: hidden
formatter: default
settings:
......@@ -57,6 +94,27 @@ third_party_settings:
lb: ''
lb-col: false
classes: { }
field_group:
group_author_info:
children:
- node_author
- node_post_date
label: 'Author info'
parent_name: ''
region: content
weight: 1
format_type: html_element
format_settings:
classes: 'card-author-info small'
show_empty_fields: false
id: ''
element: div
show_label: false
label_element: h3
label_element_classes: ''
attributes: ''
effect: none
speed: fast
id: node.varbase_blog.impressed_card_medium
targetEntityType: node
bundle: varbase_blog
......@@ -78,11 +136,21 @@ content:
class: more-link
text: More
aria_label: 'Read more about [node:title]'
token_browser: ''
summary_handler: full
trim_options:
text: true
third_party_settings: { }
weight: 2
trim_zero: false
replace_tokens: false
third_party_settings:
ds:
ft:
id: default
settings:
lb: ''
lb-col: false
classes: { }
weight: 3
region: content
field_media:
type: entity_reference_entity_view
......@@ -99,6 +167,7 @@ hidden:
field_meta_tags: true
field_tags: true
field_yoast_seo: true
langcode: true
layout_builder__layout: true
layout_selection: true
links: true
......
uuid: 841c3992-e630-47c2-904c-28655fa5ea83
langcode: en
status: true
dependencies:
......@@ -14,7 +15,6 @@ dependencies:
- node.type.varbase_blog
module:
- ds
- smart_trim
- user
third_party_settings:
ds:
......@@ -28,20 +28,25 @@ third_party_settings:
field_templates: default
settings:
style_size: small
card_border: false
equal_height: false
anchor_all: false
card_border: 0
equal_height: 0
anchor_all: 0
utility_classes: ''
card_attributes: ''
content_attributes: ''
regions:
content:
- node_title
- body
- node_post_date
fields:
node_post_date:
plugin_id: node_post_date
weight: 1
label: hidden
formatter: ds_post_date_short
node_title:
plugin_id: node_title
weight: 1
weight: 0
label: hidden
formatter: default
settings:
......@@ -58,36 +63,16 @@ id: node.varbase_blog.text_card_small
targetEntityType: node
bundle: varbase_blog
mode: text_card_small
content:
body:
type: smart_trim
label: hidden
settings:
trim_length: 20
trim_type: words
trim_suffix: ' ...'
wrap_output: false
wrap_class: trimmed
more:
display_link: false
target_blank: false
link_trim_only: false
class: more-link
text: More
aria_label: 'Read more about [node:title]'
summary_handler: full
trim_options:
text: true
third_party_settings: { }
weight: 2
region: content
content: { }
hidden:
body: true
content_moderation_control: true
field_blog_categories: true
field_media: true
field_meta_tags: true
field_tags: true
field_yoast_seo: true
langcode: true
layout_builder__layout: true
layout_selection: true
links: true
......
uuid: 84e87fc1-87a7-4821-b5da-156c5b171dd6
langcode: en
status: true
dependencies:
......@@ -16,8 +15,6 @@ dependencies:
- taxonomy
- user
- views_bootstrap
_core:
default_config_hash: eX0mOJIdGrykREwZeOoDW8gNrd_W-0xVaObeKwxKFvU
id: varbase_blog
label: 'Varbase Blog'
module: views
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment