Add daily email testimonials

This commit is contained in:
Oliver Davies 2025-06-28 13:39:39 +01:00
parent aec21bd9be
commit b9ffd0bad6
41 changed files with 2195 additions and 7 deletions

View file

@ -6,6 +6,7 @@ dependencies:
- field.field.node.testimonial.body
- field.field.node.testimonial.field_image
- field.field.node.testimonial.field_role
- field.field.node.testimonial.field_testimonial_category
- field.field.node.testimonial.field_url
- field.field.node.testimonial.field_weight
- image.style.thumbnail
@ -14,6 +15,7 @@ dependencies:
- image
- link
- path
- tagify
- text
- weight
id: node.testimonial.default
@ -53,6 +55,19 @@ content:
size: 60
placeholder: ''
third_party_settings: { }
field_testimonial_category:
type: tagify_entity_reference_autocomplete_widget
weight: 124
region: content
settings:
match_operator: CONTAINS
match_limit: 10
placeholder: ''
suggestions_dropdown: 1
show_entity_id: 0
show_info_label: 0
info_label: ''
third_party_settings: { }
field_url:
type: link_default
weight: 122
@ -117,4 +132,9 @@ content:
size: 60
placeholder: ''
third_party_settings: { }
url_redirects:
weight: 50
region: content
settings: { }
third_party_settings: { }
hidden: { }