Commit self-updates to config from code updb changes, mostly webform
This commit is contained in:
parent
668c63dfe7
commit
c6ba68504b
49 changed files with 440 additions and 53 deletions
|
@ -13,7 +13,7 @@ description: 'The username of the group creator.'
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: false
|
||||||
default_value: { }
|
default_value: { }
|
||||||
default_value_callback: 'Drupal\group\Entity\Group::getCurrentUserId'
|
default_value_callback: 'Drupal\group\Entity\Group::getDefaultEntityOwner'
|
||||||
settings:
|
settings:
|
||||||
handler: default
|
handler: default
|
||||||
handler_settings: { }
|
handler_settings: { }
|
||||||
|
|
|
@ -13,7 +13,7 @@ description: 'The username of the group content creator.'
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: false
|
||||||
default_value: { }
|
default_value: { }
|
||||||
default_value_callback: 'Drupal\group\Entity\GroupContent::getCurrentUserId'
|
default_value_callback: 'Drupal\group\Entity\GroupContent::getDefaultEntityOwner'
|
||||||
settings:
|
settings:
|
||||||
handler: default
|
handler: default
|
||||||
handler_settings: { }
|
handler_settings: { }
|
||||||
|
|
|
@ -25,6 +25,7 @@ module:
|
||||||
config_actions: 0
|
config_actions: 0
|
||||||
config_actions_provider: 0
|
config_actions_provider: 0
|
||||||
config_distro: 0
|
config_distro: 0
|
||||||
|
config_distro_filter: 0
|
||||||
config_filter: 0
|
config_filter: 0
|
||||||
config_merge: 0
|
config_merge: 0
|
||||||
config_normalizer: 0
|
config_normalizer: 0
|
||||||
|
@ -69,6 +70,7 @@ module:
|
||||||
drutopia_user: 0
|
drutopia_user: 0
|
||||||
dynamic_page_cache: 0
|
dynamic_page_cache: 0
|
||||||
editor: 0
|
editor: 0
|
||||||
|
entity: 0
|
||||||
entity_reference_revisions: 0
|
entity_reference_revisions: 0
|
||||||
exclude_node_title: 0
|
exclude_node_title: 0
|
||||||
facets: 0
|
facets: 0
|
||||||
|
@ -152,6 +154,7 @@ module:
|
||||||
ui_patterns_library: 0
|
ui_patterns_library: 0
|
||||||
update: 0
|
update: 0
|
||||||
user: 0
|
user: 0
|
||||||
|
variationcache: 0
|
||||||
video_embed_field: 0
|
video_embed_field: 0
|
||||||
views_ui: 0
|
views_ui: 0
|
||||||
viewsreference: 0
|
viewsreference: 0
|
||||||
|
|
|
@ -9,3 +9,4 @@ content_types:
|
||||||
content_type_modes:
|
content_type_modes:
|
||||||
landing_page:
|
landing_page:
|
||||||
- full
|
- full
|
||||||
|
type: remove
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
display:
|
display:
|
||||||
|
default:
|
||||||
|
display_options:
|
||||||
|
fields:
|
||||||
|
operations:
|
||||||
|
label: Operaciones
|
||||||
page_1:
|
page_1:
|
||||||
display_title: Página
|
display_title: Página
|
||||||
|
|
|
@ -7,6 +7,8 @@ display:
|
||||||
action_title: Acción
|
action_title: Acción
|
||||||
subject:
|
subject:
|
||||||
label: Asunto
|
label: Asunto
|
||||||
|
operations:
|
||||||
|
label: Operaciones
|
||||||
filters:
|
filters:
|
||||||
subject:
|
subject:
|
||||||
expose:
|
expose:
|
||||||
|
@ -27,3 +29,5 @@ display:
|
||||||
action_title: Acción
|
action_title: Acción
|
||||||
subject:
|
subject:
|
||||||
label: Asunto
|
label: Asunto
|
||||||
|
operations:
|
||||||
|
label: Operaciones
|
||||||
|
|
|
@ -7,6 +7,8 @@ display:
|
||||||
label: Título
|
label: Título
|
||||||
status:
|
status:
|
||||||
label: Estado
|
label: Estado
|
||||||
|
operations:
|
||||||
|
label: Operaciones
|
||||||
filters:
|
filters:
|
||||||
title:
|
title:
|
||||||
expose:
|
expose:
|
||||||
|
|
|
@ -4,6 +4,8 @@ display:
|
||||||
fields:
|
fields:
|
||||||
name:
|
name:
|
||||||
label: Usuario
|
label: Usuario
|
||||||
|
dropbutton:
|
||||||
|
label: Operaciones
|
||||||
title: Miembros
|
title: Miembros
|
||||||
page_1:
|
page_1:
|
||||||
display_title: Página
|
display_title: Página
|
||||||
|
|
|
@ -6,5 +6,7 @@ display:
|
||||||
label: Título
|
label: Título
|
||||||
status:
|
status:
|
||||||
label: Estado
|
label: Estado
|
||||||
|
dropbutton:
|
||||||
|
label: Operaciones
|
||||||
page_1:
|
page_1:
|
||||||
display_title: Página
|
display_title: Página
|
||||||
|
|
|
@ -4,6 +4,8 @@ display:
|
||||||
fields:
|
fields:
|
||||||
path:
|
path:
|
||||||
label: Ruta
|
label: Ruta
|
||||||
|
redirect_404_operations:
|
||||||
|
label: Operaciones
|
||||||
filters:
|
filters:
|
||||||
path:
|
path:
|
||||||
expose:
|
expose:
|
||||||
|
|
|
@ -4,6 +4,8 @@ display:
|
||||||
fields:
|
fields:
|
||||||
status:
|
status:
|
||||||
label: Estado
|
label: Estado
|
||||||
|
operations:
|
||||||
|
label: Operaciones
|
||||||
filters:
|
filters:
|
||||||
status:
|
status:
|
||||||
group_info:
|
group_info:
|
||||||
|
|
|
@ -6,5 +6,7 @@ display:
|
||||||
label: Fecha
|
label: Fecha
|
||||||
name:
|
name:
|
||||||
label: Usuario
|
label: Usuario
|
||||||
|
link:
|
||||||
|
label: Operaciones
|
||||||
page:
|
page:
|
||||||
display_title: Página
|
display_title: Página
|
||||||
|
|
|
@ -4,6 +4,8 @@ display:
|
||||||
fields:
|
fields:
|
||||||
created:
|
created:
|
||||||
label: Creado
|
label: Creado
|
||||||
|
view_webform_submission:
|
||||||
|
label: Operaciones
|
||||||
embed_administer:
|
embed_administer:
|
||||||
display_options:
|
display_options:
|
||||||
fields:
|
fields:
|
||||||
|
@ -11,6 +13,8 @@ display:
|
||||||
action_title: Acción
|
action_title: Acción
|
||||||
created:
|
created:
|
||||||
label: Creado
|
label: Creado
|
||||||
|
operations:
|
||||||
|
label: Operaciones
|
||||||
embed_manage:
|
embed_manage:
|
||||||
display_options:
|
display_options:
|
||||||
fields:
|
fields:
|
||||||
|
@ -18,8 +22,14 @@ display:
|
||||||
action_title: Acción
|
action_title: Acción
|
||||||
created:
|
created:
|
||||||
label: Creado
|
label: Creado
|
||||||
|
view_webform_submission:
|
||||||
|
label: Operaciones
|
||||||
|
edit_webform_submission:
|
||||||
|
label: Operaciones
|
||||||
embed_review:
|
embed_review:
|
||||||
display_options:
|
display_options:
|
||||||
fields:
|
fields:
|
||||||
created:
|
created:
|
||||||
label: Creado
|
label: Creado
|
||||||
|
view_webform_submission:
|
||||||
|
label: Operaciones
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
settings:
|
settings:
|
||||||
default_form_close_message: 'Sorry…This form is closed to new submissions.'
|
default_form_close_message: 'Sorry…This form is closed to new submissions.'
|
||||||
default_submit_button_label: Enviar
|
default_submit_button_label: Enviar
|
||||||
|
default_delete_button_label: Eliminar
|
||||||
default_preview_next_button_label: 'Vista previa'
|
default_preview_next_button_label: 'Vista previa'
|
||||||
default_preview_label: 'Vista previa'
|
default_preview_label: 'Vista previa'
|
||||||
mail:
|
mail:
|
||||||
|
|
|
@ -8,3 +8,4 @@ _core:
|
||||||
enable_connected: false
|
enable_connected: false
|
||||||
connected_id: null
|
connected_id: null
|
||||||
connected_paths: null
|
connected_paths: null
|
||||||
|
api_timeout: 10
|
||||||
|
|
|
@ -28,6 +28,7 @@ permissions:
|
||||||
- 'access user profiles'
|
- 'access user profiles'
|
||||||
- 'access webform overview'
|
- 'access webform overview'
|
||||||
- 'access webform submission user'
|
- 'access webform submission user'
|
||||||
|
- 'administer block visibility groups'
|
||||||
- 'administer blocks'
|
- 'administer blocks'
|
||||||
- 'administer comments'
|
- 'administer comments'
|
||||||
- 'administer eu cookie compliance popup'
|
- 'administer eu cookie compliance popup'
|
||||||
|
|
|
@ -10,6 +10,7 @@ settings:
|
||||||
default_form_exception_message: 'Unable to display this webform. Please contact the site administrator.'
|
default_form_exception_message: 'Unable to display this webform. Please contact the site administrator.'
|
||||||
default_submit_button_label: Submit
|
default_submit_button_label: Submit
|
||||||
default_reset_button_label: Reset
|
default_reset_button_label: Reset
|
||||||
|
default_delete_button_label: Delete
|
||||||
default_form_submit_once: false
|
default_form_submit_once: false
|
||||||
default_form_confidential_message: 'This form is confidential. You must <a href="[site:login-url]/logout?destination=[current-page:url:relative]">Log out</a> to submit it.'
|
default_form_confidential_message: 'This form is confidential. You must <a href="[site:login-url]/logout?destination=[current-page:url:relative]">Log out</a> to submit it.'
|
||||||
default_form_access_denied_message: 'Please login to access this form.'
|
default_form_access_denied_message: 'Please login to access this form.'
|
||||||
|
@ -33,6 +34,8 @@ settings:
|
||||||
default_wizard_next_button_label: 'Next Page >'
|
default_wizard_next_button_label: 'Next Page >'
|
||||||
default_wizard_start_label: Start
|
default_wizard_start_label: Start
|
||||||
default_wizard_confirmation_label: Complete
|
default_wizard_confirmation_label: Complete
|
||||||
|
default_wizard_toggle_show_label: 'Show all'
|
||||||
|
default_wizard_toggle_hide_label: 'Hide all'
|
||||||
default_preview_next_button_label: Preview
|
default_preview_next_button_label: Preview
|
||||||
default_preview_prev_button_label: '< Previous'
|
default_preview_prev_button_label: '< Previous'
|
||||||
default_preview_label: Preview
|
default_preview_label: Preview
|
||||||
|
@ -192,8 +195,6 @@ file:
|
||||||
delete_temporary_managed_files: true
|
delete_temporary_managed_files: true
|
||||||
format: { }
|
format: { }
|
||||||
mail:
|
mail:
|
||||||
roles:
|
|
||||||
- staff
|
|
||||||
default_to_mail: '[site:mail]'
|
default_to_mail: '[site:mail]'
|
||||||
default_from_mail: '[site:mail]'
|
default_from_mail: '[site:mail]'
|
||||||
default_from_name: '[site:name]'
|
default_from_name: '[site:name]'
|
||||||
|
@ -213,6 +214,8 @@ mail:
|
||||||
<p>Submitted by: [webform_submission:user]</p>
|
<p>Submitted by: [webform_submission:user]</p>
|
||||||
<p>Submitted values are:</p>
|
<p>Submitted values are:</p>
|
||||||
[webform_submission:values]
|
[webform_submission:values]
|
||||||
|
roles:
|
||||||
|
- staff
|
||||||
test:
|
test:
|
||||||
types: |
|
types: |
|
||||||
checkbox:
|
checkbox:
|
||||||
|
@ -301,6 +304,7 @@ ui:
|
||||||
offcanvas_disabled: false
|
offcanvas_disabled: false
|
||||||
promotions_disabled: false
|
promotions_disabled: false
|
||||||
description_help: true
|
description_help: true
|
||||||
|
toolbar_item: false
|
||||||
libraries:
|
libraries:
|
||||||
excluded_libraries:
|
excluded_libraries:
|
||||||
- jquery.chosen
|
- jquery.chosen
|
||||||
|
@ -309,6 +313,7 @@ libraries:
|
||||||
requirements:
|
requirements:
|
||||||
cdn: true
|
cdn: true
|
||||||
bootstrap: true
|
bootstrap: true
|
||||||
|
clientside_validation: true
|
||||||
spam: true
|
spam: true
|
||||||
langcode: en
|
langcode: en
|
||||||
third_party_settings:
|
third_party_settings:
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
uuid: 23478458-4054-4226-beac-4aa007c044c3
|
||||||
langcode: en
|
langcode: en
|
||||||
status: open
|
status: open
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
|
@ -43,7 +44,7 @@ settings:
|
||||||
page: true
|
page: true
|
||||||
page_submit_path: ''
|
page_submit_path: ''
|
||||||
page_confirm_path: ''
|
page_confirm_path: ''
|
||||||
page_admin_theme: false
|
page_theme_name: ''
|
||||||
form_title: both
|
form_title: both
|
||||||
form_submit_once: false
|
form_submit_once: false
|
||||||
form_exception_message: ''
|
form_exception_message: ''
|
||||||
|
@ -103,11 +104,19 @@ settings:
|
||||||
wizard_progress_percentage: false
|
wizard_progress_percentage: false
|
||||||
wizard_progress_link: false
|
wizard_progress_link: false
|
||||||
wizard_progress_states: false
|
wizard_progress_states: false
|
||||||
|
wizard_auto_forward: true
|
||||||
|
wizard_auto_forward_hide_next_button: false
|
||||||
|
wizard_keyboard: true
|
||||||
wizard_start_label: ''
|
wizard_start_label: ''
|
||||||
wizard_preview_link: false
|
wizard_preview_link: false
|
||||||
wizard_confirmation: true
|
wizard_confirmation: true
|
||||||
wizard_confirmation_label: ''
|
wizard_confirmation_label: ''
|
||||||
wizard_track: ''
|
wizard_track: ''
|
||||||
|
wizard_prev_button_label: ''
|
||||||
|
wizard_next_button_label: ''
|
||||||
|
wizard_toggle: false
|
||||||
|
wizard_toggle_show_label: ''
|
||||||
|
wizard_toggle_hide_label: ''
|
||||||
preview: 0
|
preview: 0
|
||||||
preview_label: ''
|
preview_label: ''
|
||||||
preview_title: ''
|
preview_title: ''
|
||||||
|
@ -153,6 +162,8 @@ settings:
|
||||||
results_customize: false
|
results_customize: false
|
||||||
token_view: false
|
token_view: false
|
||||||
token_update: false
|
token_update: false
|
||||||
|
token_delete: false
|
||||||
|
serial_disabled: false
|
||||||
access:
|
access:
|
||||||
create:
|
create:
|
||||||
roles:
|
roles:
|
||||||
|
@ -202,4 +213,3 @@ access:
|
||||||
permissions: { }
|
permissions: { }
|
||||||
handlers: { }
|
handlers: { }
|
||||||
variants: { }
|
variants: { }
|
||||||
uuid: 23478458-4054-4226-beac-4aa007c044c3
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
uuid: d57a0f50-13eb-4c78-a398-7d685d50322f
|
||||||
langcode: en
|
langcode: en
|
||||||
status: open
|
status: open
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
|
@ -36,7 +37,7 @@ settings:
|
||||||
page: true
|
page: true
|
||||||
page_submit_path: ''
|
page_submit_path: ''
|
||||||
page_confirm_path: ''
|
page_confirm_path: ''
|
||||||
page_admin_theme: false
|
page_theme_name: ''
|
||||||
form_title: both
|
form_title: both
|
||||||
form_submit_once: false
|
form_submit_once: false
|
||||||
form_exception_message: ''
|
form_exception_message: ''
|
||||||
|
@ -96,11 +97,19 @@ settings:
|
||||||
wizard_progress_percentage: false
|
wizard_progress_percentage: false
|
||||||
wizard_progress_link: false
|
wizard_progress_link: false
|
||||||
wizard_progress_states: false
|
wizard_progress_states: false
|
||||||
|
wizard_auto_forward: true
|
||||||
|
wizard_auto_forward_hide_next_button: false
|
||||||
|
wizard_keyboard: true
|
||||||
wizard_start_label: ''
|
wizard_start_label: ''
|
||||||
wizard_preview_link: false
|
wizard_preview_link: false
|
||||||
wizard_confirmation: true
|
wizard_confirmation: true
|
||||||
wizard_confirmation_label: ''
|
wizard_confirmation_label: ''
|
||||||
wizard_track: ''
|
wizard_track: ''
|
||||||
|
wizard_prev_button_label: ''
|
||||||
|
wizard_next_button_label: ''
|
||||||
|
wizard_toggle: false
|
||||||
|
wizard_toggle_show_label: ''
|
||||||
|
wizard_toggle_hide_label: ''
|
||||||
preview: 0
|
preview: 0
|
||||||
preview_label: ''
|
preview_label: ''
|
||||||
preview_title: ''
|
preview_title: ''
|
||||||
|
@ -146,6 +155,8 @@ settings:
|
||||||
results_customize: false
|
results_customize: false
|
||||||
token_view: false
|
token_view: false
|
||||||
token_update: false
|
token_update: false
|
||||||
|
token_delete: false
|
||||||
|
serial_disabled: false
|
||||||
access:
|
access:
|
||||||
create:
|
create:
|
||||||
roles:
|
roles:
|
||||||
|
@ -195,4 +206,3 @@ access:
|
||||||
permissions: { }
|
permissions: { }
|
||||||
handlers: { }
|
handlers: { }
|
||||||
variants: { }
|
variants: { }
|
||||||
uuid: d57a0f50-13eb-4c78-a398-7d685d50322f
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
uuid: 1270ffba-cf31-4bfc-8eb3-a5192a1d47ea
|
||||||
langcode: en
|
langcode: en
|
||||||
status: open
|
status: open
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
|
@ -54,7 +55,7 @@ settings:
|
||||||
page: true
|
page: true
|
||||||
page_submit_path: ''
|
page_submit_path: ''
|
||||||
page_confirm_path: ''
|
page_confirm_path: ''
|
||||||
page_admin_theme: false
|
page_theme_name: ''
|
||||||
form_title: both
|
form_title: both
|
||||||
form_submit_once: false
|
form_submit_once: false
|
||||||
form_exception_message: ''
|
form_exception_message: ''
|
||||||
|
@ -114,11 +115,19 @@ settings:
|
||||||
wizard_progress_percentage: false
|
wizard_progress_percentage: false
|
||||||
wizard_progress_link: false
|
wizard_progress_link: false
|
||||||
wizard_progress_states: false
|
wizard_progress_states: false
|
||||||
|
wizard_auto_forward: true
|
||||||
|
wizard_auto_forward_hide_next_button: false
|
||||||
|
wizard_keyboard: true
|
||||||
wizard_start_label: ''
|
wizard_start_label: ''
|
||||||
wizard_preview_link: false
|
wizard_preview_link: false
|
||||||
wizard_confirmation: true
|
wizard_confirmation: true
|
||||||
wizard_confirmation_label: ''
|
wizard_confirmation_label: ''
|
||||||
wizard_track: ''
|
wizard_track: ''
|
||||||
|
wizard_prev_button_label: ''
|
||||||
|
wizard_next_button_label: ''
|
||||||
|
wizard_toggle: false
|
||||||
|
wizard_toggle_show_label: ''
|
||||||
|
wizard_toggle_hide_label: ''
|
||||||
preview: 0
|
preview: 0
|
||||||
preview_label: ''
|
preview_label: ''
|
||||||
preview_title: ''
|
preview_title: ''
|
||||||
|
@ -166,6 +175,8 @@ settings:
|
||||||
results_customize: false
|
results_customize: false
|
||||||
token_view: false
|
token_view: false
|
||||||
token_update: false
|
token_update: false
|
||||||
|
token_delete: false
|
||||||
|
serial_disabled: false
|
||||||
access:
|
access:
|
||||||
create:
|
create:
|
||||||
roles:
|
roles:
|
||||||
|
@ -215,4 +226,3 @@ access:
|
||||||
permissions: { }
|
permissions: { }
|
||||||
handlers: { }
|
handlers: { }
|
||||||
variants: { }
|
variants: { }
|
||||||
uuid: 1270ffba-cf31-4bfc-8eb3-a5192a1d47ea
|
|
||||||
|
|
|
@ -5,8 +5,6 @@ dependencies:
|
||||||
enforced:
|
enforced:
|
||||||
module:
|
module:
|
||||||
- webform
|
- webform
|
||||||
_core:
|
|
||||||
default_config_hash: B-E6t3OGPrgG1OPuVOmoXmjWLXkta_R-lSr_ppfU2Ww
|
|
||||||
open: null
|
open: null
|
||||||
close: null
|
close: null
|
||||||
weight: 0
|
weight: 0
|
||||||
|
@ -57,7 +55,7 @@ settings:
|
||||||
page: true
|
page: true
|
||||||
page_submit_path: ''
|
page_submit_path: ''
|
||||||
page_confirm_path: ''
|
page_confirm_path: ''
|
||||||
page_admin_theme: false
|
page_theme_name: ''
|
||||||
form_title: source_entity_webform
|
form_title: source_entity_webform
|
||||||
form_submit_once: false
|
form_submit_once: false
|
||||||
form_exception_message: ''
|
form_exception_message: ''
|
||||||
|
@ -117,11 +115,19 @@ settings:
|
||||||
wizard_progress_percentage: false
|
wizard_progress_percentage: false
|
||||||
wizard_progress_link: false
|
wizard_progress_link: false
|
||||||
wizard_progress_states: false
|
wizard_progress_states: false
|
||||||
|
wizard_auto_forward: true
|
||||||
|
wizard_auto_forward_hide_next_button: false
|
||||||
|
wizard_keyboard: true
|
||||||
wizard_start_label: ''
|
wizard_start_label: ''
|
||||||
wizard_preview_link: false
|
wizard_preview_link: false
|
||||||
wizard_confirmation: true
|
wizard_confirmation: true
|
||||||
wizard_confirmation_label: ''
|
wizard_confirmation_label: ''
|
||||||
wizard_track: ''
|
wizard_track: ''
|
||||||
|
wizard_prev_button_label: ''
|
||||||
|
wizard_next_button_label: ''
|
||||||
|
wizard_toggle: false
|
||||||
|
wizard_toggle_show_label: ''
|
||||||
|
wizard_toggle_hide_label: ''
|
||||||
preview: 0
|
preview: 0
|
||||||
preview_label: ''
|
preview_label: ''
|
||||||
preview_title: ''
|
preview_title: ''
|
||||||
|
@ -167,6 +173,8 @@ settings:
|
||||||
results_customize: false
|
results_customize: false
|
||||||
token_view: false
|
token_view: false
|
||||||
token_update: false
|
token_update: false
|
||||||
|
token_delete: false
|
||||||
|
serial_disabled: false
|
||||||
access:
|
access:
|
||||||
create:
|
create:
|
||||||
roles:
|
roles:
|
||||||
|
@ -218,6 +226,7 @@ handlers:
|
||||||
email_notification:
|
email_notification:
|
||||||
id: email
|
id: email
|
||||||
label: 'Email notification'
|
label: 'Email notification'
|
||||||
|
notes: ''
|
||||||
handler_id: email_notification
|
handler_id: email_notification
|
||||||
status: true
|
status: true
|
||||||
conditions: { }
|
conditions: { }
|
||||||
|
@ -259,3 +268,5 @@ handlers:
|
||||||
theme_name: ''
|
theme_name: ''
|
||||||
parameters: { }
|
parameters: { }
|
||||||
variants: { }
|
variants: { }
|
||||||
|
_core:
|
||||||
|
default_config_hash: B-E6t3OGPrgG1OPuVOmoXmjWLXkta_R-lSr_ppfU2Ww
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
uuid: 9b05041e-37e3-4ee5-ab00-2faa67fdb9f3
|
||||||
langcode: en
|
langcode: en
|
||||||
status: open
|
status: open
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
|
@ -41,7 +42,7 @@ settings:
|
||||||
page: true
|
page: true
|
||||||
page_submit_path: ''
|
page_submit_path: ''
|
||||||
page_confirm_path: ''
|
page_confirm_path: ''
|
||||||
page_admin_theme: false
|
page_theme_name: ''
|
||||||
form_title: both
|
form_title: both
|
||||||
form_submit_once: false
|
form_submit_once: false
|
||||||
form_exception_message: ''
|
form_exception_message: ''
|
||||||
|
@ -101,11 +102,19 @@ settings:
|
||||||
wizard_progress_percentage: false
|
wizard_progress_percentage: false
|
||||||
wizard_progress_link: false
|
wizard_progress_link: false
|
||||||
wizard_progress_states: false
|
wizard_progress_states: false
|
||||||
|
wizard_auto_forward: true
|
||||||
|
wizard_auto_forward_hide_next_button: false
|
||||||
|
wizard_keyboard: true
|
||||||
wizard_start_label: ''
|
wizard_start_label: ''
|
||||||
wizard_preview_link: false
|
wizard_preview_link: false
|
||||||
wizard_confirmation: true
|
wizard_confirmation: true
|
||||||
wizard_confirmation_label: ''
|
wizard_confirmation_label: ''
|
||||||
wizard_track: ''
|
wizard_track: ''
|
||||||
|
wizard_prev_button_label: ''
|
||||||
|
wizard_next_button_label: ''
|
||||||
|
wizard_toggle: false
|
||||||
|
wizard_toggle_show_label: ''
|
||||||
|
wizard_toggle_hide_label: ''
|
||||||
preview: 0
|
preview: 0
|
||||||
preview_label: ''
|
preview_label: ''
|
||||||
preview_title: ''
|
preview_title: ''
|
||||||
|
@ -151,6 +160,8 @@ settings:
|
||||||
results_customize: false
|
results_customize: false
|
||||||
token_view: false
|
token_view: false
|
||||||
token_update: false
|
token_update: false
|
||||||
|
token_delete: false
|
||||||
|
serial_disabled: false
|
||||||
access:
|
access:
|
||||||
create:
|
create:
|
||||||
roles:
|
roles:
|
||||||
|
@ -200,4 +211,3 @@ access:
|
||||||
permissions: { }
|
permissions: { }
|
||||||
handlers: { }
|
handlers: { }
|
||||||
variants: { }
|
variants: { }
|
||||||
uuid: 9b05041e-37e3-4ee5-ab00-2faa67fdb9f3
|
|
||||||
|
|
|
@ -60,7 +60,7 @@ settings:
|
||||||
page: true
|
page: true
|
||||||
page_submit_path: ''
|
page_submit_path: ''
|
||||||
page_confirm_path: ''
|
page_confirm_path: ''
|
||||||
page_admin_theme: false
|
page_theme_name: ''
|
||||||
form_title: source_entity_webform
|
form_title: source_entity_webform
|
||||||
form_submit_once: false
|
form_submit_once: false
|
||||||
form_exception_message: ''
|
form_exception_message: ''
|
||||||
|
@ -120,11 +120,19 @@ settings:
|
||||||
wizard_progress_percentage: false
|
wizard_progress_percentage: false
|
||||||
wizard_progress_link: false
|
wizard_progress_link: false
|
||||||
wizard_progress_states: false
|
wizard_progress_states: false
|
||||||
|
wizard_auto_forward: true
|
||||||
|
wizard_auto_forward_hide_next_button: false
|
||||||
|
wizard_keyboard: true
|
||||||
wizard_start_label: ''
|
wizard_start_label: ''
|
||||||
wizard_preview_link: false
|
wizard_preview_link: false
|
||||||
wizard_confirmation: true
|
wizard_confirmation: true
|
||||||
wizard_confirmation_label: ''
|
wizard_confirmation_label: ''
|
||||||
wizard_track: ''
|
wizard_track: ''
|
||||||
|
wizard_prev_button_label: ''
|
||||||
|
wizard_next_button_label: ''
|
||||||
|
wizard_toggle: false
|
||||||
|
wizard_toggle_show_label: ''
|
||||||
|
wizard_toggle_hide_label: ''
|
||||||
preview: 0
|
preview: 0
|
||||||
preview_label: ''
|
preview_label: ''
|
||||||
preview_title: ''
|
preview_title: ''
|
||||||
|
@ -173,6 +181,8 @@ settings:
|
||||||
results_customize: false
|
results_customize: false
|
||||||
token_view: false
|
token_view: false
|
||||||
token_update: false
|
token_update: false
|
||||||
|
token_delete: false
|
||||||
|
serial_disabled: false
|
||||||
access:
|
access:
|
||||||
create:
|
create:
|
||||||
roles:
|
roles:
|
||||||
|
@ -224,6 +234,7 @@ handlers:
|
||||||
stripe:
|
stripe:
|
||||||
id: stripe
|
id: stripe
|
||||||
label: Stripe
|
label: Stripe
|
||||||
|
notes: ''
|
||||||
handler_id: stripe
|
handler_id: stripe
|
||||||
status: true
|
status: true
|
||||||
conditions: { }
|
conditions: { }
|
||||||
|
@ -243,6 +254,7 @@ handlers:
|
||||||
email:
|
email:
|
||||||
id: email
|
id: email
|
||||||
label: Email
|
label: Email
|
||||||
|
notes: ''
|
||||||
handler_id: email
|
handler_id: email
|
||||||
status: true
|
status: true
|
||||||
conditions: { }
|
conditions: { }
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
uuid: cd3d862d-7e0e-45ca-856d-a4078ff574c8
|
||||||
langcode: en
|
langcode: en
|
||||||
status: open
|
status: open
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
|
@ -67,7 +68,7 @@ settings:
|
||||||
page: true
|
page: true
|
||||||
page_submit_path: ''
|
page_submit_path: ''
|
||||||
page_confirm_path: ''
|
page_confirm_path: ''
|
||||||
page_admin_theme: false
|
page_theme_name: ''
|
||||||
form_title: both
|
form_title: both
|
||||||
form_submit_once: false
|
form_submit_once: false
|
||||||
form_exception_message: ''
|
form_exception_message: ''
|
||||||
|
@ -127,11 +128,19 @@ settings:
|
||||||
wizard_progress_percentage: false
|
wizard_progress_percentage: false
|
||||||
wizard_progress_link: false
|
wizard_progress_link: false
|
||||||
wizard_progress_states: false
|
wizard_progress_states: false
|
||||||
|
wizard_auto_forward: true
|
||||||
|
wizard_auto_forward_hide_next_button: false
|
||||||
|
wizard_keyboard: true
|
||||||
wizard_start_label: ''
|
wizard_start_label: ''
|
||||||
wizard_preview_link: false
|
wizard_preview_link: false
|
||||||
wizard_confirmation: true
|
wizard_confirmation: true
|
||||||
wizard_confirmation_label: ''
|
wizard_confirmation_label: ''
|
||||||
wizard_track: ''
|
wizard_track: ''
|
||||||
|
wizard_prev_button_label: ''
|
||||||
|
wizard_next_button_label: ''
|
||||||
|
wizard_toggle: false
|
||||||
|
wizard_toggle_show_label: ''
|
||||||
|
wizard_toggle_hide_label: ''
|
||||||
preview: 0
|
preview: 0
|
||||||
preview_label: ''
|
preview_label: ''
|
||||||
preview_title: ''
|
preview_title: ''
|
||||||
|
@ -177,6 +186,8 @@ settings:
|
||||||
results_customize: false
|
results_customize: false
|
||||||
token_view: false
|
token_view: false
|
||||||
token_update: false
|
token_update: false
|
||||||
|
token_delete: false
|
||||||
|
serial_disabled: false
|
||||||
access:
|
access:
|
||||||
create:
|
create:
|
||||||
roles:
|
roles:
|
||||||
|
@ -226,4 +237,3 @@ access:
|
||||||
permissions: { }
|
permissions: { }
|
||||||
handlers: { }
|
handlers: { }
|
||||||
variants: { }
|
variants: { }
|
||||||
uuid: cd3d862d-7e0e-45ca-856d-a4078ff574c8
|
|
||||||
|
|
|
@ -39,7 +39,7 @@ settings:
|
||||||
page: true
|
page: true
|
||||||
page_submit_path: ''
|
page_submit_path: ''
|
||||||
page_confirm_path: ''
|
page_confirm_path: ''
|
||||||
page_admin_theme: false
|
page_theme_name: ''
|
||||||
form_title: both
|
form_title: both
|
||||||
form_submit_once: false
|
form_submit_once: false
|
||||||
form_exception_message: ''
|
form_exception_message: ''
|
||||||
|
@ -99,11 +99,19 @@ settings:
|
||||||
wizard_progress_percentage: false
|
wizard_progress_percentage: false
|
||||||
wizard_progress_link: false
|
wizard_progress_link: false
|
||||||
wizard_progress_states: false
|
wizard_progress_states: false
|
||||||
|
wizard_auto_forward: true
|
||||||
|
wizard_auto_forward_hide_next_button: false
|
||||||
|
wizard_keyboard: true
|
||||||
wizard_start_label: ''
|
wizard_start_label: ''
|
||||||
wizard_preview_link: false
|
wizard_preview_link: false
|
||||||
wizard_confirmation: true
|
wizard_confirmation: true
|
||||||
wizard_confirmation_label: ''
|
wizard_confirmation_label: ''
|
||||||
wizard_track: ''
|
wizard_track: ''
|
||||||
|
wizard_prev_button_label: ''
|
||||||
|
wizard_next_button_label: ''
|
||||||
|
wizard_toggle: false
|
||||||
|
wizard_toggle_show_label: ''
|
||||||
|
wizard_toggle_hide_label: ''
|
||||||
preview: 0
|
preview: 0
|
||||||
preview_label: ''
|
preview_label: ''
|
||||||
preview_title: ''
|
preview_title: ''
|
||||||
|
@ -149,6 +157,8 @@ settings:
|
||||||
results_customize: false
|
results_customize: false
|
||||||
token_view: false
|
token_view: false
|
||||||
token_update: false
|
token_update: false
|
||||||
|
token_delete: false
|
||||||
|
serial_disabled: false
|
||||||
access:
|
access:
|
||||||
create:
|
create:
|
||||||
roles:
|
roles:
|
||||||
|
@ -200,6 +210,7 @@ handlers:
|
||||||
email:
|
email:
|
||||||
id: email
|
id: email
|
||||||
label: Email
|
label: Email
|
||||||
|
notes: ''
|
||||||
handler_id: email
|
handler_id: email
|
||||||
status: true
|
status: true
|
||||||
conditions: { }
|
conditions: { }
|
||||||
|
|
|
@ -30,7 +30,7 @@ settings:
|
||||||
page: true
|
page: true
|
||||||
page_submit_path: ''
|
page_submit_path: ''
|
||||||
page_confirm_path: ''
|
page_confirm_path: ''
|
||||||
page_admin_theme: false
|
page_theme_name: ''
|
||||||
form_title: both
|
form_title: both
|
||||||
form_submit_once: false
|
form_submit_once: false
|
||||||
form_exception_message: ''
|
form_exception_message: ''
|
||||||
|
@ -92,11 +92,19 @@ settings:
|
||||||
wizard_progress_percentage: false
|
wizard_progress_percentage: false
|
||||||
wizard_progress_link: false
|
wizard_progress_link: false
|
||||||
wizard_progress_states: false
|
wizard_progress_states: false
|
||||||
|
wizard_auto_forward: true
|
||||||
|
wizard_auto_forward_hide_next_button: false
|
||||||
|
wizard_keyboard: true
|
||||||
wizard_start_label: ''
|
wizard_start_label: ''
|
||||||
wizard_preview_link: false
|
wizard_preview_link: false
|
||||||
wizard_confirmation: true
|
wizard_confirmation: true
|
||||||
wizard_confirmation_label: ''
|
wizard_confirmation_label: ''
|
||||||
wizard_track: ''
|
wizard_track: ''
|
||||||
|
wizard_prev_button_label: ''
|
||||||
|
wizard_next_button_label: ''
|
||||||
|
wizard_toggle: false
|
||||||
|
wizard_toggle_show_label: ''
|
||||||
|
wizard_toggle_hide_label: ''
|
||||||
preview: 0
|
preview: 0
|
||||||
preview_label: ''
|
preview_label: ''
|
||||||
preview_title: ''
|
preview_title: ''
|
||||||
|
@ -142,6 +150,8 @@ settings:
|
||||||
results_customize: false
|
results_customize: false
|
||||||
token_view: false
|
token_view: false
|
||||||
token_update: false
|
token_update: false
|
||||||
|
token_delete: false
|
||||||
|
serial_disabled: false
|
||||||
access:
|
access:
|
||||||
create:
|
create:
|
||||||
roles:
|
roles:
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
uuid: 439948f3-c134-40f5-a8a2-2c2b834e4cf9
|
||||||
langcode: en
|
langcode: en
|
||||||
status: open
|
status: open
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
|
@ -43,7 +44,7 @@ settings:
|
||||||
page: true
|
page: true
|
||||||
page_submit_path: ''
|
page_submit_path: ''
|
||||||
page_confirm_path: ''
|
page_confirm_path: ''
|
||||||
page_admin_theme: false
|
page_theme_name: ''
|
||||||
form_title: both
|
form_title: both
|
||||||
form_submit_once: false
|
form_submit_once: false
|
||||||
form_exception_message: ''
|
form_exception_message: ''
|
||||||
|
@ -103,11 +104,19 @@ settings:
|
||||||
wizard_progress_percentage: false
|
wizard_progress_percentage: false
|
||||||
wizard_progress_link: false
|
wizard_progress_link: false
|
||||||
wizard_progress_states: false
|
wizard_progress_states: false
|
||||||
|
wizard_auto_forward: true
|
||||||
|
wizard_auto_forward_hide_next_button: false
|
||||||
|
wizard_keyboard: true
|
||||||
wizard_start_label: ''
|
wizard_start_label: ''
|
||||||
wizard_preview_link: false
|
wizard_preview_link: false
|
||||||
wizard_confirmation: true
|
wizard_confirmation: true
|
||||||
wizard_confirmation_label: ''
|
wizard_confirmation_label: ''
|
||||||
wizard_track: ''
|
wizard_track: ''
|
||||||
|
wizard_prev_button_label: ''
|
||||||
|
wizard_next_button_label: ''
|
||||||
|
wizard_toggle: false
|
||||||
|
wizard_toggle_show_label: ''
|
||||||
|
wizard_toggle_hide_label: ''
|
||||||
preview: 0
|
preview: 0
|
||||||
preview_label: ''
|
preview_label: ''
|
||||||
preview_title: ''
|
preview_title: ''
|
||||||
|
@ -153,6 +162,8 @@ settings:
|
||||||
results_customize: false
|
results_customize: false
|
||||||
token_view: false
|
token_view: false
|
||||||
token_update: false
|
token_update: false
|
||||||
|
token_delete: false
|
||||||
|
serial_disabled: false
|
||||||
access:
|
access:
|
||||||
create:
|
create:
|
||||||
roles:
|
roles:
|
||||||
|
@ -202,4 +213,3 @@ access:
|
||||||
permissions: { }
|
permissions: { }
|
||||||
handlers: { }
|
handlers: { }
|
||||||
variants: { }
|
variants: { }
|
||||||
uuid: 439948f3-c134-40f5-a8a2-2c2b834e4cf9
|
|
||||||
|
|
|
@ -60,7 +60,7 @@ settings:
|
||||||
page: true
|
page: true
|
||||||
page_submit_path: ''
|
page_submit_path: ''
|
||||||
page_confirm_path: ''
|
page_confirm_path: ''
|
||||||
page_admin_theme: false
|
page_theme_name: ''
|
||||||
form_title: source_entity_webform
|
form_title: source_entity_webform
|
||||||
form_submit_once: false
|
form_submit_once: false
|
||||||
form_exception_message: ''
|
form_exception_message: ''
|
||||||
|
@ -120,11 +120,19 @@ settings:
|
||||||
wizard_progress_percentage: false
|
wizard_progress_percentage: false
|
||||||
wizard_progress_link: false
|
wizard_progress_link: false
|
||||||
wizard_progress_states: false
|
wizard_progress_states: false
|
||||||
|
wizard_auto_forward: true
|
||||||
|
wizard_auto_forward_hide_next_button: false
|
||||||
|
wizard_keyboard: true
|
||||||
wizard_start_label: ''
|
wizard_start_label: ''
|
||||||
wizard_preview_link: false
|
wizard_preview_link: false
|
||||||
wizard_confirmation: true
|
wizard_confirmation: true
|
||||||
wizard_confirmation_label: ''
|
wizard_confirmation_label: ''
|
||||||
wizard_track: ''
|
wizard_track: ''
|
||||||
|
wizard_prev_button_label: ''
|
||||||
|
wizard_next_button_label: ''
|
||||||
|
wizard_toggle: false
|
||||||
|
wizard_toggle_show_label: ''
|
||||||
|
wizard_toggle_hide_label: ''
|
||||||
preview: 0
|
preview: 0
|
||||||
preview_label: ''
|
preview_label: ''
|
||||||
preview_title: ''
|
preview_title: ''
|
||||||
|
@ -173,6 +181,8 @@ settings:
|
||||||
results_customize: false
|
results_customize: false
|
||||||
token_view: false
|
token_view: false
|
||||||
token_update: false
|
token_update: false
|
||||||
|
token_delete: false
|
||||||
|
serial_disabled: false
|
||||||
access:
|
access:
|
||||||
create:
|
create:
|
||||||
roles:
|
roles:
|
||||||
|
@ -224,6 +234,7 @@ handlers:
|
||||||
stripe:
|
stripe:
|
||||||
id: stripe
|
id: stripe
|
||||||
label: Stripe
|
label: Stripe
|
||||||
|
notes: ''
|
||||||
handler_id: stripe
|
handler_id: stripe
|
||||||
status: true
|
status: true
|
||||||
conditions: { }
|
conditions: { }
|
||||||
|
@ -243,6 +254,7 @@ handlers:
|
||||||
email:
|
email:
|
||||||
id: email
|
id: email
|
||||||
label: Email
|
label: Email
|
||||||
|
notes: ''
|
||||||
handler_id: email
|
handler_id: email
|
||||||
status: true
|
status: true
|
||||||
conditions: { }
|
conditions: { }
|
||||||
|
|
|
@ -60,7 +60,7 @@ settings:
|
||||||
page: true
|
page: true
|
||||||
page_submit_path: ''
|
page_submit_path: ''
|
||||||
page_confirm_path: ''
|
page_confirm_path: ''
|
||||||
page_admin_theme: false
|
page_theme_name: ''
|
||||||
form_title: source_entity_webform
|
form_title: source_entity_webform
|
||||||
form_submit_once: false
|
form_submit_once: false
|
||||||
form_exception_message: ''
|
form_exception_message: ''
|
||||||
|
@ -120,11 +120,19 @@ settings:
|
||||||
wizard_progress_percentage: false
|
wizard_progress_percentage: false
|
||||||
wizard_progress_link: false
|
wizard_progress_link: false
|
||||||
wizard_progress_states: false
|
wizard_progress_states: false
|
||||||
|
wizard_auto_forward: true
|
||||||
|
wizard_auto_forward_hide_next_button: false
|
||||||
|
wizard_keyboard: true
|
||||||
wizard_start_label: ''
|
wizard_start_label: ''
|
||||||
wizard_preview_link: false
|
wizard_preview_link: false
|
||||||
wizard_confirmation: true
|
wizard_confirmation: true
|
||||||
wizard_confirmation_label: ''
|
wizard_confirmation_label: ''
|
||||||
wizard_track: ''
|
wizard_track: ''
|
||||||
|
wizard_prev_button_label: ''
|
||||||
|
wizard_next_button_label: ''
|
||||||
|
wizard_toggle: false
|
||||||
|
wizard_toggle_show_label: ''
|
||||||
|
wizard_toggle_hide_label: ''
|
||||||
preview: 0
|
preview: 0
|
||||||
preview_label: ''
|
preview_label: ''
|
||||||
preview_title: ''
|
preview_title: ''
|
||||||
|
@ -173,6 +181,8 @@ settings:
|
||||||
results_customize: false
|
results_customize: false
|
||||||
token_view: false
|
token_view: false
|
||||||
token_update: false
|
token_update: false
|
||||||
|
token_delete: false
|
||||||
|
serial_disabled: false
|
||||||
access:
|
access:
|
||||||
create:
|
create:
|
||||||
roles:
|
roles:
|
||||||
|
@ -224,6 +234,7 @@ handlers:
|
||||||
stripe:
|
stripe:
|
||||||
id: stripe
|
id: stripe
|
||||||
label: Stripe
|
label: Stripe
|
||||||
|
notes: ''
|
||||||
handler_id: stripe
|
handler_id: stripe
|
||||||
status: true
|
status: true
|
||||||
conditions: { }
|
conditions: { }
|
||||||
|
@ -243,6 +254,7 @@ handlers:
|
||||||
email:
|
email:
|
||||||
id: email
|
id: email
|
||||||
label: Email
|
label: Email
|
||||||
|
notes: ''
|
||||||
handler_id: email
|
handler_id: email
|
||||||
status: true
|
status: true
|
||||||
conditions: { }
|
conditions: { }
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
uuid: 31bef3a4-a584-4234-bd2f-ab081d1d5704
|
||||||
langcode: en
|
langcode: en
|
||||||
status: open
|
status: open
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -36,7 +37,7 @@ settings:
|
||||||
page: true
|
page: true
|
||||||
page_submit_path: ''
|
page_submit_path: ''
|
||||||
page_confirm_path: ''
|
page_confirm_path: ''
|
||||||
page_admin_theme: false
|
page_theme_name: ''
|
||||||
form_title: both
|
form_title: both
|
||||||
form_submit_once: false
|
form_submit_once: false
|
||||||
form_exception_message: ''
|
form_exception_message: ''
|
||||||
|
@ -96,11 +97,19 @@ settings:
|
||||||
wizard_progress_percentage: false
|
wizard_progress_percentage: false
|
||||||
wizard_progress_link: false
|
wizard_progress_link: false
|
||||||
wizard_progress_states: false
|
wizard_progress_states: false
|
||||||
|
wizard_auto_forward: true
|
||||||
|
wizard_auto_forward_hide_next_button: false
|
||||||
|
wizard_keyboard: true
|
||||||
wizard_start_label: ''
|
wizard_start_label: ''
|
||||||
wizard_preview_link: false
|
wizard_preview_link: false
|
||||||
wizard_confirmation: true
|
wizard_confirmation: true
|
||||||
wizard_confirmation_label: ''
|
wizard_confirmation_label: ''
|
||||||
wizard_track: ''
|
wizard_track: ''
|
||||||
|
wizard_prev_button_label: ''
|
||||||
|
wizard_next_button_label: ''
|
||||||
|
wizard_toggle: false
|
||||||
|
wizard_toggle_show_label: ''
|
||||||
|
wizard_toggle_hide_label: ''
|
||||||
preview: 0
|
preview: 0
|
||||||
preview_label: ''
|
preview_label: ''
|
||||||
preview_title: ''
|
preview_title: ''
|
||||||
|
@ -146,6 +155,8 @@ settings:
|
||||||
results_customize: false
|
results_customize: false
|
||||||
token_view: false
|
token_view: false
|
||||||
token_update: false
|
token_update: false
|
||||||
|
token_delete: false
|
||||||
|
serial_disabled: false
|
||||||
access:
|
access:
|
||||||
create:
|
create:
|
||||||
roles:
|
roles:
|
||||||
|
@ -197,6 +208,7 @@ handlers:
|
||||||
mailchimp:
|
mailchimp:
|
||||||
id: mailchimp
|
id: mailchimp
|
||||||
label: MailChimp
|
label: MailChimp
|
||||||
|
notes: ''
|
||||||
handler_id: mailchimp
|
handler_id: mailchimp
|
||||||
status: true
|
status: true
|
||||||
conditions: { }
|
conditions: { }
|
||||||
|
@ -209,4 +221,3 @@ handlers:
|
||||||
interest_groups: { }
|
interest_groups: { }
|
||||||
control: ''
|
control: ''
|
||||||
variants: { }
|
variants: { }
|
||||||
uuid: 31bef3a4-a584-4234-bd2f-ab081d1d5704
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
uuid: e00580b9-1381-408d-8ddc-e8314675680e
|
||||||
langcode: en
|
langcode: en
|
||||||
status: open
|
status: open
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
|
@ -26,7 +27,7 @@ settings:
|
||||||
page: true
|
page: true
|
||||||
page_submit_path: ''
|
page_submit_path: ''
|
||||||
page_confirm_path: ''
|
page_confirm_path: ''
|
||||||
page_admin_theme: false
|
page_theme_name: ''
|
||||||
form_title: both
|
form_title: both
|
||||||
form_submit_once: false
|
form_submit_once: false
|
||||||
form_exception_message: ''
|
form_exception_message: ''
|
||||||
|
@ -86,11 +87,19 @@ settings:
|
||||||
wizard_progress_percentage: false
|
wizard_progress_percentage: false
|
||||||
wizard_progress_link: false
|
wizard_progress_link: false
|
||||||
wizard_progress_states: false
|
wizard_progress_states: false
|
||||||
|
wizard_auto_forward: true
|
||||||
|
wizard_auto_forward_hide_next_button: false
|
||||||
|
wizard_keyboard: true
|
||||||
wizard_start_label: ''
|
wizard_start_label: ''
|
||||||
wizard_preview_link: false
|
wizard_preview_link: false
|
||||||
wizard_confirmation: true
|
wizard_confirmation: true
|
||||||
wizard_confirmation_label: ''
|
wizard_confirmation_label: ''
|
||||||
wizard_track: ''
|
wizard_track: ''
|
||||||
|
wizard_prev_button_label: ''
|
||||||
|
wizard_next_button_label: ''
|
||||||
|
wizard_toggle: false
|
||||||
|
wizard_toggle_show_label: ''
|
||||||
|
wizard_toggle_hide_label: ''
|
||||||
preview: 0
|
preview: 0
|
||||||
preview_label: ''
|
preview_label: ''
|
||||||
preview_title: ''
|
preview_title: ''
|
||||||
|
@ -136,6 +145,8 @@ settings:
|
||||||
results_customize: false
|
results_customize: false
|
||||||
token_view: false
|
token_view: false
|
||||||
token_update: false
|
token_update: false
|
||||||
|
token_delete: false
|
||||||
|
serial_disabled: false
|
||||||
access:
|
access:
|
||||||
create:
|
create:
|
||||||
roles:
|
roles:
|
||||||
|
@ -185,4 +196,3 @@ access:
|
||||||
permissions: { }
|
permissions: { }
|
||||||
handlers: { }
|
handlers: { }
|
||||||
variants: { }
|
variants: { }
|
||||||
uuid: e00580b9-1381-408d-8ddc-e8314675680e
|
|
||||||
|
|
|
@ -40,7 +40,7 @@ settings:
|
||||||
page: true
|
page: true
|
||||||
page_submit_path: ''
|
page_submit_path: ''
|
||||||
page_confirm_path: ''
|
page_confirm_path: ''
|
||||||
page_admin_theme: false
|
page_theme_name: ''
|
||||||
form_title: source_entity_webform
|
form_title: source_entity_webform
|
||||||
form_submit_once: false
|
form_submit_once: false
|
||||||
form_exception_message: ''
|
form_exception_message: ''
|
||||||
|
@ -100,11 +100,19 @@ settings:
|
||||||
wizard_progress_percentage: false
|
wizard_progress_percentage: false
|
||||||
wizard_progress_link: false
|
wizard_progress_link: false
|
||||||
wizard_progress_states: false
|
wizard_progress_states: false
|
||||||
|
wizard_auto_forward: true
|
||||||
|
wizard_auto_forward_hide_next_button: false
|
||||||
|
wizard_keyboard: true
|
||||||
wizard_start_label: ''
|
wizard_start_label: ''
|
||||||
wizard_preview_link: false
|
wizard_preview_link: false
|
||||||
wizard_confirmation: true
|
wizard_confirmation: true
|
||||||
wizard_confirmation_label: ''
|
wizard_confirmation_label: ''
|
||||||
wizard_track: ''
|
wizard_track: ''
|
||||||
|
wizard_prev_button_label: ''
|
||||||
|
wizard_next_button_label: ''
|
||||||
|
wizard_toggle: false
|
||||||
|
wizard_toggle_show_label: ''
|
||||||
|
wizard_toggle_hide_label: ''
|
||||||
preview: 0
|
preview: 0
|
||||||
preview_label: ''
|
preview_label: ''
|
||||||
preview_title: ''
|
preview_title: ''
|
||||||
|
@ -150,6 +158,8 @@ settings:
|
||||||
results_customize: false
|
results_customize: false
|
||||||
token_view: false
|
token_view: false
|
||||||
token_update: false
|
token_update: false
|
||||||
|
token_delete: false
|
||||||
|
serial_disabled: false
|
||||||
access:
|
access:
|
||||||
create:
|
create:
|
||||||
roles:
|
roles:
|
||||||
|
@ -201,6 +211,7 @@ handlers:
|
||||||
email:
|
email:
|
||||||
id: email
|
id: email
|
||||||
label: 'Webinar notification email'
|
label: 'Webinar notification email'
|
||||||
|
notes: ''
|
||||||
handler_id: email
|
handler_id: email
|
||||||
status: true
|
status: true
|
||||||
conditions: { }
|
conditions: { }
|
||||||
|
|
|
@ -45,7 +45,7 @@ settings:
|
||||||
page: true
|
page: true
|
||||||
page_submit_path: ''
|
page_submit_path: ''
|
||||||
page_confirm_path: ''
|
page_confirm_path: ''
|
||||||
page_admin_theme: false
|
page_theme_name: ''
|
||||||
form_title: both
|
form_title: both
|
||||||
form_submit_once: false
|
form_submit_once: false
|
||||||
form_exception_message: ''
|
form_exception_message: ''
|
||||||
|
@ -105,11 +105,19 @@ settings:
|
||||||
wizard_progress_percentage: false
|
wizard_progress_percentage: false
|
||||||
wizard_progress_link: false
|
wizard_progress_link: false
|
||||||
wizard_progress_states: false
|
wizard_progress_states: false
|
||||||
|
wizard_auto_forward: true
|
||||||
|
wizard_auto_forward_hide_next_button: false
|
||||||
|
wizard_keyboard: true
|
||||||
wizard_start_label: ''
|
wizard_start_label: ''
|
||||||
wizard_preview_link: false
|
wizard_preview_link: false
|
||||||
wizard_confirmation: true
|
wizard_confirmation: true
|
||||||
wizard_confirmation_label: ''
|
wizard_confirmation_label: ''
|
||||||
wizard_track: ''
|
wizard_track: ''
|
||||||
|
wizard_prev_button_label: ''
|
||||||
|
wizard_next_button_label: ''
|
||||||
|
wizard_toggle: false
|
||||||
|
wizard_toggle_show_label: ''
|
||||||
|
wizard_toggle_hide_label: ''
|
||||||
preview: 0
|
preview: 0
|
||||||
preview_label: ''
|
preview_label: ''
|
||||||
preview_title: ''
|
preview_title: ''
|
||||||
|
@ -155,6 +163,8 @@ settings:
|
||||||
results_customize: false
|
results_customize: false
|
||||||
token_view: false
|
token_view: false
|
||||||
token_update: false
|
token_update: false
|
||||||
|
token_delete: false
|
||||||
|
serial_disabled: false
|
||||||
access:
|
access:
|
||||||
create:
|
create:
|
||||||
roles:
|
roles:
|
||||||
|
@ -206,6 +216,7 @@ handlers:
|
||||||
email:
|
email:
|
||||||
id: email
|
id: email
|
||||||
label: Email
|
label: Email
|
||||||
|
notes: ''
|
||||||
handler_id: email
|
handler_id: email
|
||||||
status: true
|
status: true
|
||||||
conditions: { }
|
conditions: { }
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
uuid: 51839431-8d15-4b15-b7e6-e0a70dd6f679
|
||||||
langcode: en
|
langcode: en
|
||||||
status: open
|
status: open
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -36,7 +37,7 @@ settings:
|
||||||
page: true
|
page: true
|
||||||
page_submit_path: ''
|
page_submit_path: ''
|
||||||
page_confirm_path: ''
|
page_confirm_path: ''
|
||||||
page_admin_theme: false
|
page_theme_name: ''
|
||||||
form_title: both
|
form_title: both
|
||||||
form_submit_once: false
|
form_submit_once: false
|
||||||
form_exception_message: ''
|
form_exception_message: ''
|
||||||
|
@ -96,11 +97,19 @@ settings:
|
||||||
wizard_progress_percentage: false
|
wizard_progress_percentage: false
|
||||||
wizard_progress_link: false
|
wizard_progress_link: false
|
||||||
wizard_progress_states: false
|
wizard_progress_states: false
|
||||||
|
wizard_auto_forward: true
|
||||||
|
wizard_auto_forward_hide_next_button: false
|
||||||
|
wizard_keyboard: true
|
||||||
wizard_start_label: ''
|
wizard_start_label: ''
|
||||||
wizard_preview_link: false
|
wizard_preview_link: false
|
||||||
wizard_confirmation: true
|
wizard_confirmation: true
|
||||||
wizard_confirmation_label: ''
|
wizard_confirmation_label: ''
|
||||||
wizard_track: ''
|
wizard_track: ''
|
||||||
|
wizard_prev_button_label: ''
|
||||||
|
wizard_next_button_label: ''
|
||||||
|
wizard_toggle: false
|
||||||
|
wizard_toggle_show_label: ''
|
||||||
|
wizard_toggle_hide_label: ''
|
||||||
preview: 0
|
preview: 0
|
||||||
preview_label: ''
|
preview_label: ''
|
||||||
preview_title: ''
|
preview_title: ''
|
||||||
|
@ -146,6 +155,8 @@ settings:
|
||||||
results_customize: false
|
results_customize: false
|
||||||
token_view: false
|
token_view: false
|
||||||
token_update: false
|
token_update: false
|
||||||
|
token_delete: false
|
||||||
|
serial_disabled: false
|
||||||
access:
|
access:
|
||||||
create:
|
create:
|
||||||
roles:
|
roles:
|
||||||
|
@ -197,6 +208,7 @@ handlers:
|
||||||
mailchimp:
|
mailchimp:
|
||||||
id: mailchimp
|
id: mailchimp
|
||||||
label: MailChimp
|
label: MailChimp
|
||||||
|
notes: ''
|
||||||
handler_id: mailchimp
|
handler_id: mailchimp
|
||||||
status: true
|
status: true
|
||||||
conditions: { }
|
conditions: { }
|
||||||
|
@ -211,6 +223,7 @@ handlers:
|
||||||
email:
|
email:
|
||||||
id: email
|
id: email
|
||||||
label: 'Migrations email notification'
|
label: 'Migrations email notification'
|
||||||
|
notes: ''
|
||||||
handler_id: email
|
handler_id: email
|
||||||
status: true
|
status: true
|
||||||
conditions: { }
|
conditions: { }
|
||||||
|
@ -245,4 +258,3 @@ handlers:
|
||||||
theme_name: ''
|
theme_name: ''
|
||||||
parameters: { }
|
parameters: { }
|
||||||
variants: { }
|
variants: { }
|
||||||
uuid: 51839431-8d15-4b15-b7e6-e0a70dd6f679
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
uuid: c45ac27c-cac5-4fc1-9413-f8d60fdd2fbe
|
||||||
langcode: en
|
langcode: en
|
||||||
status: open
|
status: open
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
|
@ -30,7 +31,7 @@ settings:
|
||||||
page: true
|
page: true
|
||||||
page_submit_path: ''
|
page_submit_path: ''
|
||||||
page_confirm_path: ''
|
page_confirm_path: ''
|
||||||
page_admin_theme: false
|
page_theme_name: ''
|
||||||
form_title: both
|
form_title: both
|
||||||
form_submit_once: false
|
form_submit_once: false
|
||||||
form_exception_message: ''
|
form_exception_message: ''
|
||||||
|
@ -90,11 +91,19 @@ settings:
|
||||||
wizard_progress_percentage: false
|
wizard_progress_percentage: false
|
||||||
wizard_progress_link: false
|
wizard_progress_link: false
|
||||||
wizard_progress_states: false
|
wizard_progress_states: false
|
||||||
|
wizard_auto_forward: true
|
||||||
|
wizard_auto_forward_hide_next_button: false
|
||||||
|
wizard_keyboard: true
|
||||||
wizard_start_label: ''
|
wizard_start_label: ''
|
||||||
wizard_preview_link: false
|
wizard_preview_link: false
|
||||||
wizard_confirmation: true
|
wizard_confirmation: true
|
||||||
wizard_confirmation_label: ''
|
wizard_confirmation_label: ''
|
||||||
wizard_track: ''
|
wizard_track: ''
|
||||||
|
wizard_prev_button_label: ''
|
||||||
|
wizard_next_button_label: ''
|
||||||
|
wizard_toggle: false
|
||||||
|
wizard_toggle_show_label: ''
|
||||||
|
wizard_toggle_hide_label: ''
|
||||||
preview: 0
|
preview: 0
|
||||||
preview_label: ''
|
preview_label: ''
|
||||||
preview_title: ''
|
preview_title: ''
|
||||||
|
@ -140,6 +149,8 @@ settings:
|
||||||
results_customize: false
|
results_customize: false
|
||||||
token_view: false
|
token_view: false
|
||||||
token_update: false
|
token_update: false
|
||||||
|
token_delete: false
|
||||||
|
serial_disabled: false
|
||||||
access:
|
access:
|
||||||
create:
|
create:
|
||||||
roles:
|
roles:
|
||||||
|
@ -189,4 +200,3 @@ access:
|
||||||
permissions: { }
|
permissions: { }
|
||||||
handlers: { }
|
handlers: { }
|
||||||
variants: { }
|
variants: { }
|
||||||
uuid: c45ac27c-cac5-4fc1-9413-f8d60fdd2fbe
|
|
||||||
|
|
|
@ -47,7 +47,7 @@ settings:
|
||||||
page: true
|
page: true
|
||||||
page_submit_path: /newsletter-signup-form
|
page_submit_path: /newsletter-signup-form
|
||||||
page_confirm_path: /newsletter-signup-thanks
|
page_confirm_path: /newsletter-signup-thanks
|
||||||
page_admin_theme: false
|
page_theme_name: ''
|
||||||
form_title: both
|
form_title: both
|
||||||
form_submit_once: false
|
form_submit_once: false
|
||||||
form_exception_message: ''
|
form_exception_message: ''
|
||||||
|
@ -107,11 +107,19 @@ settings:
|
||||||
wizard_progress_percentage: false
|
wizard_progress_percentage: false
|
||||||
wizard_progress_link: false
|
wizard_progress_link: false
|
||||||
wizard_progress_states: false
|
wizard_progress_states: false
|
||||||
|
wizard_auto_forward: true
|
||||||
|
wizard_auto_forward_hide_next_button: false
|
||||||
|
wizard_keyboard: true
|
||||||
wizard_start_label: ''
|
wizard_start_label: ''
|
||||||
wizard_preview_link: false
|
wizard_preview_link: false
|
||||||
wizard_confirmation: true
|
wizard_confirmation: true
|
||||||
wizard_confirmation_label: ''
|
wizard_confirmation_label: ''
|
||||||
wizard_track: ''
|
wizard_track: ''
|
||||||
|
wizard_prev_button_label: ''
|
||||||
|
wizard_next_button_label: ''
|
||||||
|
wizard_toggle: false
|
||||||
|
wizard_toggle_show_label: ''
|
||||||
|
wizard_toggle_hide_label: ''
|
||||||
preview: 0
|
preview: 0
|
||||||
preview_label: ''
|
preview_label: ''
|
||||||
preview_title: ''
|
preview_title: ''
|
||||||
|
@ -157,6 +165,8 @@ settings:
|
||||||
results_customize: false
|
results_customize: false
|
||||||
token_view: false
|
token_view: false
|
||||||
token_update: false
|
token_update: false
|
||||||
|
token_delete: false
|
||||||
|
serial_disabled: false
|
||||||
access:
|
access:
|
||||||
create:
|
create:
|
||||||
roles:
|
roles:
|
||||||
|
|
|
@ -60,7 +60,7 @@ settings:
|
||||||
page: true
|
page: true
|
||||||
page_submit_path: ''
|
page_submit_path: ''
|
||||||
page_confirm_path: ''
|
page_confirm_path: ''
|
||||||
page_admin_theme: false
|
page_theme_name: ''
|
||||||
form_title: source_entity_webform
|
form_title: source_entity_webform
|
||||||
form_submit_once: false
|
form_submit_once: false
|
||||||
form_exception_message: ''
|
form_exception_message: ''
|
||||||
|
@ -120,11 +120,19 @@ settings:
|
||||||
wizard_progress_percentage: false
|
wizard_progress_percentage: false
|
||||||
wizard_progress_link: false
|
wizard_progress_link: false
|
||||||
wizard_progress_states: false
|
wizard_progress_states: false
|
||||||
|
wizard_auto_forward: true
|
||||||
|
wizard_auto_forward_hide_next_button: false
|
||||||
|
wizard_keyboard: true
|
||||||
wizard_start_label: ''
|
wizard_start_label: ''
|
||||||
wizard_preview_link: false
|
wizard_preview_link: false
|
||||||
wizard_confirmation: true
|
wizard_confirmation: true
|
||||||
wizard_confirmation_label: ''
|
wizard_confirmation_label: ''
|
||||||
wizard_track: ''
|
wizard_track: ''
|
||||||
|
wizard_prev_button_label: ''
|
||||||
|
wizard_next_button_label: ''
|
||||||
|
wizard_toggle: false
|
||||||
|
wizard_toggle_show_label: ''
|
||||||
|
wizard_toggle_hide_label: ''
|
||||||
preview: 0
|
preview: 0
|
||||||
preview_label: ''
|
preview_label: ''
|
||||||
preview_title: ''
|
preview_title: ''
|
||||||
|
@ -173,6 +181,8 @@ settings:
|
||||||
results_customize: false
|
results_customize: false
|
||||||
token_view: false
|
token_view: false
|
||||||
token_update: false
|
token_update: false
|
||||||
|
token_delete: false
|
||||||
|
serial_disabled: false
|
||||||
access:
|
access:
|
||||||
create:
|
create:
|
||||||
roles:
|
roles:
|
||||||
|
@ -224,6 +234,7 @@ handlers:
|
||||||
stripe:
|
stripe:
|
||||||
id: stripe
|
id: stripe
|
||||||
label: Stripe
|
label: Stripe
|
||||||
|
notes: ''
|
||||||
handler_id: stripe
|
handler_id: stripe
|
||||||
status: true
|
status: true
|
||||||
conditions: { }
|
conditions: { }
|
||||||
|
@ -243,6 +254,7 @@ handlers:
|
||||||
email:
|
email:
|
||||||
id: email
|
id: email
|
||||||
label: Email
|
label: Email
|
||||||
|
notes: ''
|
||||||
handler_id: email
|
handler_id: email
|
||||||
status: true
|
status: true
|
||||||
conditions: { }
|
conditions: { }
|
||||||
|
|
|
@ -37,7 +37,7 @@ settings:
|
||||||
page: true
|
page: true
|
||||||
page_submit_path: ''
|
page_submit_path: ''
|
||||||
page_confirm_path: ''
|
page_confirm_path: ''
|
||||||
page_admin_theme: false
|
page_theme_name: ''
|
||||||
form_title: both
|
form_title: both
|
||||||
form_submit_once: false
|
form_submit_once: false
|
||||||
form_exception_message: ''
|
form_exception_message: ''
|
||||||
|
@ -97,11 +97,19 @@ settings:
|
||||||
wizard_progress_percentage: false
|
wizard_progress_percentage: false
|
||||||
wizard_progress_link: false
|
wizard_progress_link: false
|
||||||
wizard_progress_states: false
|
wizard_progress_states: false
|
||||||
|
wizard_auto_forward: true
|
||||||
|
wizard_auto_forward_hide_next_button: false
|
||||||
|
wizard_keyboard: true
|
||||||
wizard_start_label: ''
|
wizard_start_label: ''
|
||||||
wizard_preview_link: false
|
wizard_preview_link: false
|
||||||
wizard_confirmation: true
|
wizard_confirmation: true
|
||||||
wizard_confirmation_label: ''
|
wizard_confirmation_label: ''
|
||||||
wizard_track: ''
|
wizard_track: ''
|
||||||
|
wizard_prev_button_label: ''
|
||||||
|
wizard_next_button_label: ''
|
||||||
|
wizard_toggle: false
|
||||||
|
wizard_toggle_show_label: ''
|
||||||
|
wizard_toggle_hide_label: ''
|
||||||
preview: 0
|
preview: 0
|
||||||
preview_label: ''
|
preview_label: ''
|
||||||
preview_title: ''
|
preview_title: ''
|
||||||
|
@ -147,6 +155,8 @@ settings:
|
||||||
results_customize: false
|
results_customize: false
|
||||||
token_view: false
|
token_view: false
|
||||||
token_update: false
|
token_update: false
|
||||||
|
token_delete: false
|
||||||
|
serial_disabled: false
|
||||||
access:
|
access:
|
||||||
create:
|
create:
|
||||||
roles:
|
roles:
|
||||||
|
@ -198,6 +208,7 @@ handlers:
|
||||||
email:
|
email:
|
||||||
id: email
|
id: email
|
||||||
label: Email
|
label: Email
|
||||||
|
notes: ''
|
||||||
handler_id: email
|
handler_id: email
|
||||||
status: true
|
status: true
|
||||||
conditions: { }
|
conditions: { }
|
||||||
|
|
|
@ -77,7 +77,7 @@ settings:
|
||||||
page: true
|
page: true
|
||||||
page_submit_path: ''
|
page_submit_path: ''
|
||||||
page_confirm_path: ''
|
page_confirm_path: ''
|
||||||
page_admin_theme: false
|
page_theme_name: ''
|
||||||
form_title: both
|
form_title: both
|
||||||
form_submit_once: false
|
form_submit_once: false
|
||||||
form_exception_message: ''
|
form_exception_message: ''
|
||||||
|
@ -137,11 +137,19 @@ settings:
|
||||||
wizard_progress_percentage: false
|
wizard_progress_percentage: false
|
||||||
wizard_progress_link: false
|
wizard_progress_link: false
|
||||||
wizard_progress_states: false
|
wizard_progress_states: false
|
||||||
|
wizard_auto_forward: true
|
||||||
|
wizard_auto_forward_hide_next_button: false
|
||||||
|
wizard_keyboard: true
|
||||||
wizard_start_label: ''
|
wizard_start_label: ''
|
||||||
wizard_preview_link: false
|
wizard_preview_link: false
|
||||||
wizard_confirmation: true
|
wizard_confirmation: true
|
||||||
wizard_confirmation_label: ''
|
wizard_confirmation_label: ''
|
||||||
wizard_track: ''
|
wizard_track: ''
|
||||||
|
wizard_prev_button_label: ''
|
||||||
|
wizard_next_button_label: ''
|
||||||
|
wizard_toggle: false
|
||||||
|
wizard_toggle_show_label: ''
|
||||||
|
wizard_toggle_hide_label: ''
|
||||||
preview: 0
|
preview: 0
|
||||||
preview_label: ''
|
preview_label: ''
|
||||||
preview_title: ''
|
preview_title: ''
|
||||||
|
@ -187,6 +195,8 @@ settings:
|
||||||
results_customize: false
|
results_customize: false
|
||||||
token_view: false
|
token_view: false
|
||||||
token_update: false
|
token_update: false
|
||||||
|
token_delete: false
|
||||||
|
serial_disabled: false
|
||||||
access:
|
access:
|
||||||
create:
|
create:
|
||||||
roles:
|
roles:
|
||||||
|
|
|
@ -151,7 +151,7 @@ settings:
|
||||||
page: true
|
page: true
|
||||||
page_submit_path: ''
|
page_submit_path: ''
|
||||||
page_confirm_path: ''
|
page_confirm_path: ''
|
||||||
page_admin_theme: false
|
page_theme_name: ''
|
||||||
form_title: source_entity_webform
|
form_title: source_entity_webform
|
||||||
form_submit_once: false
|
form_submit_once: false
|
||||||
form_exception_message: ''
|
form_exception_message: ''
|
||||||
|
@ -213,11 +213,19 @@ settings:
|
||||||
wizard_progress_percentage: false
|
wizard_progress_percentage: false
|
||||||
wizard_progress_link: false
|
wizard_progress_link: false
|
||||||
wizard_progress_states: false
|
wizard_progress_states: false
|
||||||
|
wizard_auto_forward: true
|
||||||
|
wizard_auto_forward_hide_next_button: false
|
||||||
|
wizard_keyboard: true
|
||||||
wizard_start_label: ''
|
wizard_start_label: ''
|
||||||
wizard_preview_link: false
|
wizard_preview_link: false
|
||||||
wizard_confirmation: true
|
wizard_confirmation: true
|
||||||
wizard_confirmation_label: ''
|
wizard_confirmation_label: ''
|
||||||
wizard_track: ''
|
wizard_track: ''
|
||||||
|
wizard_prev_button_label: ''
|
||||||
|
wizard_next_button_label: ''
|
||||||
|
wizard_toggle: false
|
||||||
|
wizard_toggle_show_label: ''
|
||||||
|
wizard_toggle_hide_label: ''
|
||||||
preview: 0
|
preview: 0
|
||||||
preview_label: ''
|
preview_label: ''
|
||||||
preview_title: ''
|
preview_title: ''
|
||||||
|
@ -263,6 +271,8 @@ settings:
|
||||||
results_customize: false
|
results_customize: false
|
||||||
token_view: false
|
token_view: false
|
||||||
token_update: false
|
token_update: false
|
||||||
|
token_delete: false
|
||||||
|
serial_disabled: false
|
||||||
access:
|
access:
|
||||||
create:
|
create:
|
||||||
roles:
|
roles:
|
||||||
|
@ -314,6 +324,7 @@ handlers:
|
||||||
email:
|
email:
|
||||||
id: email
|
id: email
|
||||||
label: Email
|
label: Email
|
||||||
|
notes: ''
|
||||||
handler_id: email
|
handler_id: email
|
||||||
status: true
|
status: true
|
||||||
conditions: { }
|
conditions: { }
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
uuid: a4189539-46d5-486f-8e0e-ec913e2093e5
|
||||||
langcode: en
|
langcode: en
|
||||||
status: open
|
status: open
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
|
@ -63,7 +64,7 @@ settings:
|
||||||
page: true
|
page: true
|
||||||
page_submit_path: /people/clayton-dewey/speaking-request
|
page_submit_path: /people/clayton-dewey/speaking-request
|
||||||
page_confirm_path: /people/clayton-dewey/speaking-request-received
|
page_confirm_path: /people/clayton-dewey/speaking-request-received
|
||||||
page_admin_theme: false
|
page_theme_name: ''
|
||||||
form_title: source_entity_webform
|
form_title: source_entity_webform
|
||||||
form_submit_once: false
|
form_submit_once: false
|
||||||
form_exception_message: ''
|
form_exception_message: ''
|
||||||
|
@ -125,11 +126,19 @@ settings:
|
||||||
wizard_progress_percentage: false
|
wizard_progress_percentage: false
|
||||||
wizard_progress_link: false
|
wizard_progress_link: false
|
||||||
wizard_progress_states: false
|
wizard_progress_states: false
|
||||||
|
wizard_auto_forward: true
|
||||||
|
wizard_auto_forward_hide_next_button: false
|
||||||
|
wizard_keyboard: true
|
||||||
wizard_start_label: ''
|
wizard_start_label: ''
|
||||||
wizard_preview_link: false
|
wizard_preview_link: false
|
||||||
wizard_confirmation: true
|
wizard_confirmation: true
|
||||||
wizard_confirmation_label: ''
|
wizard_confirmation_label: ''
|
||||||
wizard_track: ''
|
wizard_track: ''
|
||||||
|
wizard_prev_button_label: ''
|
||||||
|
wizard_next_button_label: ''
|
||||||
|
wizard_toggle: false
|
||||||
|
wizard_toggle_show_label: ''
|
||||||
|
wizard_toggle_hide_label: ''
|
||||||
preview: 0
|
preview: 0
|
||||||
preview_label: ''
|
preview_label: ''
|
||||||
preview_title: ''
|
preview_title: ''
|
||||||
|
@ -175,6 +184,8 @@ settings:
|
||||||
results_customize: false
|
results_customize: false
|
||||||
token_view: false
|
token_view: false
|
||||||
token_update: false
|
token_update: false
|
||||||
|
token_delete: false
|
||||||
|
serial_disabled: false
|
||||||
access:
|
access:
|
||||||
create:
|
create:
|
||||||
roles:
|
roles:
|
||||||
|
@ -226,6 +237,7 @@ handlers:
|
||||||
email:
|
email:
|
||||||
id: email
|
id: email
|
||||||
label: Email
|
label: Email
|
||||||
|
notes: ''
|
||||||
handler_id: email
|
handler_id: email
|
||||||
status: true
|
status: true
|
||||||
conditions: { }
|
conditions: { }
|
||||||
|
@ -260,4 +272,3 @@ handlers:
|
||||||
theme_name: ''
|
theme_name: ''
|
||||||
parameters: { }
|
parameters: { }
|
||||||
variants: { }
|
variants: { }
|
||||||
uuid: a4189539-46d5-486f-8e0e-ec913e2093e5
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
uuid: 69315a59-1746-485d-873a-1815072dd1d0
|
||||||
langcode: en
|
langcode: en
|
||||||
status: open
|
status: open
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
|
@ -63,7 +64,7 @@ settings:
|
||||||
page: true
|
page: true
|
||||||
page_submit_path: /people/mauricio-dinarte/speaking-request
|
page_submit_path: /people/mauricio-dinarte/speaking-request
|
||||||
page_confirm_path: /people/mauricio-dinarte/speaking-request-received
|
page_confirm_path: /people/mauricio-dinarte/speaking-request-received
|
||||||
page_admin_theme: false
|
page_theme_name: ''
|
||||||
form_title: source_entity_webform
|
form_title: source_entity_webform
|
||||||
form_submit_once: false
|
form_submit_once: false
|
||||||
form_exception_message: ''
|
form_exception_message: ''
|
||||||
|
@ -125,11 +126,19 @@ settings:
|
||||||
wizard_progress_percentage: false
|
wizard_progress_percentage: false
|
||||||
wizard_progress_link: false
|
wizard_progress_link: false
|
||||||
wizard_progress_states: false
|
wizard_progress_states: false
|
||||||
|
wizard_auto_forward: true
|
||||||
|
wizard_auto_forward_hide_next_button: false
|
||||||
|
wizard_keyboard: true
|
||||||
wizard_start_label: ''
|
wizard_start_label: ''
|
||||||
wizard_preview_link: false
|
wizard_preview_link: false
|
||||||
wizard_confirmation: true
|
wizard_confirmation: true
|
||||||
wizard_confirmation_label: ''
|
wizard_confirmation_label: ''
|
||||||
wizard_track: ''
|
wizard_track: ''
|
||||||
|
wizard_prev_button_label: ''
|
||||||
|
wizard_next_button_label: ''
|
||||||
|
wizard_toggle: false
|
||||||
|
wizard_toggle_show_label: ''
|
||||||
|
wizard_toggle_hide_label: ''
|
||||||
preview: 0
|
preview: 0
|
||||||
preview_label: ''
|
preview_label: ''
|
||||||
preview_title: ''
|
preview_title: ''
|
||||||
|
@ -175,6 +184,8 @@ settings:
|
||||||
results_customize: false
|
results_customize: false
|
||||||
token_view: false
|
token_view: false
|
||||||
token_update: false
|
token_update: false
|
||||||
|
token_delete: false
|
||||||
|
serial_disabled: false
|
||||||
access:
|
access:
|
||||||
create:
|
create:
|
||||||
roles:
|
roles:
|
||||||
|
@ -226,6 +237,7 @@ handlers:
|
||||||
email:
|
email:
|
||||||
id: email
|
id: email
|
||||||
label: Email
|
label: Email
|
||||||
|
notes: ''
|
||||||
handler_id: email
|
handler_id: email
|
||||||
status: true
|
status: true
|
||||||
conditions: { }
|
conditions: { }
|
||||||
|
@ -260,4 +272,3 @@ handlers:
|
||||||
theme_name: ''
|
theme_name: ''
|
||||||
parameters: { }
|
parameters: { }
|
||||||
variants: { }
|
variants: { }
|
||||||
uuid: 69315a59-1746-485d-873a-1815072dd1d0
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
uuid: ab839464-7156-4b3b-a13b-a5502e429e70
|
||||||
langcode: en
|
langcode: en
|
||||||
status: open
|
status: open
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
|
@ -63,7 +64,7 @@ settings:
|
||||||
page: true
|
page: true
|
||||||
page_submit_path: ''
|
page_submit_path: ''
|
||||||
page_confirm_path: ''
|
page_confirm_path: ''
|
||||||
page_admin_theme: false
|
page_theme_name: ''
|
||||||
form_title: source_entity_webform
|
form_title: source_entity_webform
|
||||||
form_submit_once: false
|
form_submit_once: false
|
||||||
form_exception_message: ''
|
form_exception_message: ''
|
||||||
|
@ -125,11 +126,19 @@ settings:
|
||||||
wizard_progress_percentage: false
|
wizard_progress_percentage: false
|
||||||
wizard_progress_link: false
|
wizard_progress_link: false
|
||||||
wizard_progress_states: false
|
wizard_progress_states: false
|
||||||
|
wizard_auto_forward: true
|
||||||
|
wizard_auto_forward_hide_next_button: false
|
||||||
|
wizard_keyboard: true
|
||||||
wizard_start_label: ''
|
wizard_start_label: ''
|
||||||
wizard_preview_link: false
|
wizard_preview_link: false
|
||||||
wizard_confirmation: true
|
wizard_confirmation: true
|
||||||
wizard_confirmation_label: ''
|
wizard_confirmation_label: ''
|
||||||
wizard_track: ''
|
wizard_track: ''
|
||||||
|
wizard_prev_button_label: ''
|
||||||
|
wizard_next_button_label: ''
|
||||||
|
wizard_toggle: false
|
||||||
|
wizard_toggle_show_label: ''
|
||||||
|
wizard_toggle_hide_label: ''
|
||||||
preview: 0
|
preview: 0
|
||||||
preview_label: ''
|
preview_label: ''
|
||||||
preview_title: ''
|
preview_title: ''
|
||||||
|
@ -175,6 +184,8 @@ settings:
|
||||||
results_customize: false
|
results_customize: false
|
||||||
token_view: false
|
token_view: false
|
||||||
token_update: false
|
token_update: false
|
||||||
|
token_delete: false
|
||||||
|
serial_disabled: false
|
||||||
access:
|
access:
|
||||||
create:
|
create:
|
||||||
roles:
|
roles:
|
||||||
|
@ -226,6 +237,7 @@ handlers:
|
||||||
email:
|
email:
|
||||||
id: email
|
id: email
|
||||||
label: Email
|
label: Email
|
||||||
|
notes: ''
|
||||||
handler_id: email
|
handler_id: email
|
||||||
status: true
|
status: true
|
||||||
conditions: { }
|
conditions: { }
|
||||||
|
@ -260,4 +272,3 @@ handlers:
|
||||||
theme_name: ''
|
theme_name: ''
|
||||||
parameters: { }
|
parameters: { }
|
||||||
variants: { }
|
variants: { }
|
||||||
uuid: ab839464-7156-4b3b-a13b-a5502e429e70
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
uuid: 36bb8d28-cf95-4fe6-a299-aae734f204c9
|
||||||
langcode: en
|
langcode: en
|
||||||
status: closed
|
status: closed
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
|
@ -63,7 +64,7 @@ settings:
|
||||||
page: true
|
page: true
|
||||||
page_submit_path: /people/micky-metts/speaking-request
|
page_submit_path: /people/micky-metts/speaking-request
|
||||||
page_confirm_path: /people/micky-metts/speaking-request-received
|
page_confirm_path: /people/micky-metts/speaking-request-received
|
||||||
page_admin_theme: false
|
page_theme_name: ''
|
||||||
form_title: source_entity_webform
|
form_title: source_entity_webform
|
||||||
form_submit_once: false
|
form_submit_once: false
|
||||||
form_exception_message: ''
|
form_exception_message: ''
|
||||||
|
@ -125,11 +126,19 @@ settings:
|
||||||
wizard_progress_percentage: false
|
wizard_progress_percentage: false
|
||||||
wizard_progress_link: false
|
wizard_progress_link: false
|
||||||
wizard_progress_states: false
|
wizard_progress_states: false
|
||||||
|
wizard_auto_forward: true
|
||||||
|
wizard_auto_forward_hide_next_button: false
|
||||||
|
wizard_keyboard: true
|
||||||
wizard_start_label: ''
|
wizard_start_label: ''
|
||||||
wizard_preview_link: false
|
wizard_preview_link: false
|
||||||
wizard_confirmation: true
|
wizard_confirmation: true
|
||||||
wizard_confirmation_label: ''
|
wizard_confirmation_label: ''
|
||||||
wizard_track: ''
|
wizard_track: ''
|
||||||
|
wizard_prev_button_label: ''
|
||||||
|
wizard_next_button_label: ''
|
||||||
|
wizard_toggle: false
|
||||||
|
wizard_toggle_show_label: ''
|
||||||
|
wizard_toggle_hide_label: ''
|
||||||
preview: 0
|
preview: 0
|
||||||
preview_label: ''
|
preview_label: ''
|
||||||
preview_title: ''
|
preview_title: ''
|
||||||
|
@ -175,6 +184,8 @@ settings:
|
||||||
results_customize: false
|
results_customize: false
|
||||||
token_view: false
|
token_view: false
|
||||||
token_update: false
|
token_update: false
|
||||||
|
token_delete: false
|
||||||
|
serial_disabled: false
|
||||||
access:
|
access:
|
||||||
create:
|
create:
|
||||||
roles:
|
roles:
|
||||||
|
@ -226,6 +237,7 @@ handlers:
|
||||||
email:
|
email:
|
||||||
id: email
|
id: email
|
||||||
label: Email
|
label: Email
|
||||||
|
notes: ''
|
||||||
handler_id: email
|
handler_id: email
|
||||||
status: true
|
status: true
|
||||||
conditions: { }
|
conditions: { }
|
||||||
|
@ -260,4 +272,3 @@ handlers:
|
||||||
theme_name: ''
|
theme_name: ''
|
||||||
parameters: { }
|
parameters: { }
|
||||||
variants: { }
|
variants: { }
|
||||||
uuid: 36bb8d28-cf95-4fe6-a299-aae734f204c9
|
|
||||||
|
|
|
@ -57,7 +57,7 @@ settings:
|
||||||
page: true
|
page: true
|
||||||
page_submit_path: ''
|
page_submit_path: ''
|
||||||
page_confirm_path: ''
|
page_confirm_path: ''
|
||||||
page_admin_theme: false
|
page_theme_name: ''
|
||||||
form_title: both
|
form_title: both
|
||||||
form_submit_once: false
|
form_submit_once: false
|
||||||
form_exception_message: ''
|
form_exception_message: ''
|
||||||
|
@ -117,11 +117,19 @@ settings:
|
||||||
wizard_progress_percentage: false
|
wizard_progress_percentage: false
|
||||||
wizard_progress_link: false
|
wizard_progress_link: false
|
||||||
wizard_progress_states: false
|
wizard_progress_states: false
|
||||||
|
wizard_auto_forward: true
|
||||||
|
wizard_auto_forward_hide_next_button: false
|
||||||
|
wizard_keyboard: true
|
||||||
wizard_start_label: ''
|
wizard_start_label: ''
|
||||||
wizard_preview_link: false
|
wizard_preview_link: false
|
||||||
wizard_confirmation: true
|
wizard_confirmation: true
|
||||||
wizard_confirmation_label: ''
|
wizard_confirmation_label: ''
|
||||||
wizard_track: ''
|
wizard_track: ''
|
||||||
|
wizard_prev_button_label: ''
|
||||||
|
wizard_next_button_label: ''
|
||||||
|
wizard_toggle: false
|
||||||
|
wizard_toggle_show_label: ''
|
||||||
|
wizard_toggle_hide_label: ''
|
||||||
preview: 0
|
preview: 0
|
||||||
preview_label: ''
|
preview_label: ''
|
||||||
preview_title: ''
|
preview_title: ''
|
||||||
|
@ -167,6 +175,8 @@ settings:
|
||||||
results_customize: false
|
results_customize: false
|
||||||
token_view: false
|
token_view: false
|
||||||
token_update: false
|
token_update: false
|
||||||
|
token_delete: false
|
||||||
|
serial_disabled: false
|
||||||
access:
|
access:
|
||||||
create:
|
create:
|
||||||
roles:
|
roles:
|
||||||
|
@ -218,6 +228,7 @@ handlers:
|
||||||
email:
|
email:
|
||||||
id: email
|
id: email
|
||||||
label: 'Training email notification'
|
label: 'Training email notification'
|
||||||
|
notes: ''
|
||||||
handler_id: email
|
handler_id: email
|
||||||
status: true
|
status: true
|
||||||
conditions: { }
|
conditions: { }
|
||||||
|
|
|
@ -66,7 +66,7 @@ settings:
|
||||||
page: true
|
page: true
|
||||||
page_submit_path: ''
|
page_submit_path: ''
|
||||||
page_confirm_path: ''
|
page_confirm_path: ''
|
||||||
page_admin_theme: false
|
page_theme_name: ''
|
||||||
form_title: source_entity_webform
|
form_title: source_entity_webform
|
||||||
form_submit_once: false
|
form_submit_once: false
|
||||||
form_exception_message: ''
|
form_exception_message: ''
|
||||||
|
@ -126,11 +126,19 @@ settings:
|
||||||
wizard_progress_percentage: false
|
wizard_progress_percentage: false
|
||||||
wizard_progress_link: false
|
wizard_progress_link: false
|
||||||
wizard_progress_states: false
|
wizard_progress_states: false
|
||||||
|
wizard_auto_forward: true
|
||||||
|
wizard_auto_forward_hide_next_button: false
|
||||||
|
wizard_keyboard: true
|
||||||
wizard_start_label: ''
|
wizard_start_label: ''
|
||||||
wizard_preview_link: false
|
wizard_preview_link: false
|
||||||
wizard_confirmation: true
|
wizard_confirmation: true
|
||||||
wizard_confirmation_label: ''
|
wizard_confirmation_label: ''
|
||||||
wizard_track: ''
|
wizard_track: ''
|
||||||
|
wizard_prev_button_label: ''
|
||||||
|
wizard_next_button_label: ''
|
||||||
|
wizard_toggle: false
|
||||||
|
wizard_toggle_show_label: ''
|
||||||
|
wizard_toggle_hide_label: ''
|
||||||
preview: 0
|
preview: 0
|
||||||
preview_label: ''
|
preview_label: ''
|
||||||
preview_title: ''
|
preview_title: ''
|
||||||
|
@ -179,6 +187,8 @@ settings:
|
||||||
results_customize: false
|
results_customize: false
|
||||||
token_view: false
|
token_view: false
|
||||||
token_update: false
|
token_update: false
|
||||||
|
token_delete: false
|
||||||
|
serial_disabled: false
|
||||||
access:
|
access:
|
||||||
create:
|
create:
|
||||||
roles:
|
roles:
|
||||||
|
@ -230,6 +240,7 @@ handlers:
|
||||||
stripe:
|
stripe:
|
||||||
id: stripe
|
id: stripe
|
||||||
label: Stripe
|
label: Stripe
|
||||||
|
notes: ''
|
||||||
handler_id: stripe
|
handler_id: stripe
|
||||||
status: true
|
status: true
|
||||||
conditions: { }
|
conditions: { }
|
||||||
|
@ -249,6 +260,7 @@ handlers:
|
||||||
email:
|
email:
|
||||||
id: email
|
id: email
|
||||||
label: Email
|
label: Email
|
||||||
|
notes: ''
|
||||||
handler_id: email
|
handler_id: email
|
||||||
status: true
|
status: true
|
||||||
conditions: { }
|
conditions: { }
|
||||||
|
|
|
@ -52,7 +52,7 @@ settings:
|
||||||
page: true
|
page: true
|
||||||
page_submit_path: ''
|
page_submit_path: ''
|
||||||
page_confirm_path: ''
|
page_confirm_path: ''
|
||||||
page_admin_theme: false
|
page_theme_name: ''
|
||||||
form_title: both
|
form_title: both
|
||||||
form_submit_once: false
|
form_submit_once: false
|
||||||
form_exception_message: ''
|
form_exception_message: ''
|
||||||
|
@ -112,11 +112,19 @@ settings:
|
||||||
wizard_progress_percentage: false
|
wizard_progress_percentage: false
|
||||||
wizard_progress_link: false
|
wizard_progress_link: false
|
||||||
wizard_progress_states: false
|
wizard_progress_states: false
|
||||||
|
wizard_auto_forward: true
|
||||||
|
wizard_auto_forward_hide_next_button: false
|
||||||
|
wizard_keyboard: true
|
||||||
wizard_start_label: ''
|
wizard_start_label: ''
|
||||||
wizard_preview_link: false
|
wizard_preview_link: false
|
||||||
wizard_confirmation: true
|
wizard_confirmation: true
|
||||||
wizard_confirmation_label: ''
|
wizard_confirmation_label: ''
|
||||||
wizard_track: ''
|
wizard_track: ''
|
||||||
|
wizard_prev_button_label: ''
|
||||||
|
wizard_next_button_label: ''
|
||||||
|
wizard_toggle: false
|
||||||
|
wizard_toggle_show_label: ''
|
||||||
|
wizard_toggle_hide_label: ''
|
||||||
preview: 0
|
preview: 0
|
||||||
preview_label: ''
|
preview_label: ''
|
||||||
preview_title: ''
|
preview_title: ''
|
||||||
|
@ -162,6 +170,8 @@ settings:
|
||||||
results_customize: false
|
results_customize: false
|
||||||
token_view: false
|
token_view: false
|
||||||
token_update: false
|
token_update: false
|
||||||
|
token_delete: false
|
||||||
|
serial_disabled: false
|
||||||
access:
|
access:
|
||||||
create:
|
create:
|
||||||
roles:
|
roles:
|
||||||
|
|
|
@ -46,7 +46,7 @@ settings:
|
||||||
page: true
|
page: true
|
||||||
page_submit_path: ''
|
page_submit_path: ''
|
||||||
page_confirm_path: ''
|
page_confirm_path: ''
|
||||||
page_admin_theme: false
|
page_theme_name: ''
|
||||||
form_title: both
|
form_title: both
|
||||||
form_submit_once: false
|
form_submit_once: false
|
||||||
form_exception_message: ''
|
form_exception_message: ''
|
||||||
|
@ -106,11 +106,19 @@ settings:
|
||||||
wizard_progress_percentage: false
|
wizard_progress_percentage: false
|
||||||
wizard_progress_link: false
|
wizard_progress_link: false
|
||||||
wizard_progress_states: false
|
wizard_progress_states: false
|
||||||
|
wizard_auto_forward: true
|
||||||
|
wizard_auto_forward_hide_next_button: false
|
||||||
|
wizard_keyboard: true
|
||||||
wizard_start_label: ''
|
wizard_start_label: ''
|
||||||
wizard_preview_link: false
|
wizard_preview_link: false
|
||||||
wizard_confirmation: true
|
wizard_confirmation: true
|
||||||
wizard_confirmation_label: ''
|
wizard_confirmation_label: ''
|
||||||
wizard_track: ''
|
wizard_track: ''
|
||||||
|
wizard_prev_button_label: ''
|
||||||
|
wizard_next_button_label: ''
|
||||||
|
wizard_toggle: false
|
||||||
|
wizard_toggle_show_label: ''
|
||||||
|
wizard_toggle_hide_label: ''
|
||||||
preview: 0
|
preview: 0
|
||||||
preview_label: ''
|
preview_label: ''
|
||||||
preview_title: ''
|
preview_title: ''
|
||||||
|
@ -156,6 +164,8 @@ settings:
|
||||||
results_customize: false
|
results_customize: false
|
||||||
token_view: false
|
token_view: false
|
||||||
token_update: false
|
token_update: false
|
||||||
|
token_delete: false
|
||||||
|
serial_disabled: false
|
||||||
access:
|
access:
|
||||||
create:
|
create:
|
||||||
roles:
|
roles:
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
uuid: 4a21f8bf-6290-4198-852f-20ab29d8a72a
|
||||||
langcode: en
|
langcode: en
|
||||||
status: open
|
status: open
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
|
@ -27,7 +28,7 @@ settings:
|
||||||
page: true
|
page: true
|
||||||
page_submit_path: ''
|
page_submit_path: ''
|
||||||
page_confirm_path: ''
|
page_confirm_path: ''
|
||||||
page_admin_theme: false
|
page_theme_name: ''
|
||||||
form_title: both
|
form_title: both
|
||||||
form_submit_once: false
|
form_submit_once: false
|
||||||
form_exception_message: ''
|
form_exception_message: ''
|
||||||
|
@ -87,11 +88,19 @@ settings:
|
||||||
wizard_progress_percentage: false
|
wizard_progress_percentage: false
|
||||||
wizard_progress_link: false
|
wizard_progress_link: false
|
||||||
wizard_progress_states: false
|
wizard_progress_states: false
|
||||||
|
wizard_auto_forward: true
|
||||||
|
wizard_auto_forward_hide_next_button: false
|
||||||
|
wizard_keyboard: true
|
||||||
wizard_start_label: ''
|
wizard_start_label: ''
|
||||||
wizard_preview_link: false
|
wizard_preview_link: false
|
||||||
wizard_confirmation: true
|
wizard_confirmation: true
|
||||||
wizard_confirmation_label: ''
|
wizard_confirmation_label: ''
|
||||||
wizard_track: ''
|
wizard_track: ''
|
||||||
|
wizard_prev_button_label: ''
|
||||||
|
wizard_next_button_label: ''
|
||||||
|
wizard_toggle: false
|
||||||
|
wizard_toggle_show_label: ''
|
||||||
|
wizard_toggle_hide_label: ''
|
||||||
preview: 0
|
preview: 0
|
||||||
preview_label: ''
|
preview_label: ''
|
||||||
preview_title: ''
|
preview_title: ''
|
||||||
|
@ -137,6 +146,8 @@ settings:
|
||||||
results_customize: false
|
results_customize: false
|
||||||
token_view: false
|
token_view: false
|
||||||
token_update: false
|
token_update: false
|
||||||
|
token_delete: false
|
||||||
|
serial_disabled: false
|
||||||
access:
|
access:
|
||||||
create:
|
create:
|
||||||
roles:
|
roles:
|
||||||
|
@ -186,4 +197,3 @@ access:
|
||||||
permissions: { }
|
permissions: { }
|
||||||
handlers: { }
|
handlers: { }
|
||||||
variants: { }
|
variants: { }
|
||||||
uuid: 4a21f8bf-6290-4198-852f-20ab29d8a72a
|
|
||||||
|
|
Loading…
Reference in a new issue