diff --git a/config/sync/core.entity_view_display.block_content.about_me.default.yml b/config/sync/core.entity_view_display.block_content.about_me.default.yml index 1b94a9a..dffc4ab 100644 --- a/config/sync/core.entity_view_display.block_content.about_me.default.yml +++ b/config/sync/core.entity_view_display.block_content.about_me.default.yml @@ -6,9 +6,15 @@ dependencies: - block_content.type.about_me - field.field.block_content.about_me.body - field.field.block_content.about_me.field_image + - image.style.thumbnail module: - image + - layout_builder - text +third_party_settings: + layout_builder: + enabled: false + allow_custom: false id: block_content.about_me.default targetEntityType: block_content bundle: about_me @@ -26,7 +32,7 @@ content: label: hidden settings: image_link: '' - image_style: '' + image_style: thumbnail image_loading: attribute: lazy third_party_settings: { } diff --git a/config/sync/core.entity_view_display.node.testimonial.default.yml b/config/sync/core.entity_view_display.node.testimonial.default.yml index 26d9247..8940ca0 100644 --- a/config/sync/core.entity_view_display.node.testimonial.default.yml +++ b/config/sync/core.entity_view_display.node.testimonial.default.yml @@ -7,7 +7,7 @@ dependencies: - field.field.node.testimonial.field_image - field.field.node.testimonial.field_link - field.field.node.testimonial.field_tagline - - image.style.wide + - image.style.testimonial - node.type.testimonial module: - image @@ -24,14 +24,14 @@ content: label: hidden settings: { } third_party_settings: { } - weight: 1 + weight: 0 region: content field_image: type: image label: hidden settings: image_link: '' - image_style: wide + image_style: testimonial image_loading: attribute: eager third_party_settings: { } @@ -55,7 +55,7 @@ content: settings: link_to_entity: false third_party_settings: { } - weight: 0 + weight: 1 region: content links: settings: { } diff --git a/config/sync/image.style.testimonial.yml b/config/sync/image.style.testimonial.yml new file mode 100644 index 0000000..18eb8cd --- /dev/null +++ b/config/sync/image.style.testimonial.yml @@ -0,0 +1,15 @@ +uuid: 84ebe8ae-635f-4471-a2bd-f41cfb90f932 +langcode: en +status: true +dependencies: { } +name: testimonial +label: 'Testimonial image' +effects: + 20465a93-a7e6-48b4-90e3-ac74fa68ca29: + uuid: 20465a93-a7e6-48b4-90e3-ac74fa68ca29 + id: image_scale_and_crop + weight: 1 + data: + width: 100 + height: 100 + anchor: center-center diff --git a/web/themes/custom/opdavies/opdavies.theme b/web/themes/custom/opdavies/opdavies.theme new file mode 100644 index 0000000..3524c2a --- /dev/null +++ b/web/themes/custom/opdavies/opdavies.theme @@ -0,0 +1,14 @@ + + {{ title_prefix }} + {% if label %} +