Add daily email testimonials
This commit is contained in:
parent
768d7f85a6
commit
606c7314fc
45 changed files with 2342 additions and 13 deletions
|
@ -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_type
|
||||
- field.field.node.testimonial.field_url
|
||||
- field.field.node.testimonial.field_weight
|
||||
- image.style.thumbnail
|
||||
|
@ -26,7 +27,7 @@ content:
|
|||
label: hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
weight: 1
|
||||
region: content
|
||||
field_image:
|
||||
type: image
|
||||
|
@ -37,7 +38,7 @@ content:
|
|||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: -1
|
||||
weight: 0
|
||||
region: content
|
||||
field_role:
|
||||
type: string
|
||||
|
@ -45,7 +46,7 @@ content:
|
|||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 101
|
||||
weight: 3
|
||||
region: content
|
||||
field_url:
|
||||
type: link
|
||||
|
@ -57,18 +58,19 @@ content:
|
|||
rel: ''
|
||||
target: ''
|
||||
third_party_settings: { }
|
||||
weight: 102
|
||||
weight: 4
|
||||
region: content
|
||||
field_weight:
|
||||
type: default_weight
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 103
|
||||
weight: 5
|
||||
region: content
|
||||
links:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 100
|
||||
weight: 2
|
||||
region: content
|
||||
hidden: { }
|
||||
hidden:
|
||||
field_testimonial_type: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue