Commit config after db updates; primarily linebreak expansions
This commit is contained in:
parent
f803aa6668
commit
27bc701d4a
82 changed files with 2765 additions and 199 deletions
|
@ -14,7 +14,18 @@ id: join_the_movement
|
|||
title: 'Join the movement'
|
||||
description: ''
|
||||
category: Mailchimp
|
||||
elements: "intro_text:\n '#type': processed_text\n '#text': \"<p>We will send you very occasional dispatches from our perspective on various overlapping movements for cooperation, freedom and justice as workers and as passionate observers.</p>\\r\\n\"\n '#format': basic_html\nemail:\n '#type': email\n '#title': 'Your e-mail address'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Join the movement'\n"
|
||||
elements: |
|
||||
intro_text:
|
||||
'#type': processed_text
|
||||
'#text': "<p>We will send you very occasional dispatches from our perspective on various overlapping movements for cooperation, freedom and justice as workers and as passionate observers.</p>\r\n"
|
||||
'#format': basic_html
|
||||
email:
|
||||
'#type': email
|
||||
'#title': 'Your e-mail address'
|
||||
actions:
|
||||
'#type': webform_actions
|
||||
'#title': 'Submit button(s)'
|
||||
'#submit__label': 'Join the movement'
|
||||
css: ''
|
||||
javascript: ''
|
||||
settings:
|
||||
|
@ -35,7 +46,7 @@ settings:
|
|||
form_previous_submissions: true
|
||||
form_confidential: false
|
||||
form_confidential_message: ''
|
||||
form_remote_addr: true
|
||||
form_disable_remote_addr: false
|
||||
form_convert_anonymous: false
|
||||
form_prepopulate: false
|
||||
form_prepopulate_source_entity: false
|
||||
|
@ -117,7 +128,7 @@ settings:
|
|||
confirmation_type: url
|
||||
confirmation_title: ''
|
||||
confirmation_message: ''
|
||||
confirmation_url: '/confirmation/thanks-joining-movement?webform_sid=[webform_submission:sid]'
|
||||
confirmation_url: 'confirmation/thanks-joining-movement?webform_sid=[webform_submission:sid]'
|
||||
confirmation_attributes: { }
|
||||
confirmation_back: true
|
||||
confirmation_back_label: ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue