Add a daily email CTA node type and reference field to attach a CTA to a daily email. Also update the RSS feed view to include the referenced body field value.
24 lines
489 B
YAML
24 lines
489 B
YAML
uuid: 4bfa25ff-4011-4978-9566-299540a4fc92
|
|
langcode: en
|
|
status: true
|
|
dependencies:
|
|
config:
|
|
- field.storage.node.body
|
|
- node.type.daily_email_cta
|
|
module:
|
|
- text
|
|
id: node.daily_email_cta.body
|
|
field_name: body
|
|
entity_type: node
|
|
bundle: daily_email_cta
|
|
label: Body
|
|
description: ''
|
|
required: true
|
|
translatable: false
|
|
default_value: { }
|
|
default_value_callback: ''
|
|
settings:
|
|
display_summary: true
|
|
required_summary: false
|
|
allowed_formats: { }
|
|
field_type: text_with_summary
|