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
|
||||
|
@ -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_type:
|
||||
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: { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue