Add feedback URL to event paragraphs
This commit is contained in:
parent
fd274cda97
commit
2d62c8ee54
4 changed files with 64 additions and 0 deletions
|
@ -4,6 +4,7 @@ status: true
|
|||
dependencies:
|
||||
config:
|
||||
- field.field.paragraph.event.field_date
|
||||
- field.field.paragraph.event.field_feedback_url
|
||||
- field.field.paragraph.event.field_link
|
||||
- field.field.paragraph.event.field_location
|
||||
- field.field.paragraph.event.field_name
|
||||
|
@ -23,6 +24,14 @@ content:
|
|||
third_party_settings: { }
|
||||
type: datetime_default
|
||||
region: content
|
||||
field_feedback_url:
|
||||
weight: 5
|
||||
settings:
|
||||
placeholder_url: ''
|
||||
placeholder_title: ''
|
||||
third_party_settings: { }
|
||||
type: link_default
|
||||
region: content
|
||||
field_link:
|
||||
weight: 4
|
||||
settings:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue