-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b16dbd8
commit 4cbfe57
Showing
19 changed files
with
595 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,34 @@ | ||
uuid: 8a5f36e7-8731-4bbd-b5b6-285508c871fe | ||
langcode: en | ||
status: true | ||
status: false | ||
dependencies: | ||
module: | ||
- node | ||
- posse_dc | ||
- system | ||
theme: | ||
- posse_theme | ||
id: meetthedevblock | ||
theme: posse_theme | ||
region: content | ||
weight: -3 | ||
weight: -1 | ||
provider: null | ||
plugin: meet_the_dev_block | ||
settings: | ||
id: meet_the_dev_block | ||
label: 'Meet the Dev' | ||
provider: posse_dc | ||
label_display: '0' | ||
visibility: { } | ||
visibility: | ||
request_path: | ||
id: request_path | ||
pages: '<front>' | ||
negate: false | ||
context_mapping: { } | ||
node_type: | ||
id: node_type | ||
bundles: | ||
page: page | ||
negate: false | ||
context_mapping: | ||
node: '@node.node_route_context:node' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,26 @@ | ||
uuid: f51ac272-78fe-4902-a0cc-e4c6ac8eeca4 | ||
langcode: en | ||
status: true | ||
status: false | ||
dependencies: | ||
module: | ||
- posse_dc | ||
- system | ||
theme: | ||
- posse_theme | ||
id: services | ||
theme: posse_theme | ||
region: content | ||
weight: -4 | ||
weight: -3 | ||
provider: null | ||
plugin: services | ||
settings: | ||
id: services | ||
label: Services | ||
provider: posse_dc | ||
label_display: visible | ||
visibility: { } | ||
visibility: | ||
request_path: | ||
id: request_path | ||
pages: '<front>' | ||
negate: false | ||
context_mapping: { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
uuid: 6c713519-1c18-45d0-8a1a-26f081b7cbb2 | ||
langcode: en | ||
status: false | ||
dependencies: | ||
config: | ||
- field.field.node.testimonial.body | ||
module: | ||
- ctools | ||
- layout_builder | ||
- system | ||
theme: | ||
- posse_theme | ||
id: testimonial | ||
theme: posse_theme | ||
region: content | ||
weight: 0 | ||
provider: null | ||
plugin: 'field_block:node:testimonial:body' | ||
settings: | ||
id: 'field_block:node:testimonial:body' | ||
label: Testimonial | ||
provider: layout_builder | ||
label_display: '0' | ||
formatter: | ||
label: above | ||
type: text_default | ||
settings: { } | ||
third_party_settings: { } | ||
context_mapping: | ||
entity: '@node.node_route_context:node' | ||
visibility: | ||
'entity_bundle:node': | ||
id: 'entity_bundle:node' | ||
bundles: | ||
testimonial: testimonial | ||
negate: false | ||
context_mapping: | ||
node: '@node.node_route_context:node' | ||
request_path: | ||
id: request_path | ||
pages: '<front>' | ||
negate: false | ||
context_mapping: { } |
38 changes: 38 additions & 0 deletions
38
config/sync/block.block.views_block__blog_posts_block_1_2.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
uuid: 2abcd3e1-dc1c-4e60-9c5b-e30e238a85cc | ||
langcode: en | ||
status: false | ||
dependencies: | ||
config: | ||
- views.view.blog_posts | ||
module: | ||
- ctools | ||
- system | ||
- views | ||
theme: | ||
- posse_theme | ||
id: views_block__blog_posts_block_1_2 | ||
theme: posse_theme | ||
region: content | ||
weight: 1 | ||
provider: null | ||
plugin: 'views_block:blog_posts-block_1' | ||
settings: | ||
id: 'views_block:blog_posts-block_1' | ||
label: '' | ||
provider: views | ||
label_display: visible | ||
views_label: '' | ||
items_per_page: none | ||
visibility: | ||
'entity_bundle:node': | ||
id: 'entity_bundle:node' | ||
bundles: | ||
blog: blog | ||
negate: false | ||
context_mapping: | ||
node: '@node.node_route_context:node' | ||
request_path: | ||
id: request_path | ||
pages: '<front>' | ||
negate: false | ||
context_mapping: { } |
38 changes: 38 additions & 0 deletions
38
config/sync/block.block.views_block__portfolio_block_1.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
uuid: 74ff3798-6040-48c5-b1ea-e99188d68f7c | ||
langcode: en | ||
status: false | ||
dependencies: | ||
config: | ||
- views.view.portfolio | ||
module: | ||
- ctools | ||
- system | ||
- views | ||
theme: | ||
- posse_theme | ||
id: views_block__portfolio_block_1 | ||
theme: posse_theme | ||
region: content | ||
weight: -2 | ||
provider: null | ||
plugin: 'views_block:portfolio-block_1' | ||
settings: | ||
id: 'views_block:portfolio-block_1' | ||
label: '' | ||
provider: views | ||
label_display: visible | ||
views_label: '' | ||
items_per_page: none | ||
visibility: | ||
'entity_bundle:node': | ||
id: 'entity_bundle:node' | ||
bundles: | ||
portfolio: portfolio | ||
negate: false | ||
context_mapping: | ||
node: '@node.node_route_context:node' | ||
request_path: | ||
id: request_path | ||
pages: '<front>' | ||
negate: false | ||
context_mapping: { } |
18 changes: 18 additions & 0 deletions
18
config/sync/core.base_field_override.node.meetthedev.title.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
uuid: f641626f-35c4-4170-bd17-31c46f341e8c | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- node.type.meetthedev | ||
id: node.meetthedev.title | ||
field_name: title | ||
entity_type: node | ||
bundle: meetthedev | ||
label: 'Meet The Dev' | ||
description: '' | ||
required: true | ||
translatable: true | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: { } | ||
field_type: string |
54 changes: 54 additions & 0 deletions
54
config/sync/core.entity_view_display.node.meetthedev.teaser.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
uuid: d36e978d-0cd0-4cbf-af38-ea7ff7b0a70d | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- core.entity_view_mode.node.teaser | ||
- field.field.node.meetthedev.body | ||
- node.type.meetthedev | ||
module: | ||
- layout_builder | ||
- layout_discovery | ||
- text | ||
- user | ||
third_party_settings: | ||
layout_builder: | ||
sections: | ||
- | ||
layout_id: layout_onecol | ||
layout_settings: { } | ||
components: | ||
4b6d8051-1f78-420d-a444-5a2e59dfbcd0: | ||
uuid: 4b6d8051-1f78-420d-a444-5a2e59dfbcd0 | ||
region: content | ||
configuration: | ||
id: 'field_block:node:meetthedev:body' | ||
label_display: '' | ||
formatter: | ||
label: hidden | ||
type: text_summary_or_trimmed | ||
settings: | ||
trim_length: 600 | ||
third_party_settings: { } | ||
context_mapping: | ||
entity: layout_builder.entity | ||
additional: { } | ||
weight: 0 | ||
id: node.meetthedev.teaser | ||
targetEntityType: node | ||
bundle: meetthedev | ||
mode: teaser | ||
content: | ||
body: | ||
label: hidden | ||
type: text_summary_or_trimmed | ||
weight: 101 | ||
settings: | ||
trim_length: 600 | ||
third_party_settings: { } | ||
region: content | ||
links: | ||
weight: 100 | ||
region: content | ||
hidden: | ||
addtoany: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
uuid: 704dd345-2ab1-43fb-96ec-d8f139236186 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.node.body | ||
- node.type.meetthedev | ||
module: | ||
- text | ||
id: node.meetthedev.body | ||
field_name: body | ||
entity_type: node | ||
bundle: meetthedev | ||
label: Body | ||
description: '' | ||
required: false | ||
translatable: true | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: | ||
display_summary: true | ||
field_type: text_with_summary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
uuid: 34592b7f-d1e5-4648-998c-b43422c0360d | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.node.field_picture | ||
- node.type.meetthedev | ||
module: | ||
- image | ||
id: node.meetthedev.field_picture | ||
field_name: field_picture | ||
entity_type: node | ||
bundle: meetthedev | ||
label: Picture | ||
description: '' | ||
required: false | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: | ||
file_directory: '[date:custom:Y]-[date:custom:m]' | ||
file_extensions: 'png gif jpg jpeg' | ||
max_filesize: '' | ||
max_resolution: '' | ||
min_resolution: '' | ||
alt_field: true | ||
alt_field_required: true | ||
title_field: false | ||
title_field_required: false | ||
default_image: | ||
uuid: '' | ||
alt: '' | ||
title: '' | ||
width: null | ||
height: null | ||
handler: 'default:file' | ||
handler_settings: { } | ||
field_type: image |
Oops, something went wrong.