Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Content Row: Block Changes #99

Merged
merged 3 commits into from
Feb 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/install/block_content.type.content_row.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ dependencies: { }
id: content_row
label: 'Content Row'
revision: 0
description: "A paragraph that allows users to select different types of grid layouts to display content. \r\nTeasers\r\nTeasers Alternate\r\nTiles\r\nFeatures (3 cells Only)"
description: "A paragraph that allows users to select different types of grid layouts to display content. \r\nTeaser\r\nLarge Teaser\r\nLarge Teaser Alternate\r\nTiles\r\nFeatures (3 cells Only)"
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ third_party_settings:
field_group:
group_row_tabs:
children:
- group_row_design
- group_row_content
- group_row_design
label: 'Row Tabs'
region: content
parent_name: ''
Expand All @@ -31,13 +31,13 @@ third_party_settings:
label: 'Row Design'
region: content
parent_name: group_row_tabs
weight: 4
weight: 6
format_type: tab
format_settings:
classes: ''
show_empty_fields: false
id: ''
formatter: open
formatter: closed
description: ''
required_fields: true
group_row_content:
Expand All @@ -52,7 +52,7 @@ third_party_settings:
classes: ''
show_empty_fields: false
id: ''
formatter: closed
formatter: open
description: ''
required_fields: true
id: block_content.content_row.default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ field_name: field_row_layout_content
entity_type: block_content
bundle: content_row
label: 'Row Layout Content'
description: 'Add your row''s content here.'
description: "Add your row's content here."
required: false
translatable: false
default_value: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ settings:
allowed_values:
-
value: '0'
label: Teasers
label: Teaser
-
value: '4'
label: 'Large Teaser'
-
value: '1'
label: 'Teasers Alternate'
label: 'Large Teaser Alternate'
-
value: '2'
label: Tiles
Expand Down
Loading