Move all files to 2017/
This commit is contained in:
parent
ac7370f67f
commit
2875863330
15717 changed files with 0 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
id: webform_submission_delete_action
|
||||
label: 'Delete submission'
|
||||
type: webform_submission
|
||||
plugin: webform_submission_delete_action
|
||||
configuration: { }
|
|
@ -0,0 +1,10 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
id: webform_submission_make_lock_action
|
||||
label: 'Lock submission'
|
||||
type: webform_submission
|
||||
plugin: webform_submission_make_lock_action
|
||||
configuration: { }
|
|
@ -0,0 +1,10 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
id: webform_submission_make_sticky_action
|
||||
label: 'Star/Flag submission'
|
||||
type: webform_submission
|
||||
plugin: webform_submission_make_sticky_action
|
||||
configuration: { }
|
|
@ -0,0 +1,10 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
id: webform_submission_make_unlock_action
|
||||
label: 'Unlock submission'
|
||||
type: webform_submission
|
||||
plugin: webform_submission_make_unlock_action
|
||||
configuration: { }
|
|
@ -0,0 +1,10 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
id: webform_submission_make_unsticky_action
|
||||
label: 'Unstar/unflag submission'
|
||||
type: webform_submission
|
||||
plugin: webform_submission_make_unsticky_action
|
||||
configuration: { }
|
|
@ -0,0 +1,311 @@
|
|||
settings:
|
||||
default_status: open
|
||||
default_page_base_path: form
|
||||
default_form_open_message: 'This form has not yet been opened to submissions.'
|
||||
default_form_close_message: 'Sorry…This form is closed to new submissions.'
|
||||
default_form_exception_message: 'Unable to display this webform. Please contact the site administrator.'
|
||||
default_submit_button_label: Submit
|
||||
default_reset_button_label: Reset
|
||||
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_access_denied_message: 'Please login to access this form.'
|
||||
default_form_disable_back: false
|
||||
default_form_submit_back: false
|
||||
default_form_unsaved: false
|
||||
default_form_novalidate: false
|
||||
default_form_disable_inline_errors: false
|
||||
default_form_required: false
|
||||
default_form_required_label: 'Indicates required field'
|
||||
default_form_details_toggle: true
|
||||
default_form_file_limit: ''
|
||||
form_classes: |
|
||||
container-inline clearfix
|
||||
form--inline clearfix
|
||||
messages messages--error
|
||||
messages messages--warning
|
||||
messages messages--status
|
||||
|
||||
button_classes: ''
|
||||
default_wizard_prev_button_label: '< Previous Page'
|
||||
default_wizard_next_button_label: 'Next Page >'
|
||||
default_wizard_start_label: Start
|
||||
default_wizard_confirmation_label: Complete
|
||||
default_preview_next_button_label: Preview
|
||||
default_preview_prev_button_label: '< Previous'
|
||||
default_preview_label: Preview
|
||||
default_preview_title: '[webform:title]: Preview'
|
||||
default_preview_message: 'Please review your submission. Your submission is not complete until you press the "Submit" button!'
|
||||
default_draft_button_label: 'Save Draft'
|
||||
default_draft_saved_message: 'Submission saved. You may return to this form later and it will restore the current values.'
|
||||
default_draft_loaded_message: 'A partially-completed form was found. Please complete the remaining portions.'
|
||||
default_confirmation_message: 'New submission added to [webform:title].'
|
||||
default_confirmation_back_label: 'Back to form'
|
||||
default_submission_label: '[webform_submission:submitted-to]: Submission #[webform_submission:serial]'
|
||||
default_submission_access_denied_message: 'Please login to access this submission.'
|
||||
default_submission_exception_message: 'Unable to process this submission. Please contact the site administrator.'
|
||||
default_submission_locked_message: 'This submission has been locked.'
|
||||
default_submission_log: false
|
||||
default_submission_views: { }
|
||||
default_submission_views_replace:
|
||||
global_routes:
|
||||
- entity.webform_submission.collection
|
||||
- entity.webform_submission.user
|
||||
webform_routes:
|
||||
- entity.webform.results_submissions
|
||||
- entity.webform.user.drafts
|
||||
- entity.webform.user.submissions
|
||||
node_routes:
|
||||
- entity.node.webform.results_submissions
|
||||
- entity.node.webform.user.drafts
|
||||
- entity.node.webform.user.submissions
|
||||
default_previous_submission_message: 'You have already submitted this webform. <a href="#">View your previous submission</a>.'
|
||||
default_previous_submissions_message: 'You have already submitted this webform. <a href="#">View your previous submissions</a>.'
|
||||
default_autofill_message: 'This submission has been autofilled with your previous submission.'
|
||||
preview_classes: |
|
||||
messages messages--error
|
||||
messages messages--warning
|
||||
messages messages--status
|
||||
|
||||
confirmation_classes: |
|
||||
messages messages--error
|
||||
messages messages--warning
|
||||
messages messages--status
|
||||
|
||||
confirmation_back_classes: |
|
||||
button
|
||||
|
||||
default_limit_total_message: 'No more submissions are permitted.'
|
||||
default_limit_user_message: 'No more submissions are permitted.'
|
||||
dialog: false
|
||||
dialog_options:
|
||||
narrow:
|
||||
title: Narrow
|
||||
width: 600
|
||||
normal:
|
||||
title: Normal
|
||||
width: 800
|
||||
wide:
|
||||
title: Wide
|
||||
width: 1000
|
||||
assets:
|
||||
css: ''
|
||||
javascript: ''
|
||||
handler:
|
||||
excluded_handlers: { }
|
||||
export:
|
||||
temp_directory: ''
|
||||
exporter: delimited
|
||||
multiple_delimiter: ;
|
||||
header_format: label
|
||||
header_prefix: true
|
||||
header_prefix_label_delimiter: ': '
|
||||
header_prefix_key_delimiter: __
|
||||
composite_element_item_format: label
|
||||
options_single_format: compact
|
||||
options_multiple_format: compact
|
||||
options_item_format: label
|
||||
entity_reference_items:
|
||||
- id
|
||||
- title
|
||||
- url
|
||||
likert_answers_format: label
|
||||
signature_format: status
|
||||
delimiter: ','
|
||||
excel: false
|
||||
excluded_exporters: { }
|
||||
batch:
|
||||
default_batch_export_size: 500
|
||||
default_batch_update_size: 500
|
||||
default_batch_delete_size: 500
|
||||
default_batch_email_size: 500
|
||||
purge:
|
||||
cron_size: 100
|
||||
element:
|
||||
empty_message: '{Empty}'
|
||||
allowed_tags: admin
|
||||
wrapper_classes: |
|
||||
container-inline clearfix
|
||||
form--inline clearfix
|
||||
messages messages--error
|
||||
messages messages--warning
|
||||
messages messages--status
|
||||
|
||||
classes: |
|
||||
container-inline clearfix
|
||||
form--inline clearfix
|
||||
messages messages--error
|
||||
messages messages--warning
|
||||
messages messages--status
|
||||
|
||||
horizontal_rule_classes: |
|
||||
webform-horizontal-rule--solid
|
||||
webform-horizontal-rule--dashed
|
||||
webform-horizontal-rule--dotted
|
||||
webform-horizontal-rule--gradient
|
||||
webform-horizontal-rule--thin
|
||||
webform-horizontal-rule--medium
|
||||
webform-horizontal-rule--thick
|
||||
webform-horizontal-rule--flaired
|
||||
webform-horizontal-rule--glyph
|
||||
|
||||
default_description_display: ''
|
||||
default_more_title: More
|
||||
default_section_title_tag: h2
|
||||
default_empty_option: true
|
||||
default_empty_option_required: ''
|
||||
default_empty_option_optional: ''
|
||||
default_icheck: ''
|
||||
default_google_maps_api_key: ''
|
||||
default_algolia_places_app_id: ''
|
||||
default_algolia_places_api_key: ''
|
||||
excluded_elements:
|
||||
password: password
|
||||
password_confirm: password_confirm
|
||||
webform_location_geocomplete: webform_location_geocomplete
|
||||
html_editor:
|
||||
disabled: false
|
||||
element_format: ''
|
||||
mail_format: ''
|
||||
tidy: true
|
||||
make_unused_managed_files_temporary: true
|
||||
file:
|
||||
file_public: false
|
||||
file_private_redirect: true
|
||||
file_private_redirect_message: 'Please login to access the uploaded file.'
|
||||
default_max_filesize: ''
|
||||
default_managed_file_extensions: 'gif jpg png bmp eps tif pict psd txt rtf html odf pdf doc docx ppt pptx xls xlsx xml avi mov mp3 ogg wav bz2 dmg gz jar rar sit svg tar zip'
|
||||
default_audio_file_extensions: 'mp3 ogg wav'
|
||||
default_document_file_extensions: 'txt rtf pdf doc docx odt ppt pptx odp xls xlsx ods'
|
||||
default_image_file_extensions: 'gif jpg png'
|
||||
default_video_file_extensions: 'avi mov mp4 ogg wav webm'
|
||||
make_unused_managed_files_temporary: true
|
||||
delete_temporary_managed_files: true
|
||||
format: { }
|
||||
mail:
|
||||
default_to_mail: '[site:mail]'
|
||||
default_from_mail: '[site:mail]'
|
||||
default_from_name: '[site:name]'
|
||||
default_reply_to: ''
|
||||
default_return_path: ''
|
||||
default_sender_mail: ''
|
||||
default_sender_name: ''
|
||||
default_subject: 'Webform submission from: [webform_submission:source-entity]'
|
||||
default_body_text: |
|
||||
Submitted on [webform_submission:created]
|
||||
Submitted by: [webform_submission:user]
|
||||
|
||||
Submitted values are:
|
||||
[webform_submission:values]
|
||||
|
||||
default_body_html: |
|
||||
<p>Submitted on [webform_submission:created]</p>
|
||||
<p>Submitted by: [webform_submission:user]</p>
|
||||
<p>Submitted values are:</p>
|
||||
[webform_submission:values]
|
||||
|
||||
roles: { }
|
||||
test:
|
||||
types: |
|
||||
checkbox:
|
||||
- true
|
||||
color:
|
||||
- '#ffffcc'
|
||||
- '#ffffcc'
|
||||
- '#ccffff'
|
||||
email:
|
||||
- 'example@example.com'
|
||||
- 'test@test.com'
|
||||
- 'random@random.com'
|
||||
language_select:
|
||||
- en
|
||||
machine_name:
|
||||
- 'loremipsum'
|
||||
- 'oratione'
|
||||
- 'dixisset'
|
||||
tel:
|
||||
- '123-456-7890'
|
||||
- '098-765-4321'
|
||||
textarea:
|
||||
- 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Negat esse eam, inquit, propter se expetendam. Primum Theophrasti, Strato, physicum se voluit; Id mihi magnum videtur. Itaque mihi non satis videmini considerare quod iter sit naturae quaeque progressio. Quare hoc videndum est, possitne nobis hoc ratio philosophorum dare. Est enim tanti philosophi tamque nobilis audacter sua decreta defendere.'
|
||||
- 'Huius, Lyco, oratione locuples, rebus ipsis ielunior. Duo Reges: constructio interrete. Sed haec in pueris; Sed utrum hortandus es nobis, Luci, inquit, an etiam tua sponte propensus es? Sapiens autem semper beatus est et est aliquando in dolore; Immo videri fortasse. Paulum, cum regem Persem captum adduceret, eodem flumine invectio? Et ille ridens: Video, inquit, quid agas;'
|
||||
- 'Quae cum dixisset, finem ille. Quamquam non negatis nos intellegere quid sit voluptas, sed quid ille dicat. Progredientibus autem aetatibus sensim tardeve potius quasi nosmet ipsos cognoscimus. Gloriosa ostentatio in constituendo summo bono. Qui-vere falsone, quaerere mittimus-dicitur oculis se privasse; Duarum enim vitarum nobis erunt instituta capienda. Comprehensum, quod cognitum non habet? Qui enim existimabit posse se miserum esse beatus non erit. Causa autem fuit huc veniendi ut quosdam hinc libros promerem. Nunc omni virtuti vitium contrario nomine opponitur.'
|
||||
text_format:
|
||||
- value: '<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Negat esse eam, inquit, propter se expetendam. Primum Theophrasti, Strato, physicum se voluit; Id mihi magnum videtur. Itaque mihi non satis videmini considerare quod iter sit naturae quaeque progressio. Quare hoc videndum est, possitne nobis hoc ratio philosophorum dare. Est enim tanti philosophi tamque nobilis audacter sua decreta defendere.</p>'
|
||||
- value: '<p>Huius, Lyco, oratione locuples, rebus ipsis ielunior. Duo Reges: constructio interrete. Sed haec in pueris; Sed utrum hortandus es nobis, Luci, inquit, an etiam tua sponte propensus es? Sapiens autem semper beatus est et est aliquando in dolore; Immo videri fortasse. Paulum, cum regem Persem captum adduceret, eodem flumine invectio? Et ille ridens: Video, inquit, quid agas;</p>'
|
||||
- value: '<p>Quae cum dixisset, finem ille. Quamquam non negatis nos intellegere quid sit voluptas, sed quid ille dicat. Progredientibus autem aetatibus sensim tardeve potius quasi nosmet ipsos cognoscimus. Gloriosa ostentatio in constituendo summo bono. Qui-vere falsone, quaerere mittimus-dicitur oculis se privasse; Duarum enim vitarum nobis erunt instituta capienda. Comprehensum, quod cognitum non habet? Qui enim existimabit posse se miserum esse beatus non erit. Causa autem fuit huc veniendi ut quosdam hinc libros promerem. Nunc omni virtuti vitium contrario nomine opponitur.</p>'
|
||||
url:
|
||||
- 'http://example.com'
|
||||
- 'http://test.com'
|
||||
webform_email_confirm:
|
||||
- 'example@example.com'
|
||||
- 'test@test.com'
|
||||
- 'random@random.com'
|
||||
webform_email_multiple:
|
||||
- 'example@example.com, test@test.com, random@random.com'
|
||||
webform_time:
|
||||
- '09:00'
|
||||
- '17:00'
|
||||
|
||||
names: |
|
||||
first_name:
|
||||
- 'John'
|
||||
- 'Paul'
|
||||
- 'Ringo'
|
||||
- 'George'
|
||||
last_name:
|
||||
- 'Lennon'
|
||||
- 'McCartney'
|
||||
- 'Starr'
|
||||
- 'Harrison'
|
||||
address:
|
||||
- '10 Main Street'
|
||||
- '11 Brook Alley Road. APT 1'
|
||||
zip:
|
||||
- '11111'
|
||||
- '12345'
|
||||
- '12345-6789'
|
||||
postal_code:
|
||||
- '11111'
|
||||
- '12345'
|
||||
- '12345-6789'
|
||||
phone:
|
||||
- '123-456-7890'
|
||||
- '098-765-4321'
|
||||
fax:
|
||||
- '123-456-7890'
|
||||
- '098-765-4321'
|
||||
city:
|
||||
- 'Springfield'
|
||||
- 'Pleasantville'
|
||||
- 'Hill Valley'
|
||||
url:
|
||||
- 'http://example.com'
|
||||
- 'http://test.com'
|
||||
default:
|
||||
- 'Loremipsum'
|
||||
- 'Oratione'
|
||||
- 'Dixisset'
|
||||
|
||||
ui:
|
||||
video_display: dialog
|
||||
details_save: true
|
||||
help_disabled: false
|
||||
dialog_disabled: false
|
||||
offcanvas_disabled: false
|
||||
contribute_disabled: false
|
||||
promotions_disabled: false
|
||||
description_help: true
|
||||
libraries:
|
||||
excluded_libraries:
|
||||
- jquery.chosen
|
||||
- jquery.icheck
|
||||
- jquery.toggles
|
||||
requirements:
|
||||
cdn: true
|
||||
bootstrap: true
|
||||
spam: true
|
||||
contribute:
|
||||
account_type: user
|
||||
account_id: null
|
||||
langcode: en
|
||||
third_party_settings: { }
|
|
@ -0,0 +1,264 @@
|
|||
langcode: en
|
||||
status: open
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
open: null
|
||||
close: null
|
||||
weight: 0
|
||||
uid: null
|
||||
template: false
|
||||
archive: false
|
||||
id: contact
|
||||
title: Contact
|
||||
description: 'Basic email contact webform.'
|
||||
category: ''
|
||||
elements: |
|
||||
name:
|
||||
'#title': 'Your Name'
|
||||
'#type': textfield
|
||||
'#required': true
|
||||
'#default_value': '[current-user:display-name]'
|
||||
email:
|
||||
'#title': 'Your Email'
|
||||
'#type': email
|
||||
'#required': true
|
||||
'#default_value': '[current-user:mail]'
|
||||
subject:
|
||||
'#title': Subject
|
||||
'#type': textfield
|
||||
'#required': true
|
||||
'#test': 'Testing contact webform from [site:name]'
|
||||
message:
|
||||
'#title': Message
|
||||
'#type': textarea
|
||||
'#required': true
|
||||
'#test': 'Please ignore this email.'
|
||||
actions:
|
||||
'#type': webform_actions
|
||||
'#title': 'Submit button(s)'
|
||||
'#submit__label': 'Send message'
|
||||
|
||||
css: ''
|
||||
javascript: ''
|
||||
settings:
|
||||
ajax: false
|
||||
ajax_scroll_top: form
|
||||
page: true
|
||||
page_submit_path: ''
|
||||
page_confirm_path: ''
|
||||
form_title: source_entity_webform
|
||||
form_submit_once: false
|
||||
form_exception_message: ''
|
||||
form_open_message: ''
|
||||
form_close_message: ''
|
||||
form_previous_submissions: true
|
||||
form_confidential: false
|
||||
form_confidential_message: ''
|
||||
form_remote_addr: true
|
||||
form_convert_anonymous: false
|
||||
form_prepopulate: false
|
||||
form_prepopulate_source_entity: false
|
||||
form_prepopulate_source_entity_required: false
|
||||
form_prepopulate_source_entity_type: ''
|
||||
form_reset: false
|
||||
form_disable_autocomplete: false
|
||||
form_novalidate: false
|
||||
form_disable_inline_errors: false
|
||||
form_required: false
|
||||
form_unsaved: false
|
||||
form_disable_back: false
|
||||
form_submit_back: false
|
||||
form_autofocus: false
|
||||
form_details_toggle: false
|
||||
form_access_denied: default
|
||||
form_access_denied_title: ''
|
||||
form_access_denied_message: ''
|
||||
form_access_denied_attributes: { }
|
||||
form_file_limit: ''
|
||||
submission_label: ''
|
||||
submission_log: false
|
||||
submission_views: { }
|
||||
submission_views_replace: { }
|
||||
submission_user_columns: { }
|
||||
submission_user_duplicate: false
|
||||
submission_access_denied: default
|
||||
submission_access_denied_title: ''
|
||||
submission_access_denied_message: ''
|
||||
submission_access_denied_attributes: { }
|
||||
submission_exception_message: ''
|
||||
submission_locked_message: ''
|
||||
submission_excluded_elements: { }
|
||||
submission_exclude_empty: false
|
||||
submission_exclude_empty_checkbox: false
|
||||
previous_submission_message: ''
|
||||
previous_submissions_message: ''
|
||||
autofill: false
|
||||
autofill_message: ''
|
||||
autofill_excluded_elements: { }
|
||||
wizard_progress_bar: true
|
||||
wizard_progress_pages: false
|
||||
wizard_progress_percentage: false
|
||||
wizard_progress_link: false
|
||||
wizard_start_label: ''
|
||||
wizard_preview_link: false
|
||||
wizard_confirmation: true
|
||||
wizard_confirmation_label: ''
|
||||
wizard_track: ''
|
||||
preview: 0
|
||||
preview_label: ''
|
||||
preview_title: ''
|
||||
preview_message: ''
|
||||
preview_attributes: { }
|
||||
preview_excluded_elements: { }
|
||||
preview_exclude_empty: true
|
||||
preview_exclude_empty_checkbox: false
|
||||
draft: none
|
||||
draft_multiple: false
|
||||
draft_auto_save: false
|
||||
draft_saved_message: ''
|
||||
draft_loaded_message: ''
|
||||
confirmation_type: url_message
|
||||
confirmation_title: ''
|
||||
confirmation_message: 'Your message has been sent.'
|
||||
confirmation_url: '<front>'
|
||||
confirmation_attributes: { }
|
||||
confirmation_back: true
|
||||
confirmation_back_label: ''
|
||||
confirmation_back_attributes: { }
|
||||
confirmation_exclude_query: false
|
||||
confirmation_exclude_token: false
|
||||
limit_total: null
|
||||
limit_total_interval: null
|
||||
limit_total_message: ''
|
||||
limit_total_unique: false
|
||||
limit_user: null
|
||||
limit_user_interval: null
|
||||
limit_user_message: ''
|
||||
limit_user_unique: false
|
||||
entity_limit_total: null
|
||||
entity_limit_total_interval: null
|
||||
entity_limit_user: null
|
||||
entity_limit_user_interval: null
|
||||
purge: none
|
||||
purge_days: null
|
||||
results_disabled: false
|
||||
results_disabled_ignore: false
|
||||
token_update: false
|
||||
access:
|
||||
create:
|
||||
roles:
|
||||
- anonymous
|
||||
- authenticated
|
||||
users: { }
|
||||
permissions: { }
|
||||
view_any:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
update_any:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
delete_any:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
purge_any:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
view_own:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
update_own:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
delete_own:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
administer:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
test:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
configuration:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
handlers:
|
||||
email_confirmation:
|
||||
id: email
|
||||
label: 'Email confirmation'
|
||||
handler_id: email_confirmation
|
||||
status: true
|
||||
conditions: { }
|
||||
weight: 1
|
||||
settings:
|
||||
states:
|
||||
- completed
|
||||
to_mail: '[webform_submission:values:email:raw]'
|
||||
to_options: { }
|
||||
cc_mail: ''
|
||||
cc_options: { }
|
||||
bcc_mail: ''
|
||||
bcc_options: { }
|
||||
from_mail: _default
|
||||
from_options: { }
|
||||
from_name: _default
|
||||
subject: '[webform_submission:values:subject:raw]'
|
||||
body: '[webform_submission:values:message:value]'
|
||||
excluded_elements: { }
|
||||
ignore_access: false
|
||||
exclude_empty: true
|
||||
exclude_empty_checkbox: false
|
||||
html: true
|
||||
attachments: false
|
||||
twig: false
|
||||
theme_name: ''
|
||||
debug: false
|
||||
reply_to: ''
|
||||
return_path: ''
|
||||
sender_mail: ''
|
||||
sender_name: ''
|
||||
email_notification:
|
||||
id: email
|
||||
label: 'Email notification'
|
||||
handler_id: email_notification
|
||||
status: true
|
||||
conditions: { }
|
||||
weight: 1
|
||||
settings:
|
||||
states:
|
||||
- completed
|
||||
to_mail: _default
|
||||
to_options: { }
|
||||
cc_mail: ''
|
||||
cc_options: { }
|
||||
bcc_mail: ''
|
||||
bcc_options: { }
|
||||
from_mail: '[webform_submission:values:email:raw]'
|
||||
from_options: { }
|
||||
from_name: '[webform_submission:values:name:raw]'
|
||||
subject: '[webform_submission:values:subject:raw]'
|
||||
body: '[webform_submission:values:message:value]'
|
||||
excluded_elements: { }
|
||||
ignore_access: false
|
||||
exclude_empty: true
|
||||
exclude_empty_checkbox: false
|
||||
html: true
|
||||
attachments: false
|
||||
twig: false
|
||||
theme_name: ''
|
||||
debug: false
|
||||
reply_to: ''
|
||||
return_path: ''
|
||||
sender_mail: ''
|
||||
sender_name: ''
|
|
@ -0,0 +1,11 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
id: country_codes
|
||||
label: 'Country codes'
|
||||
category: Geographic
|
||||
likert: false
|
||||
options: ''
|
|
@ -0,0 +1,11 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
id: country_names
|
||||
label: 'Country names'
|
||||
category: Geographic
|
||||
likert: false
|
||||
options: ''
|
|
@ -0,0 +1,18 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
id: days
|
||||
label: Days
|
||||
category: 'Date and time'
|
||||
likert: false
|
||||
options: |
|
||||
Sunday: Sunday
|
||||
Monday: Monday
|
||||
Tuesday: Tuesday
|
||||
Wednesday: Wednesday
|
||||
Thursday: Thursday
|
||||
Friday: Friday
|
||||
Saturday: Saturday
|
|
@ -0,0 +1,15 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
id: education
|
||||
label: Education
|
||||
category: Demographic
|
||||
likert: false
|
||||
options: |
|
||||
High School: High School
|
||||
Associate Degree: Associate Degree
|
||||
Graduate or Professional Degree: Graduate or Professional Degree
|
||||
Some College: Some College
|
|
@ -0,0 +1,16 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
id: employment_status
|
||||
label: 'Employment status'
|
||||
category: Demographic
|
||||
likert: false
|
||||
options: |
|
||||
'Full Time': 'Full Time'
|
||||
'Part Time': 'Part Time'
|
||||
'Military': 'Military'
|
||||
Unemployed: Unemployed
|
||||
Retired: Retired
|
|
@ -0,0 +1,19 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
id: ethnicity
|
||||
label: Ethnicity
|
||||
category: Demographic
|
||||
likert: false
|
||||
options: |
|
||||
Caucasian: Caucasian
|
||||
'Latino/Hispanic': 'Latino/Hispanic'
|
||||
'Middle Eastern': 'Middle Eastern'
|
||||
African: African
|
||||
Caribbean: Caribbean
|
||||
'South Asian': 'South Asian'
|
||||
'East Asian': 'East Asian'
|
||||
Mixed: Mixed
|
|
@ -0,0 +1,13 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
id: gender
|
||||
label: Gender
|
||||
category: Demographic
|
||||
likert: false
|
||||
options: |
|
||||
Male: Male
|
||||
Female: Female
|
|
@ -0,0 +1,50 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
id: industry
|
||||
label: Industry
|
||||
category: Demographic
|
||||
likert: false
|
||||
options: |
|
||||
Accounting/Finance: Accounting/Finance
|
||||
Advertising/Public Relations: Advertising/Public Relations
|
||||
Aerospace/Aviation: Aerospace/Aviation
|
||||
Arts/Entertainment/Publishing: Arts/Entertainment/Publishing
|
||||
Automotive: Automotive
|
||||
Banking/Mortgage: Banking/Mortgage
|
||||
Business Development: Business Development
|
||||
Business Opportunity: Business Opportunity
|
||||
Clerical/Administrative: Clerical/Administrative
|
||||
Construction/Facilities: Construction/Facilities
|
||||
Consumer Goods: Consumer Goods
|
||||
Customer Service: Customer Service
|
||||
Education/Training: Education/Training
|
||||
Energy/Utilities: Energy/Utilities
|
||||
Engineering: Engineering
|
||||
Government/Military: Government/Military
|
||||
Healthcare: Healthcare
|
||||
Hospitality/Travel: Hospitality/Travel
|
||||
Human Resources: Human Resources
|
||||
Installation/Maintenance: Installation/Maintenance
|
||||
Insurance: Insurance
|
||||
Internet: Internet
|
||||
Law Enforcement/Security: Law Enforcement/Security
|
||||
Legal: Legal
|
||||
Management/Executive: Management/Executive
|
||||
Manufacturing/Operations: Manufacturing/Operations
|
||||
Marketing: Marketing
|
||||
Non-Profit/Volunteer: Non-Profit/Volunteer
|
||||
Pharmaceutical/Biotech: Pharmaceutical/Biotech
|
||||
Professional Services: Professional Services
|
||||
Real Estate: Real Estate
|
||||
Restaurant/Food Service: Restaurant/Food Service
|
||||
Retail: Retail
|
||||
Sales: Sales
|
||||
Science/Research: Science/Research
|
||||
Skilled Labor: Skilled Labor
|
||||
Technology: Technology
|
||||
Telecommunications: Telecommunications
|
||||
Transportation/Logistics: Transportation/Logistics
|
|
@ -0,0 +1,11 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
id: languages
|
||||
label: Languages
|
||||
category: Language
|
||||
likert: false
|
||||
options: ''
|
|
@ -0,0 +1,16 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
id: likert_agreement
|
||||
label: 'Likert: Agreement'
|
||||
category: Likert
|
||||
likert: true
|
||||
options: |
|
||||
1: 'Much Worse'
|
||||
2: 'Somewhat Worse'
|
||||
3: 'About the Same'
|
||||
4: 'Somewhat Better'
|
||||
5: 'Much Better'
|
|
@ -0,0 +1,16 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
id: likert_comparison
|
||||
label: 'Likert: Comparison'
|
||||
category: Likert
|
||||
likert: true
|
||||
options: |
|
||||
1: Strongly Disagree
|
||||
2: Disagree
|
||||
3: Neutral
|
||||
4: Agree
|
||||
5: Strongly Agree
|
|
@ -0,0 +1,16 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
id: likert_importance
|
||||
label: 'Likert: Importance'
|
||||
category: Likert
|
||||
likert: true
|
||||
options: |
|
||||
1: Not at all Important
|
||||
2: Somewhat Important
|
||||
3: Neutral
|
||||
4: Important
|
||||
5: Very Important
|
|
@ -0,0 +1,16 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
id: likert_quality
|
||||
label: 'Likert: Quality'
|
||||
category: Likert
|
||||
likert: true
|
||||
options: |
|
||||
1: Poor
|
||||
2: Fair
|
||||
3: Good
|
||||
4: Very good
|
||||
5: Excellent
|
|
@ -0,0 +1,16 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
id: likert_satisfaction
|
||||
label: 'Likert: Satisfaction'
|
||||
category: Likert
|
||||
likert: true
|
||||
options: |
|
||||
1: Very Unsatisfied
|
||||
2: Unsatisfied
|
||||
3: Neutral
|
||||
4: Satisfied
|
||||
5: Very Satisfied
|
|
@ -0,0 +1,21 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
id: likert_ten_scale
|
||||
label: 'Likert: Ten Scale'
|
||||
category: Likert
|
||||
likert: true
|
||||
options: |
|
||||
1: 1
|
||||
2: 2
|
||||
3: 3
|
||||
4: 4
|
||||
5: 5
|
||||
6: 6
|
||||
7: 7
|
||||
8: 8
|
||||
9: 9
|
||||
10: 10
|
|
@ -0,0 +1,16 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
id: likert_would_you
|
||||
label: 'Likert: Would You'
|
||||
category: Likert
|
||||
likert: true
|
||||
options: |
|
||||
1: Definitely Not
|
||||
2: Probably Not
|
||||
3: Not Sure
|
||||
4: Probably
|
||||
5: Definitely
|
|
@ -0,0 +1,15 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
id: marital_status
|
||||
label: 'Marital status'
|
||||
category: Demographic
|
||||
likert: false
|
||||
options: |
|
||||
Single: Single
|
||||
Married: Married
|
||||
Divorced: Divorced
|
||||
Widowed: Widowed
|
|
@ -0,0 +1,23 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
id: months
|
||||
label: Months
|
||||
category: 'Date and time'
|
||||
likert: false
|
||||
options: |
|
||||
January: January
|
||||
February: February
|
||||
March: March
|
||||
April: April
|
||||
May: May
|
||||
June: June
|
||||
July: July
|
||||
August: August
|
||||
September: September
|
||||
October: October
|
||||
November: November
|
||||
December: December
|
|
@ -0,0 +1,14 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
id: phone_types
|
||||
label: 'Phone type'
|
||||
category: Demographic
|
||||
likert: false
|
||||
options: |
|
||||
Home: Home
|
||||
Office: Office
|
||||
Cell: Cell
|
|
@ -0,0 +1,16 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
id: relationship
|
||||
label: Relationship
|
||||
category: Demographic
|
||||
likert: false
|
||||
options: |
|
||||
Parent: Parent
|
||||
'Significant Other': 'Significant Other'
|
||||
Sibling: Sibling
|
||||
Child: Child
|
||||
Friend: Friend
|
|
@ -0,0 +1,16 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
id: size
|
||||
label: Size
|
||||
category: General
|
||||
likert: false
|
||||
options: |
|
||||
Extra Small: Extra Small
|
||||
Small: Small
|
||||
Medium: Medium
|
||||
Large: Large
|
||||
Extra Large: Extra Large
|
|
@ -0,0 +1,63 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
id: state_codes
|
||||
label: 'State codes'
|
||||
category: Geographic
|
||||
likert: false
|
||||
options: |
|
||||
AL: Alabama
|
||||
AK: Alaska
|
||||
AZ: Arizona
|
||||
AR: Arkansas
|
||||
CA: California
|
||||
CO: Colorado
|
||||
CT: Connecticut
|
||||
DE: Delaware
|
||||
DC: 'District of Columbia'
|
||||
FL: Florida
|
||||
GA: Georgia
|
||||
GU: Guam
|
||||
HI: Hawaii
|
||||
ID: Idaho
|
||||
IL: Illinois
|
||||
IN: Indiana
|
||||
IA: Iowa
|
||||
KS: Kansas
|
||||
KY: Kentucky
|
||||
LA: Louisiana
|
||||
ME: Maine
|
||||
MD: Maryland
|
||||
MA: Massachusetts
|
||||
MI: Michigan
|
||||
MN: Minnesota
|
||||
MS: Mississippi
|
||||
MO: Missouri
|
||||
MT: Montana
|
||||
NE: Nebraska
|
||||
NV: Nevada
|
||||
NH: 'New Hampshire'
|
||||
NJ: 'New Jersey'
|
||||
NM: 'New Mexico'
|
||||
NY: 'New York'
|
||||
NC: 'North Carolina'
|
||||
ND: 'North Dakota'
|
||||
OH: Ohio
|
||||
OK: Oklahoma
|
||||
OR: Oregon
|
||||
PA: Pennsylvania
|
||||
RI: 'Rhode Island'
|
||||
SC: 'South Carolina'
|
||||
SD: 'South Dakota'
|
||||
TN: Tennessee
|
||||
TX: Texas
|
||||
UT: Utah
|
||||
VT: Vermont
|
||||
VA: Virginia
|
||||
WA: Washington
|
||||
WV: 'West Virginia'
|
||||
WI: Wisconsin
|
||||
WY: Wyoming
|
|
@ -0,0 +1,62 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
id: state_names
|
||||
label: 'State names'
|
||||
category: Geographic
|
||||
likert: false
|
||||
options: |
|
||||
Alabama: Alabama
|
||||
Alaska: Alaska
|
||||
Arizona: Arizona
|
||||
Arkansas: Arkansas
|
||||
California: California
|
||||
Colorado: Colorado
|
||||
Connecticut: Connecticut
|
||||
Delaware: Delaware
|
||||
'District of Columbia': 'District of Columbia'
|
||||
Florida: Florida
|
||||
Georgia: Georgia
|
||||
Hawaii: Hawaii
|
||||
Idaho: Idaho
|
||||
Illinois: Illinois
|
||||
Indiana: Indiana
|
||||
Iowa: Iowa
|
||||
Kansas: Kansas
|
||||
Kentucky: Kentucky
|
||||
Louisiana: Louisiana
|
||||
Maine: Maine
|
||||
Maryland: Maryland
|
||||
Massachusetts: Massachusetts
|
||||
Michigan: Michigan
|
||||
Minnesota: Minnesota
|
||||
Mississippi: Mississippi
|
||||
Missouri: Missouri
|
||||
Montana: Montana
|
||||
Nebraska: Nebraska
|
||||
Nevada: Nevada
|
||||
'New Hampshire': 'New Hampshire'
|
||||
'New Jersey': 'New Jersey'
|
||||
'New Mexico': 'New Mexico'
|
||||
'New York': 'New York'
|
||||
'North Carolina': 'North Carolina'
|
||||
'North Dakota': 'North Dakota'
|
||||
Ohio: Ohio
|
||||
Oklahoma: Oklahoma
|
||||
Oregon: Oregon
|
||||
Pennsylvania: Pennsylvania
|
||||
'Rhode Island': 'Rhode Island'
|
||||
'South Carolina': 'South Carolina'
|
||||
'South Dakota': 'South Dakota'
|
||||
Tennessee: Tennessee
|
||||
Texas: Texas
|
||||
Utah: Utah
|
||||
Vermont: Vermont
|
||||
Virginia: Virginia
|
||||
Washington: Washington
|
||||
'West Virginia': 'West Virginia'
|
||||
Wisconsin: Wisconsin
|
||||
Wyoming: Wyoming
|
|
@ -0,0 +1,73 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
id: state_province_codes
|
||||
label: 'State/Province codes'
|
||||
category: Geographic
|
||||
likert: false
|
||||
options: |
|
||||
AL: Alabama
|
||||
AK: Alaska
|
||||
AS: 'American Samoa'
|
||||
AZ: Arizona
|
||||
AR: Arkansas
|
||||
AE: 'Armed Forces (Canada, Europe, Africa, or Middle East'
|
||||
AA: 'Armed Forces Americas'
|
||||
AP: 'Armed Forces Pacific'
|
||||
CA: California
|
||||
CO: Colorado
|
||||
CT: Connecticut
|
||||
DE: Delaware
|
||||
DC: 'District of Columbia'
|
||||
FM: 'Federated States of Micronesia'
|
||||
FL: Florida
|
||||
GA: Georgia
|
||||
GU: Guam
|
||||
HI: Hawaii
|
||||
ID: Idaho
|
||||
IL: Illinois
|
||||
IN: Indiana
|
||||
IA: Iowa
|
||||
KS: Kansas
|
||||
KY: Kentucky
|
||||
LA: Louisiana
|
||||
ME: Maine
|
||||
MH: 'Marshall Islands'
|
||||
MD: Maryland
|
||||
MA: Massachusetts
|
||||
MI: Michigan
|
||||
MN: Minnesota
|
||||
MS: Mississippi
|
||||
MO: Missouri
|
||||
MT: Montana
|
||||
NE: Nebraska
|
||||
NV: Nevada
|
||||
NH: 'New Hampshire'
|
||||
NJ: 'New Jersey'
|
||||
NM: 'New Mexico'
|
||||
NY: 'New York'
|
||||
NC: 'North Carolina'
|
||||
ND: 'North Dakota'
|
||||
MP: 'Northern Mariana Islands'
|
||||
OH: Ohio
|
||||
OK: Oklahoma
|
||||
OR: Oregon
|
||||
PW: Palau
|
||||
PA: Pennsylvania
|
||||
PR: 'Puerto Rico'
|
||||
RI: 'Rhode Island'
|
||||
SC: 'South Carolina'
|
||||
SD: 'South Dakota'
|
||||
TN: Tennessee
|
||||
TX: Texas
|
||||
UT: Utah
|
||||
VT: Vermont
|
||||
VI: 'Virgin Islands'
|
||||
VA: Virginia
|
||||
WA: Washington
|
||||
WV: 'West Virginia'
|
||||
WI: Wisconsin
|
||||
WY: Wyoming
|
|
@ -0,0 +1,73 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
id: state_province_names
|
||||
label: 'State/Province names'
|
||||
category: Geographic
|
||||
likert: false
|
||||
options: |
|
||||
Alabama: Alabama
|
||||
Alaska: Alaska
|
||||
'American Samoa': 'American Samoa'
|
||||
Arizona: Arizona
|
||||
Arkansas: Arkansas
|
||||
'Armed Forces (Canada, Europe, Africa, or Middle East)': 'Armed Forces (Canada, Europe, Africa, or Middle East)'
|
||||
'Armed Forces Americas': 'Armed Forces Americas'
|
||||
'Armed Forces Pacific': 'Armed Forces Pacific'
|
||||
California: California
|
||||
Colorado: Colorado
|
||||
Connecticut: Connecticut
|
||||
Delaware: Delaware
|
||||
'District of Columbia': 'District of Columbia'
|
||||
'Federated States of Micronesia': 'Federated States of Micronesia'
|
||||
Florida: Florida
|
||||
Georgia: Georgia
|
||||
Guam: Guam
|
||||
Hawaii: Hawaii
|
||||
Idaho: Idaho
|
||||
Illinois: Illinois
|
||||
Indiana: Indiana
|
||||
Iowa: Iowa
|
||||
Kansas: Kansas
|
||||
Kentucky: Kentucky
|
||||
Louisiana: Louisiana
|
||||
Maine: Maine
|
||||
'Marshall Islands': 'Marshall Islands'
|
||||
Maryland: Maryland
|
||||
Massachusetts: Massachusetts
|
||||
Michigan: Michigan
|
||||
Minnesota: Minnesota
|
||||
Mississippi: Mississippi
|
||||
Missouri: Missouri
|
||||
Montana: Montana
|
||||
Nebraska: Nebraska
|
||||
Nevada: Nevada
|
||||
'New Hampshire': 'New Hampshire'
|
||||
'New Jersey': 'New Jersey'
|
||||
'New Mexico': 'New Mexico'
|
||||
'New York': 'New York'
|
||||
'North Carolina': 'North Carolina'
|
||||
'North Dakota': 'North Dakota'
|
||||
'Northern Mariana Islands': 'Northern Mariana Islands'
|
||||
Ohio: Ohio
|
||||
Oklahoma: Oklahoma
|
||||
Oregon: Oregon
|
||||
Palau: Palau
|
||||
Pennsylvania: Pennsylvania
|
||||
'Puerto Rico': 'Puerto Rico'
|
||||
'Rhode Island': 'Rhode Island'
|
||||
'South Carolina': 'South Carolina'
|
||||
'South Dakota': 'South Dakota'
|
||||
Tennessee: Tennessee
|
||||
Texas: Texas
|
||||
Utah: Utah
|
||||
Vermont: Vermont
|
||||
'Virgin Islands': 'Virgin Islands'
|
||||
Virginia: Virginia
|
||||
Washington: Washington
|
||||
'West Virginia': 'West Virginia'
|
||||
Wisconsin: Wisconsin
|
||||
Wyoming: Wyoming
|
|
@ -0,0 +1,11 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
id: time_zones
|
||||
label: 'Time zones'
|
||||
category: 'Date and time'
|
||||
likert: false
|
||||
options: ''
|
|
@ -0,0 +1,16 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
id: titles
|
||||
label: Titles
|
||||
category: Demographic
|
||||
likert: false
|
||||
options: |
|
||||
Miss: Miss
|
||||
Ms: Ms
|
||||
Mr: Mr
|
||||
Mrs: Mrs
|
||||
Dr: Dr
|
|
@ -0,0 +1,11 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
id: translations
|
||||
label: Translations
|
||||
category: Language
|
||||
likert: false
|
||||
options: ''
|
|
@ -0,0 +1,13 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
id: yes_no
|
||||
label: Yes/No
|
||||
category: General
|
||||
likert: false
|
||||
options: |
|
||||
Yes: Yes
|
||||
No: No
|
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,15 @@
|
|||
action.configuration.webform_submission_delete_action:
|
||||
type: action_configuration_default
|
||||
label: 'Delete submission configuration'
|
||||
action.configuration.webform_submission_make_sticky_action:
|
||||
type: action_configuration_default
|
||||
label: 'Star/Flag selected submission configuration'
|
||||
action.configuration.webform_submission_make_unsticky_action:
|
||||
type: action_configuration_default
|
||||
label: 'Unstar/Unflag selected submission configuration'
|
||||
action.configuration.webform_submission_make_lock_action:
|
||||
type: action_configuration_default
|
||||
label: 'Lock selected submission configuration'
|
||||
action.configuration.webform_submission_make_unlock_action:
|
||||
type: action_configuration_default
|
||||
label: 'Unlock selected submission configuration'
|
|
@ -0,0 +1,44 @@
|
|||
block.settings.webform_block:
|
||||
type: block_settings
|
||||
label: 'Webforms block'
|
||||
mapping:
|
||||
webform_id:
|
||||
type: string
|
||||
label: Webform
|
||||
default_data:
|
||||
type: text
|
||||
label: 'Default webform submission data'
|
||||
redirect:
|
||||
type: boolean
|
||||
label: 'Redirect to the webform'
|
||||
block.settings.webform_submission_limit_block:
|
||||
type: block_settings
|
||||
label: 'Webform submission limits block'
|
||||
mapping:
|
||||
type:
|
||||
type: text
|
||||
label: Type
|
||||
source_entity:
|
||||
type: boolean
|
||||
label: 'Source entity'
|
||||
content:
|
||||
label: Content
|
||||
type: text
|
||||
progress_bar:
|
||||
type: boolean
|
||||
label: 'Progress bar'
|
||||
progress_bar_label:
|
||||
type: label
|
||||
label: 'Progress bar label'
|
||||
progress_bar_message:
|
||||
type: label
|
||||
label: 'Progress bar message'
|
||||
webform_id:
|
||||
type: string
|
||||
label: Webform
|
||||
entity_type:
|
||||
type: string
|
||||
label: 'Source entity type'
|
||||
entity_id:
|
||||
type: string
|
||||
label: 'Source entity id'
|
|
@ -0,0 +1,471 @@
|
|||
'webform.webform.*':
|
||||
type: config_entity
|
||||
label: Webforms
|
||||
mapping:
|
||||
status:
|
||||
type: string
|
||||
label: Status
|
||||
weight:
|
||||
type: integer
|
||||
label: Weight
|
||||
open:
|
||||
type: string
|
||||
label: 'Open date/time'
|
||||
close:
|
||||
type: string
|
||||
label: 'Close date/time'
|
||||
uid:
|
||||
type: integer
|
||||
label: Author
|
||||
template:
|
||||
type: boolean
|
||||
label: Template
|
||||
archive:
|
||||
type: boolean
|
||||
label: Archive
|
||||
id:
|
||||
type: string
|
||||
label: 'Machine name'
|
||||
title:
|
||||
type: label
|
||||
label: Title
|
||||
description:
|
||||
type: label
|
||||
label: 'Administrative description'
|
||||
category:
|
||||
type: label
|
||||
label: Category
|
||||
elements:
|
||||
type: text
|
||||
label: 'Elements (YAML)'
|
||||
css:
|
||||
type: string
|
||||
label: 'CSS (Cascading Style Sheets)'
|
||||
javascript:
|
||||
type: string
|
||||
label: JavaScript
|
||||
settings:
|
||||
type: mapping
|
||||
label: Settings
|
||||
mapping:
|
||||
ajax:
|
||||
type: boolean
|
||||
label: 'Use Ajax'
|
||||
ajax_scroll_top:
|
||||
type: string
|
||||
label: 'Ajax scroll top'
|
||||
page:
|
||||
type: boolean
|
||||
label: 'Enable page'
|
||||
page_submit_path:
|
||||
type: string
|
||||
label: 'Page submit URL alias'
|
||||
page_confirm_path:
|
||||
type: string
|
||||
label: 'Page confirm URL alias'
|
||||
form_title:
|
||||
type: string
|
||||
label: 'Form title display'
|
||||
form_submit_once:
|
||||
type: boolean
|
||||
label: 'Prevent duplicate submissions'
|
||||
form_open_message:
|
||||
type: text
|
||||
label: 'Form open message'
|
||||
form_close_message:
|
||||
type: text
|
||||
label: 'Form closed message'
|
||||
form_exception_message:
|
||||
type: text
|
||||
label: 'Form exception message'
|
||||
form_previous_submissions:
|
||||
type: boolean
|
||||
label: 'Form previous submissions notification'
|
||||
form_confidential:
|
||||
type: boolean
|
||||
label: 'Form confidential'
|
||||
form_confidential_message:
|
||||
type: text
|
||||
label: 'Form confidential message'
|
||||
form_remote_addr:
|
||||
type: boolean
|
||||
label: 'Track user IP address'
|
||||
form_convert_anonymous:
|
||||
type: boolean
|
||||
label: 'Convert anonymous drafts and submissions to authenticated'
|
||||
form_prepopulate:
|
||||
type: boolean
|
||||
label: 'Form prepopulate elements'
|
||||
form_prepopulate_source_entity:
|
||||
type: boolean
|
||||
label: 'Form prepopulate source entity'
|
||||
form_prepopulate_source_entity_required:
|
||||
type: boolean
|
||||
label: 'Form prepopulate source entity required'
|
||||
form_prepopulate_source_entity_type:
|
||||
type: string
|
||||
label: 'Form prepopulate source entity type'
|
||||
form_unsaved:
|
||||
type: boolean
|
||||
label: 'Warn users about unsaved changes'
|
||||
form_disable_back:
|
||||
type: boolean
|
||||
label: 'Disable back button'
|
||||
form_submit_back:
|
||||
type: boolean
|
||||
label: 'Submit previous wizard page when browser back button is clicked'
|
||||
form_disable_autocomplete:
|
||||
type: boolean
|
||||
label: 'Disable autocompletion'
|
||||
form_novalidate:
|
||||
type: boolean
|
||||
label: 'Disable client-side validation'
|
||||
form_disable_inline_errors:
|
||||
type: boolean
|
||||
label: 'Disable inline form errors'
|
||||
form_required:
|
||||
type: boolean
|
||||
label: 'Display required indicator'
|
||||
form_autofocus:
|
||||
type: boolean
|
||||
label: Autofocus
|
||||
form_details_toggle:
|
||||
type: boolean
|
||||
label: 'Display collapse/expand all details link'
|
||||
form_reset:
|
||||
type: boolean
|
||||
label: 'Display reset button'
|
||||
form_access_denied:
|
||||
type: string
|
||||
label: 'Form access denied action'
|
||||
form_access_denied_title:
|
||||
type: label
|
||||
label: 'Form access denied title'
|
||||
form_access_denied_message:
|
||||
type: text
|
||||
label: 'Form access denied message'
|
||||
form_access_denied_attributes:
|
||||
type: ignore
|
||||
label: 'Form access denied message attributes'
|
||||
form_file_limit:
|
||||
type: string
|
||||
label: 'Form file upload limit'
|
||||
submission_label:
|
||||
type: label
|
||||
label: 'Default submission label'
|
||||
submission_exception_message:
|
||||
type: text
|
||||
label: 'Submission exception message'
|
||||
submission_locked_message:
|
||||
type: text
|
||||
label: 'Submission locked message'
|
||||
submission_log:
|
||||
type: boolean
|
||||
label: 'Submission logging'
|
||||
submission_excluded_elements:
|
||||
type: sequence
|
||||
label: 'Submission excluded elements'
|
||||
sequence:
|
||||
type: string
|
||||
label: 'Element key'
|
||||
submission_exclude_empty:
|
||||
type: boolean
|
||||
label: 'Submission exclude empty elements'
|
||||
submission_exclude_empty_checkbox:
|
||||
type: boolean
|
||||
label: 'Submission exclude unselected checkboxes'
|
||||
submission_views:
|
||||
type: sequence
|
||||
label: 'Submission views'
|
||||
sequence:
|
||||
type: mapping
|
||||
label: 'Submission view'
|
||||
mapping:
|
||||
title:
|
||||
type: text
|
||||
label: Title
|
||||
view:
|
||||
type: string
|
||||
label: 'View name / Display ID'
|
||||
webform_routes:
|
||||
type: sequence
|
||||
label: 'Apply to webform'
|
||||
sequence:
|
||||
type: string
|
||||
label: Route
|
||||
node_routes:
|
||||
type: sequence
|
||||
label: 'Apply to node'
|
||||
sequence:
|
||||
type: string
|
||||
label: Route
|
||||
submission_views_replace:
|
||||
type: mapping
|
||||
label: 'Submission view replace'
|
||||
mapping:
|
||||
global_routes:
|
||||
type: sequence
|
||||
label: 'Replace to global'
|
||||
sequence:
|
||||
type: string
|
||||
label: Route
|
||||
webform_routes:
|
||||
type: sequence
|
||||
label: 'Replace to webform'
|
||||
sequence:
|
||||
type: string
|
||||
label: Route
|
||||
node_routes:
|
||||
type: sequence
|
||||
label: 'Replace to node'
|
||||
sequence:
|
||||
type: string
|
||||
label: Route
|
||||
submission_user_columns:
|
||||
type: sequence
|
||||
label: 'Submission user columns'
|
||||
sequence:
|
||||
type: string
|
||||
label: 'Column name'
|
||||
submission_user_duplicate:
|
||||
type: boolean
|
||||
label: 'Submission user duplicate'
|
||||
submission_access_denied:
|
||||
type: string
|
||||
label: 'Submission access denied action'
|
||||
submission_access_denied_title:
|
||||
type: label
|
||||
label: 'Submission access denied title'
|
||||
submission_access_denied_message:
|
||||
type: text
|
||||
label: 'Submission access denied message'
|
||||
submission_access_denied_attributes:
|
||||
type: ignore
|
||||
label: 'Submission access denied message attributes'
|
||||
previous_submission_message:
|
||||
type: text
|
||||
label: 'Previous submission message'
|
||||
previous_submissions_message:
|
||||
type: text
|
||||
label: 'Previous submissions message'
|
||||
autofill:
|
||||
type: boolean
|
||||
label: 'Autofill with previous submission'
|
||||
autofill_message:
|
||||
type: text
|
||||
label: 'Autofill with previous submission message'
|
||||
autofill_excluded_elements:
|
||||
type: sequence
|
||||
label: 'Autofill excluded elements'
|
||||
sequence:
|
||||
type: string
|
||||
label: 'Element key'
|
||||
wizard_progress_bar:
|
||||
type: boolean
|
||||
label: 'Show wizard progress bar'
|
||||
wizard_progress_pages:
|
||||
type: boolean
|
||||
label: 'Show wizard progress pages'
|
||||
wizard_progress_percentage:
|
||||
type: boolean
|
||||
label: 'Show wizard progress pages'
|
||||
wizard_progress_link:
|
||||
type: boolean
|
||||
label: 'Link to previous pages in progress bar'
|
||||
wizard_start_label:
|
||||
type: label
|
||||
label: 'Wizard start label'
|
||||
wizard_start_attributes:
|
||||
type: ignore
|
||||
label: 'Wizard start attributes'
|
||||
wizard_preview_link:
|
||||
type: boolean
|
||||
label: 'Link to previous pages in preview'
|
||||
wizard_confirmation:
|
||||
type: boolean
|
||||
label: 'Include confirmation page in progress'
|
||||
wizard_confirmation_label:
|
||||
type: label
|
||||
label: 'Wizard confirmation label'
|
||||
wizard_track:
|
||||
type: text
|
||||
label: 'Track wizard progress in the URL'
|
||||
preview:
|
||||
type: integer
|
||||
label: 'Enable preview page'
|
||||
preview_label:
|
||||
type: text
|
||||
label: 'Preview label'
|
||||
preview_title:
|
||||
type: text
|
||||
label: 'Preview page title'
|
||||
preview_message:
|
||||
type: text
|
||||
label: 'Preview message'
|
||||
preview_attributes:
|
||||
type: ignore
|
||||
label: 'Preview attributes'
|
||||
preview_excluded_elements:
|
||||
type: sequence
|
||||
label: 'Preview excluded elements'
|
||||
sequence:
|
||||
type: string
|
||||
label: 'Element key'
|
||||
preview_exclude_empty:
|
||||
type: boolean
|
||||
label: 'Preview exclude empty elements'
|
||||
preview_exclude_empty_checkbox:
|
||||
type: boolean
|
||||
label: 'Preview exclude unselected checkboxes'
|
||||
draft:
|
||||
type: string
|
||||
label: 'Allow users to save and finish the webform later.'
|
||||
draft_multiple:
|
||||
type: boolean
|
||||
label: 'Allow users to save multiple drafts'
|
||||
draft_auto_save:
|
||||
type: boolean
|
||||
label: 'Automatically save as draft when previewing and when there are validation errors.'
|
||||
draft_saved_message:
|
||||
type: text
|
||||
label: 'Draft saved message'
|
||||
draft_loaded_message:
|
||||
type: text
|
||||
label: 'Draft loaded message'
|
||||
confirmation_type:
|
||||
type: string
|
||||
label: 'Confirmation type'
|
||||
confirmation_url:
|
||||
type: string
|
||||
label: 'Confirmation URL'
|
||||
confirmation_title:
|
||||
type: label
|
||||
label: 'Confirmation title'
|
||||
confirmation_message:
|
||||
type: text
|
||||
label: 'Confirmation message'
|
||||
confirmation_attributes:
|
||||
type: ignore
|
||||
label: 'Confirmation attributes'
|
||||
confirmation_back:
|
||||
type: boolean
|
||||
label: 'Display back to webform link.'
|
||||
confirmation_back_label:
|
||||
type: text
|
||||
label: 'Confirmation back link label'
|
||||
confirmation_back_attributes:
|
||||
type: ignore
|
||||
label: 'Confirmation back link attributes'
|
||||
confirmation_exclude_query:
|
||||
type: boolean
|
||||
label: 'Exclude query string from confirmation URL'
|
||||
confirmation_exclude_token:
|
||||
type: boolean
|
||||
label: 'Exclude token from confirmation URL'
|
||||
limit_total:
|
||||
type: integer
|
||||
label: 'Limit total submissions'
|
||||
limit_total_interval:
|
||||
type: integer
|
||||
label: 'Limit total interval'
|
||||
limit_total_message:
|
||||
type: text
|
||||
label: 'Limit total message'
|
||||
limit_total_unique:
|
||||
type: boolean
|
||||
label: 'Limit total to one submission per source entity'
|
||||
limit_user:
|
||||
type: integer
|
||||
label: 'Limit user submissions'
|
||||
limit_user_interval:
|
||||
type: integer
|
||||
label: 'Limit user interval'
|
||||
limit_user_message:
|
||||
type: text
|
||||
label: 'Limit user message'
|
||||
limit_user_unique:
|
||||
type: boolean
|
||||
label: 'Limit user to one submission per source entity'
|
||||
entity_limit_total:
|
||||
type: integer
|
||||
label: 'Entity limit total submissions'
|
||||
entity_limit_total_interval:
|
||||
type: integer
|
||||
label: 'Entity limit total interval'
|
||||
entity_limit_user:
|
||||
type: integer
|
||||
label: 'Entity limit user submissions'
|
||||
entity_limit_user_interval:
|
||||
type: integer
|
||||
label: 'Entity limit user interval'
|
||||
purge:
|
||||
type: string
|
||||
label: 'Default purging'
|
||||
purge_days:
|
||||
type: integer
|
||||
label: 'Default days to retain submissions'
|
||||
results_disabled:
|
||||
type: boolean
|
||||
label: 'Results disabled'
|
||||
results_disabled_ignore:
|
||||
type: boolean
|
||||
label: 'Ignore disabled results warning'
|
||||
token_update:
|
||||
type: boolean
|
||||
label: 'Allow updates using token'
|
||||
access:
|
||||
type: sequence
|
||||
label: 'Access Rules'
|
||||
sequence:
|
||||
type: mapping
|
||||
label: 'Access Rule'
|
||||
mapping:
|
||||
roles:
|
||||
type: sequence
|
||||
label: Roles
|
||||
sequence:
|
||||
type: string
|
||||
label: Role
|
||||
users:
|
||||
type: sequence
|
||||
label: Users
|
||||
sequence:
|
||||
type: integer
|
||||
label: 'User IDs'
|
||||
permissions:
|
||||
type: sequence
|
||||
label: Permissions
|
||||
sequence:
|
||||
type: string
|
||||
label: Permission
|
||||
handlers:
|
||||
type: sequence
|
||||
label: 'Webform handlers'
|
||||
sequence:
|
||||
type: mapping
|
||||
mapping:
|
||||
id:
|
||||
type: string
|
||||
label: 'Handle plugin ID'
|
||||
handler_id:
|
||||
type: string
|
||||
label: 'Handler instance ID'
|
||||
label:
|
||||
type: label
|
||||
label: Label
|
||||
status:
|
||||
type: boolean
|
||||
label: Status
|
||||
conditions:
|
||||
type: ignore
|
||||
label: 'Conditional logic'
|
||||
weight:
|
||||
type: integer
|
||||
label: Weight
|
||||
settings:
|
||||
type: 'webform.handler.[%parent.id]'
|
||||
third_party_settings:
|
||||
type: sequence
|
||||
label: 'Third party settings'
|
||||
sequence:
|
||||
type: 'webform.settings.third_party.[%key]'
|
|
@ -0,0 +1,19 @@
|
|||
'webform.webform_options.*':
|
||||
type: config_entity
|
||||
label: Options
|
||||
mapping:
|
||||
id:
|
||||
type: string
|
||||
label: 'Machine name'
|
||||
label:
|
||||
type: label
|
||||
label: Label
|
||||
category:
|
||||
type: label
|
||||
label: Category
|
||||
likert:
|
||||
type: boolean
|
||||
label: 'Use as Likert'
|
||||
options:
|
||||
type: text
|
||||
label: 'Options (YAML)'
|
|
@ -0,0 +1,75 @@
|
|||
field.storage_settings.webform:
|
||||
type: mapping
|
||||
label: 'Webform field storage settings'
|
||||
mapping:
|
||||
target_type:
|
||||
type: string
|
||||
label: 'Type of item to reference'
|
||||
base_webform_field_field_settings:
|
||||
type: mapping
|
||||
mapping:
|
||||
handler:
|
||||
type: string
|
||||
label: 'Reference method'
|
||||
handler_settings:
|
||||
type: 'entity_reference_selection.[%parent.handler]'
|
||||
label: 'Entity reference selection settings'
|
||||
field.field_settings.webform:
|
||||
type: base_webform_field_field_settings
|
||||
label: 'Webform settings'
|
||||
mapping:
|
||||
default_data:
|
||||
type: string
|
||||
label: 'Default webform submission data'
|
||||
status:
|
||||
type: string
|
||||
label: 'Webform status'
|
||||
open:
|
||||
type: string
|
||||
label: 'Webform open date/time'
|
||||
close:
|
||||
type: string
|
||||
label: 'Webform close date/time'
|
||||
field.widget.settings.webform_entity_reference_autocomplete:
|
||||
type: mapping
|
||||
label: 'Webform autocomplete display format settings'
|
||||
mapping:
|
||||
match_operator:
|
||||
type: string
|
||||
label: 'Autocomplete matching'
|
||||
size:
|
||||
type: integer
|
||||
label: 'Size of textfield'
|
||||
placeholder:
|
||||
type: label
|
||||
label: Placeholder
|
||||
default_data:
|
||||
type: boolean
|
||||
label: 'Default submission data'
|
||||
field.widget.settings.webform_entity_reference_select:
|
||||
type: mapping
|
||||
label: 'Webform select display format settings'
|
||||
mapping:
|
||||
default_data:
|
||||
type: boolean
|
||||
label: 'Default submission data'
|
||||
field.formatter.settings.webform_entity_reference_entity_view:
|
||||
type: mapping
|
||||
label: 'Display the referenced webform with default submission data.'
|
||||
mapping:
|
||||
source_entity:
|
||||
type: boolean
|
||||
label: 'Source entity'
|
||||
field.formatter.settings.webform_entity_reference_link:
|
||||
type: mapping
|
||||
label: 'Display the referenced webform as a link.'
|
||||
mapping:
|
||||
label:
|
||||
type: label
|
||||
label: 'Link label to the referenced webform'
|
||||
dialog:
|
||||
type: string
|
||||
label: 'Open referenced webform in modal dialog'
|
||||
attributes:
|
||||
type: ignore
|
||||
label: 'Link attributes'
|
|
@ -0,0 +1,7 @@
|
|||
condition.plugin.webform:
|
||||
type: condition.plugin
|
||||
mapping:
|
||||
webforms:
|
||||
type: sequence
|
||||
sequence:
|
||||
type: string
|
|
@ -0,0 +1,10 @@
|
|||
'webform.exporter.*':
|
||||
type: mapping
|
||||
label: 'Exporter settings'
|
||||
webform.exporter.delimited_text:
|
||||
type: mapping
|
||||
label: Delimiter
|
||||
mapping:
|
||||
delimiter:
|
||||
type: string
|
||||
label: Delimiter
|
|
@ -0,0 +1,545 @@
|
|||
'webform.handler.*':
|
||||
type: mapping
|
||||
label: 'Handler settings'
|
||||
webform.handler.action:
|
||||
type: mapping
|
||||
label: Action
|
||||
mapping:
|
||||
states:
|
||||
type: sequence
|
||||
label: States
|
||||
sequence:
|
||||
type: string
|
||||
label: State
|
||||
notes:
|
||||
label: Notes
|
||||
type: text
|
||||
sticky:
|
||||
label: Flag
|
||||
type: boolean
|
||||
locked:
|
||||
label: Locked
|
||||
type: boolean
|
||||
data:
|
||||
label: Data
|
||||
type: text
|
||||
message:
|
||||
label: Message
|
||||
type: text
|
||||
message_type:
|
||||
label: 'Message type'
|
||||
type: string
|
||||
debug:
|
||||
type: boolean
|
||||
label: 'Enable debugging'
|
||||
webform.handler.log:
|
||||
type: mapping
|
||||
label: Log
|
||||
mapping: { }
|
||||
webform.handler.email:
|
||||
type: mapping
|
||||
label: Email
|
||||
mapping:
|
||||
states:
|
||||
type: sequence
|
||||
label: States
|
||||
sequence:
|
||||
type: string
|
||||
label: State
|
||||
to_mail:
|
||||
label: 'Email to address'
|
||||
type: email
|
||||
to_options:
|
||||
label: 'Email to address options'
|
||||
type: ignore
|
||||
bcc_mail:
|
||||
label: 'Email BCC address'
|
||||
type: email
|
||||
bcc_options:
|
||||
label: 'Email BCC address options'
|
||||
type: ignore
|
||||
cc_mail:
|
||||
label: 'Email CC address'
|
||||
type: email
|
||||
cc_options:
|
||||
label: 'Email CC address options'
|
||||
type: ignore
|
||||
from_mail:
|
||||
label: 'Email from address'
|
||||
type: email
|
||||
from_options:
|
||||
label: 'Email from address options'
|
||||
type: ignore
|
||||
from_name:
|
||||
label: 'Email from name'
|
||||
type: label
|
||||
reply_to:
|
||||
type: label
|
||||
label: 'Reply to email'
|
||||
return_path:
|
||||
type: label
|
||||
label: 'Return path email'
|
||||
sender_mail:
|
||||
type: email
|
||||
label: 'Sender email'
|
||||
sender_name:
|
||||
type: label
|
||||
label: 'Sender name'
|
||||
subject:
|
||||
label: 'Email subject'
|
||||
type: label
|
||||
body:
|
||||
label: 'Email body'
|
||||
type: text
|
||||
excluded_elements:
|
||||
type: sequence
|
||||
label: 'Exclude elements'
|
||||
sequence:
|
||||
type: string
|
||||
label: 'Element key'
|
||||
ignore_access:
|
||||
type: boolean
|
||||
label: 'Always include private and restricted access elements.'
|
||||
exclude_empty:
|
||||
type: boolean
|
||||
label: 'Exclude empty elements'
|
||||
exclude_empty_checkbox:
|
||||
type: boolean
|
||||
label: 'Exclude unselected checkboxes'
|
||||
html:
|
||||
type: boolean
|
||||
label: HTML
|
||||
attachments:
|
||||
type: boolean
|
||||
label: Attachments
|
||||
twig:
|
||||
type: boolean
|
||||
label: Twig
|
||||
theme_name:
|
||||
type: string
|
||||
label: 'Theme name'
|
||||
debug:
|
||||
type: boolean
|
||||
label: 'Enable debugging'
|
||||
webform.handler.remote_post:
|
||||
type: mapping
|
||||
label: 'Remote Post'
|
||||
mapping:
|
||||
method:
|
||||
label: Method
|
||||
type: string
|
||||
type:
|
||||
label: Type
|
||||
type: string
|
||||
excluded_data:
|
||||
type: sequence
|
||||
label: 'Excluded data'
|
||||
sequence:
|
||||
type: string
|
||||
label: 'Data name'
|
||||
custom_data:
|
||||
label: 'Custom data'
|
||||
type: string
|
||||
custom_options:
|
||||
label: 'Custom options'
|
||||
type: string
|
||||
debug:
|
||||
type: boolean
|
||||
label: 'Enable debugging'
|
||||
completed_url:
|
||||
label: 'Completed URL'
|
||||
type: uri
|
||||
completed_custom_data:
|
||||
label: 'Completed custom data'
|
||||
type: string
|
||||
updated_url:
|
||||
label: 'Updated URL'
|
||||
type: uri
|
||||
updated_custom_data:
|
||||
label: 'Updated custom data'
|
||||
type: string
|
||||
deleted_url:
|
||||
label: 'Deleted URL'
|
||||
type: uri
|
||||
deleted_custom_data:
|
||||
label: 'Deleted custom data'
|
||||
type: string
|
||||
draft_url:
|
||||
label: 'Draft URL'
|
||||
type: uri
|
||||
draft_custom_data:
|
||||
label: 'Draft custom data'
|
||||
type: string
|
||||
converted_url:
|
||||
label: 'Converted URL'
|
||||
type: uri
|
||||
converted_custom_data:
|
||||
label: 'Converted custom data'
|
||||
type: string
|
||||
message:
|
||||
type: text
|
||||
label: 'Error response message'
|
||||
messages:
|
||||
label: 'Error response messages'
|
||||
type: sequence
|
||||
sequence:
|
||||
type: mapping
|
||||
label: Message
|
||||
mapping:
|
||||
code:
|
||||
type: integer
|
||||
label: 'Response status code'
|
||||
message:
|
||||
type: text
|
||||
label: 'Response message'
|
||||
webform.handler.settings:
|
||||
type: mapping
|
||||
label: Settings
|
||||
mapping:
|
||||
debug:
|
||||
type: string
|
||||
label: 'Enable debugging'
|
||||
ajax:
|
||||
type: string
|
||||
label: 'Use Ajax'
|
||||
ajax_scroll_top:
|
||||
type: string
|
||||
label: 'Ajax scroll top'
|
||||
page:
|
||||
type: string
|
||||
label: 'Enable page'
|
||||
page_submit_path:
|
||||
type: string
|
||||
label: 'Page submit URL alias'
|
||||
page_confirm_path:
|
||||
type: string
|
||||
label: 'Page confirm URL alias'
|
||||
form_submit_once:
|
||||
type: string
|
||||
label: 'Prevent duplicate submissions'
|
||||
form_open_message:
|
||||
type: text
|
||||
label: 'Form open message'
|
||||
form_close_message:
|
||||
type: text
|
||||
label: 'Form closed message'
|
||||
form_exception_message:
|
||||
type: text
|
||||
label: 'Form exception message'
|
||||
form_previous_submissions:
|
||||
type: string
|
||||
label: 'Form previous submissions notification'
|
||||
form_confidential:
|
||||
type: string
|
||||
label: 'Form confidential'
|
||||
form_confidential_message:
|
||||
type: text
|
||||
label: 'Form confidential message'
|
||||
form_convert_anonymous:
|
||||
type: string
|
||||
label: 'Convert anonymous drafts and submissions to authenticated'
|
||||
form_prepopulate:
|
||||
type: string
|
||||
label: 'Form prepopulate elements'
|
||||
form_prepopulate_source_entity:
|
||||
type: string
|
||||
label: 'Form prepopulate source entity'
|
||||
form_prepopulate_source_entity_required:
|
||||
type: string
|
||||
label: 'Form prepopulate source entity required'
|
||||
form_prepopulate_source_entity_type:
|
||||
type: string
|
||||
label: 'Form prepopulate source entity type'
|
||||
form_unsaved:
|
||||
type: string
|
||||
label: 'Warn users about unsaved changes'
|
||||
form_disable_back:
|
||||
type: string
|
||||
label: 'Disable back button'
|
||||
form_submit_back:
|
||||
type: string
|
||||
label: 'Submit previous wizard page when browser back button is clicked'
|
||||
form_disable_autocomplete:
|
||||
type: string
|
||||
label: 'Disable autocompletion'
|
||||
form_novalidate:
|
||||
type: string
|
||||
label: 'Disable client-side validation'
|
||||
form_disable_inline_errors:
|
||||
type: string
|
||||
label: 'Disable inline form errors'
|
||||
form_required:
|
||||
type: string
|
||||
label: 'Display required indicator'
|
||||
form_autofocus:
|
||||
type: string
|
||||
label: Autofocus
|
||||
form_details_toggle:
|
||||
type: string
|
||||
label: 'Display collapse/expand all details link'
|
||||
form_reset:
|
||||
type: string
|
||||
label: 'Display reset button'
|
||||
form_access_denied:
|
||||
type: string
|
||||
label: 'Form access denied action'
|
||||
form_access_denied_title:
|
||||
type: label
|
||||
label: 'Form access denied title'
|
||||
form_access_denied_message:
|
||||
type: text
|
||||
label: 'Form access denied message'
|
||||
form_access_denied_attributes:
|
||||
type: ignore
|
||||
label: 'Form access denied message attributes'
|
||||
submission_label:
|
||||
type: label
|
||||
label: 'Default submission label'
|
||||
submission_exception_message:
|
||||
type: text
|
||||
label: 'Submission exception message'
|
||||
submission_locked_message:
|
||||
type: text
|
||||
label: 'Submission locked message'
|
||||
submission_log:
|
||||
type: string
|
||||
label: 'Submission logging'
|
||||
submission_views:
|
||||
type: sequence
|
||||
label: 'Submission views'
|
||||
sequence:
|
||||
type: mapping
|
||||
label: 'Submission view'
|
||||
mapping:
|
||||
title:
|
||||
type: text
|
||||
label: Title
|
||||
view:
|
||||
type: string
|
||||
label: 'View name / Display ID'
|
||||
webform_routes:
|
||||
type: sequence
|
||||
label: 'Apply to webform'
|
||||
sequence:
|
||||
type: string
|
||||
label: Route
|
||||
node_routes:
|
||||
type: sequence
|
||||
label: 'Apply to node'
|
||||
sequence:
|
||||
type: string
|
||||
label: Route
|
||||
submission_views_replace:
|
||||
type: mapping
|
||||
label: 'Submission view replace'
|
||||
mapping:
|
||||
global_routes:
|
||||
type: sequence
|
||||
label: 'Replace to global'
|
||||
sequence:
|
||||
type: string
|
||||
label: Route
|
||||
webform_routes:
|
||||
type: sequence
|
||||
label: 'Replace to webform'
|
||||
sequence:
|
||||
type: string
|
||||
label: Route
|
||||
node_routes:
|
||||
type: sequence
|
||||
label: 'Replace to node'
|
||||
sequence:
|
||||
type: string
|
||||
label: Route
|
||||
submission_user_columns:
|
||||
type: sequence
|
||||
label: 'Submission user columns'
|
||||
sequence:
|
||||
type: string
|
||||
label: 'Column name'
|
||||
submission_user_duplicate:
|
||||
type: string
|
||||
label: 'Submission user duplicate'
|
||||
submission_access_denied:
|
||||
type: string
|
||||
label: 'Submission access denied action'
|
||||
submission_access_denied_title:
|
||||
type: label
|
||||
label: 'Submission access denied title'
|
||||
submission_access_denied_message:
|
||||
type: text
|
||||
label: 'Submission access denied message'
|
||||
submission_access_denied_attributes:
|
||||
type: ignore
|
||||
label: 'Submission access denied message attributes'
|
||||
previous_submission_message:
|
||||
type: text
|
||||
label: 'Previous submission message'
|
||||
previous_submissions_message:
|
||||
type: text
|
||||
label: 'Previous submissions message'
|
||||
autofill:
|
||||
type: string
|
||||
label: 'Autofill with previous submission'
|
||||
autofill_message:
|
||||
type: text
|
||||
label: 'Autofill with previous submission message'
|
||||
autofill_excluded_elements:
|
||||
type: sequence
|
||||
label: 'Autofill excluded elements'
|
||||
sequence:
|
||||
type: string
|
||||
label: 'Element key'
|
||||
wizard_progress_bar:
|
||||
type: string
|
||||
label: 'Show wizard progress bar'
|
||||
wizard_progress_pages:
|
||||
type: string
|
||||
label: 'Show wizard progress pages'
|
||||
wizard_progress_percentage:
|
||||
type: string
|
||||
label: 'Show wizard progress pages'
|
||||
wizard_progress_link:
|
||||
type: string
|
||||
label: 'Link to previous pages in progress bar'
|
||||
wizard_start_label:
|
||||
type: label
|
||||
label: 'Wizard start label'
|
||||
wizard_start_attributes:
|
||||
type: ignore
|
||||
label: 'Wizard start attributes'
|
||||
wizard_preview_link:
|
||||
type: string
|
||||
label: 'Link to previous pages in preview'
|
||||
wizard_confirmation:
|
||||
type: string
|
||||
label: 'Include confirmation page in progress'
|
||||
wizard_confirmation_label:
|
||||
type: label
|
||||
label: 'Wizard confirmation label'
|
||||
wizard_track:
|
||||
type: text
|
||||
label: 'Track wizard progress in the URL'
|
||||
preview:
|
||||
type: string
|
||||
label: 'Enable preview page'
|
||||
preview_label:
|
||||
type: text
|
||||
label: 'Preview label'
|
||||
preview_title:
|
||||
type: text
|
||||
label: 'Preview page title'
|
||||
preview_message:
|
||||
type: text
|
||||
label: 'Preview message'
|
||||
preview_attributes:
|
||||
type: ignore
|
||||
label: 'Preview attributes'
|
||||
preview_excluded_elements:
|
||||
type: sequence
|
||||
label: 'Preview excluded elements'
|
||||
sequence:
|
||||
type: string
|
||||
label: 'Element key'
|
||||
preview_exclude_empty:
|
||||
type: string
|
||||
label: 'Preview exclude empty elements'
|
||||
preview_exclude_empty_checkbox:
|
||||
type: string
|
||||
label: 'Preview exclude unselected checkboxes'
|
||||
draft:
|
||||
type: string
|
||||
label: 'Allow users to save and finish the webform later.'
|
||||
draft_multiple:
|
||||
type: string
|
||||
label: 'Allow users to save multiple drafts'
|
||||
draft_auto_save:
|
||||
type: string
|
||||
label: 'Automatically save as draft when previewing and when there are validation errors.'
|
||||
draft_saved_message:
|
||||
type: text
|
||||
label: 'Draft saved message'
|
||||
draft_loaded_message:
|
||||
type: text
|
||||
label: 'Draft loaded message'
|
||||
confirmation_type:
|
||||
type: string
|
||||
label: 'Confirmation type'
|
||||
confirmation_url:
|
||||
type: string
|
||||
label: 'Confirmation URL'
|
||||
confirmation_title:
|
||||
type: label
|
||||
label: 'Confirmation title'
|
||||
confirmation_message:
|
||||
type: text
|
||||
label: 'Confirmation message'
|
||||
confirmation_attributes:
|
||||
type: ignore
|
||||
label: 'Confirmation attributes'
|
||||
confirmation_back:
|
||||
type: string
|
||||
label: 'Display back to webform link.'
|
||||
confirmation_back_label:
|
||||
type: text
|
||||
label: 'Confirmation back link label'
|
||||
confirmation_back_attributes:
|
||||
type: ignore
|
||||
label: 'Confirmation back link attributes'
|
||||
confirmation_exclude_query:
|
||||
type: string
|
||||
label: 'Exclude query string from confirmation URL'
|
||||
confirmation_exclude_token:
|
||||
type: string
|
||||
label: 'Exclude token from confirmation URL'
|
||||
limit_total:
|
||||
type: string
|
||||
label: 'Limit total submissions'
|
||||
limit_total_interval:
|
||||
type: string
|
||||
label: 'Limit total interval'
|
||||
limit_total_message:
|
||||
type: text
|
||||
label: 'Limit total message'
|
||||
limit_total_unique:
|
||||
type: string
|
||||
label: 'Limit total to one submission per source entity'
|
||||
limit_user:
|
||||
type: string
|
||||
label: 'Limit user submissions'
|
||||
limit_user_interval:
|
||||
type: string
|
||||
label: 'Limit user interval'
|
||||
limit_user_message:
|
||||
type: text
|
||||
label: 'Limit user message'
|
||||
limit_user_unique:
|
||||
type: string
|
||||
label: 'Limit user to one submission per source entity'
|
||||
entity_limit_total:
|
||||
type: string
|
||||
label: 'Entity limit total submissions'
|
||||
entity_limit_total_interval:
|
||||
type: string
|
||||
label: 'Entity limit total interval'
|
||||
entity_limit_user:
|
||||
type: string
|
||||
label: 'Entity limit user submissions'
|
||||
entity_limit_user_interval:
|
||||
type: string
|
||||
label: 'Entity limit user interval'
|
||||
purge:
|
||||
type: string
|
||||
label: 'Default purging'
|
||||
purge_days:
|
||||
type: string
|
||||
label: 'Default days to retain submissions'
|
||||
results_disabled:
|
||||
type: string
|
||||
label: 'Results disabled'
|
||||
results_disabled_ignore:
|
||||
type: string
|
||||
label: 'Ignore disabled results warning'
|
||||
token_update:
|
||||
type: string
|
||||
label: 'Allow updates using token'
|
|
@ -0,0 +1,555 @@
|
|||
webform.settings:
|
||||
type: config_object
|
||||
label: 'Webform settings'
|
||||
mapping:
|
||||
settings:
|
||||
type: mapping
|
||||
label: 'Webform default settings'
|
||||
mapping:
|
||||
default_status:
|
||||
type: string
|
||||
label: 'Default status'
|
||||
default_page_base_path:
|
||||
type: string
|
||||
label: 'Default base path'
|
||||
default_submit_button_label:
|
||||
type: label
|
||||
label: 'Default submit button label'
|
||||
default_reset_button_label:
|
||||
type: label
|
||||
label: 'Default reset button label'
|
||||
default_form_submit_once:
|
||||
type: boolean
|
||||
label: 'Prevent duplicate submissions'
|
||||
default_form_open_message:
|
||||
type: text
|
||||
label: 'Default form open message'
|
||||
default_form_close_message:
|
||||
type: text
|
||||
label: 'Default form close message'
|
||||
default_form_exception_message:
|
||||
type: text
|
||||
label: 'Default form exception message'
|
||||
default_form_confidential_message:
|
||||
type: text
|
||||
label: 'Default form confidential message'
|
||||
default_form_access_denied_message:
|
||||
type: text
|
||||
label: 'Default form access denied message'
|
||||
default_form_novalidate:
|
||||
type: boolean
|
||||
label: 'Disable client-side validation'
|
||||
default_form_disable_inline_errors:
|
||||
type: boolean
|
||||
label: 'Disable inline form errors'
|
||||
default_form_required:
|
||||
type: boolean
|
||||
label: 'Display required indicator'
|
||||
default_form_required_label:
|
||||
type: label
|
||||
label: 'Display required indicator label'
|
||||
default_form_unsaved:
|
||||
type: boolean
|
||||
label: 'Warn users about unsaved changes'
|
||||
default_form_disable_back:
|
||||
type: boolean
|
||||
label: 'Disable back button'
|
||||
default_form_submit_back:
|
||||
type: boolean
|
||||
label: 'Submit previous wizard page when browser back button is clicked'
|
||||
default_form_details_toggle:
|
||||
type: boolean
|
||||
label: 'Display collapse/expand all details link'
|
||||
default_form_file_limit:
|
||||
type: string
|
||||
label: 'Default file upload limit per form'
|
||||
default_wizard_prev_button_label:
|
||||
type: label
|
||||
label: 'Default wizard previous page button label'
|
||||
default_wizard_next_button_label:
|
||||
type: label
|
||||
label: 'Default wizard next page button label'
|
||||
default_wizard_start_label:
|
||||
type: label
|
||||
label: 'Default wizard start label'
|
||||
default_wizard_confirmation_label:
|
||||
type: label
|
||||
label: 'Default wizard confirmation label'
|
||||
default_preview_next_button_label:
|
||||
type: label
|
||||
label: 'Default preview button label'
|
||||
default_preview_prev_button_label:
|
||||
type: label
|
||||
label: 'Default preview previous page button label'
|
||||
default_preview_label:
|
||||
type: text
|
||||
label: 'Default preview label'
|
||||
default_preview_title:
|
||||
type: text
|
||||
label: 'Default preview page title'
|
||||
default_preview_message:
|
||||
type: text
|
||||
label: 'Default preview message'
|
||||
default_draft_button_label:
|
||||
type: label
|
||||
label: 'Default draft button label'
|
||||
default_draft_saved_message:
|
||||
type: text
|
||||
label: 'Default draft save message'
|
||||
default_draft_loaded_message:
|
||||
type: text
|
||||
label: 'Default draft load message'
|
||||
default_confirmation_message:
|
||||
type: text
|
||||
label: 'Default confirmation message'
|
||||
default_confirmation_back_label:
|
||||
type: text
|
||||
label: 'Default confirmation back label'
|
||||
default_limit_total_message:
|
||||
type: text
|
||||
label: 'Default limit total message'
|
||||
default_limit_user_message:
|
||||
type: text
|
||||
label: 'Default limit user message'
|
||||
default_submission_label:
|
||||
type: label
|
||||
label: 'Default submission label'
|
||||
default_submission_log:
|
||||
type: boolean
|
||||
label: 'Default submission logging'
|
||||
default_submission_views:
|
||||
type: sequence
|
||||
label: 'Default submission views'
|
||||
sequence:
|
||||
type: mapping
|
||||
label: 'Submission view'
|
||||
mapping:
|
||||
title:
|
||||
type: text
|
||||
label: Title
|
||||
view:
|
||||
type: string
|
||||
label: 'View name / Display ID'
|
||||
global_routes:
|
||||
type: sequence
|
||||
label: 'Apply to global'
|
||||
sequence:
|
||||
type: string
|
||||
label: Route
|
||||
webform_routes:
|
||||
type: sequence
|
||||
label: 'Apply to webform'
|
||||
sequence:
|
||||
type: string
|
||||
label: Route
|
||||
node_routes:
|
||||
type: sequence
|
||||
label: 'Apply to node'
|
||||
sequence:
|
||||
type: string
|
||||
label: Route
|
||||
default_submission_views_replace:
|
||||
type: mapping
|
||||
label: 'Default submission view replace'
|
||||
mapping:
|
||||
global_routes:
|
||||
type: sequence
|
||||
label: 'Replace to global'
|
||||
sequence:
|
||||
type: string
|
||||
label: Route
|
||||
webform_routes:
|
||||
type: sequence
|
||||
label: 'Replace to webform'
|
||||
sequence:
|
||||
type: string
|
||||
label: Route
|
||||
node_routes:
|
||||
type: sequence
|
||||
label: 'Replace to node'
|
||||
sequence:
|
||||
type: string
|
||||
label: Route
|
||||
default_submission_access_denied_message:
|
||||
type: text
|
||||
label: 'Default submission access denied message'
|
||||
default_submission_exception_message:
|
||||
type: text
|
||||
label: 'Default submission exception message'
|
||||
default_submission_locked_message:
|
||||
type: text
|
||||
label: 'Default submission locked message'
|
||||
default_previous_submission_message:
|
||||
type: text
|
||||
label: 'Default previous submission message'
|
||||
default_previous_submissions_message:
|
||||
type: text
|
||||
label: 'Default previous submissions message'
|
||||
default_autofill_message:
|
||||
type: text
|
||||
label: 'Default submission autofill message'
|
||||
form_classes:
|
||||
type: string
|
||||
label: 'Form CSS classes '
|
||||
button_classes:
|
||||
type: string
|
||||
label: 'Button CSS classes'
|
||||
preview_classes:
|
||||
type: string
|
||||
label: 'Preview CSS classes'
|
||||
confirmation_classes:
|
||||
type: string
|
||||
label: 'Confirmation CSS classes'
|
||||
confirmation_back_classes:
|
||||
type: string
|
||||
label: 'Confirmation back link CSS classes'
|
||||
dialog:
|
||||
type: boolean
|
||||
label: 'Enable webform dialog support'
|
||||
dialog_options:
|
||||
type: sequence
|
||||
label: 'Preset dialog options'
|
||||
sequence:
|
||||
type: mapping
|
||||
label: 'Dialog options'
|
||||
mapping:
|
||||
name:
|
||||
type: string
|
||||
label: 'Dialog name'
|
||||
title:
|
||||
type: label
|
||||
label: 'Dialog title'
|
||||
width:
|
||||
type: integer
|
||||
label: 'Dialog width'
|
||||
height:
|
||||
type: integer
|
||||
label: 'Dialog height'
|
||||
assets:
|
||||
type: mapping
|
||||
label: 'Global Assets (CSS/JavaScript)'
|
||||
mapping:
|
||||
css:
|
||||
type: string
|
||||
label: 'CSS (Cascading Style Sheets)'
|
||||
javascript:
|
||||
type: string
|
||||
label: JavaScript
|
||||
element:
|
||||
type: mapping
|
||||
label: 'Element default settings'
|
||||
mapping:
|
||||
empty_message:
|
||||
type: label
|
||||
label: 'Empty element message/placeholder'
|
||||
allowed_tags:
|
||||
type: string
|
||||
label: 'Allowed tags'
|
||||
wrapper_classes:
|
||||
type: string
|
||||
label: 'Wrapper CSS classes'
|
||||
classes:
|
||||
type: string
|
||||
label: 'Element CSS classes'
|
||||
horizontal_rule_classes:
|
||||
type: string
|
||||
label: 'Horizontal rule CSS classes'
|
||||
default_icheck:
|
||||
type: string
|
||||
label: 'Default iCheck style'
|
||||
default_description_display:
|
||||
type: string
|
||||
label: 'Default title display'
|
||||
default_more_title:
|
||||
type: label
|
||||
label: 'Default more title'
|
||||
default_section_title_tag:
|
||||
type: label
|
||||
label: 'Default section title tag'
|
||||
default_empty_option:
|
||||
type: boolean
|
||||
label: 'Default empty option'
|
||||
default_empty_option_required:
|
||||
type: label
|
||||
label: 'Default empty option required label'
|
||||
default_empty_option_optional:
|
||||
type: label
|
||||
label: 'Default empty option optional label'
|
||||
default_google_maps_api_key:
|
||||
type: string
|
||||
label: 'Default Google Maps API key'
|
||||
default_algolia_places_app_id:
|
||||
type: string
|
||||
label: 'Default Algolia application id'
|
||||
default_algolia_places_api_key:
|
||||
type: string
|
||||
label: 'Default Algolia API key'
|
||||
excluded_elements:
|
||||
type: ignore
|
||||
label: 'Excluded types'
|
||||
html_editor:
|
||||
type: mapping
|
||||
label: 'HTML editor settings'
|
||||
mapping:
|
||||
disabled:
|
||||
type: boolean
|
||||
label: 'Disable HTML editor'
|
||||
element_format:
|
||||
type: string
|
||||
label: 'Element text format'
|
||||
mail_format:
|
||||
type: string
|
||||
label: 'Mail text format'
|
||||
tidy:
|
||||
type: boolean
|
||||
label: 'Tidy HTML markup'
|
||||
make_unused_managed_files_temporary:
|
||||
type: boolean
|
||||
label: 'Controls if unused HTML editor files should be marked temporary'
|
||||
file:
|
||||
type: mapping
|
||||
label: 'File upload default settings'
|
||||
mapping:
|
||||
file_public:
|
||||
type: boolean
|
||||
label: 'Allow files to be uploaded to public file system.'
|
||||
file_private_redirect:
|
||||
type: boolean
|
||||
label: 'Redirect anonymous users to login when attempting to access private file uploads.'
|
||||
file_private_redirect_message:
|
||||
type: text
|
||||
label: 'Login message when access denied to private file uploads.'
|
||||
default_max_filesize:
|
||||
type: string
|
||||
label: 'Default maximum file upload size'
|
||||
default_managed_file_extensions:
|
||||
type: string
|
||||
label: 'Default allowed managed file extensions'
|
||||
default_image_file_extensions:
|
||||
type: string
|
||||
label: 'Default allowed image file extensions'
|
||||
default_video_file_extensions:
|
||||
type: string
|
||||
label: 'Default allowed video file extensions'
|
||||
default_audio_file_extensions:
|
||||
type: string
|
||||
label: 'Default allowed audio file extensions'
|
||||
default_document_file_extensions:
|
||||
type: string
|
||||
label: 'Default allowed document file extensions'
|
||||
make_unused_managed_files_temporary:
|
||||
type: boolean
|
||||
label: 'Controls if unused webform submission files should be marked temporary'
|
||||
delete_temporary_managed_files:
|
||||
type: boolean
|
||||
label: 'Immediately deleted temporary managed webform submission files'
|
||||
format:
|
||||
type: ignore
|
||||
label: 'Format default settings'
|
||||
mail:
|
||||
type: mapping
|
||||
label: 'Email default settings'
|
||||
mapping:
|
||||
default_to_mail:
|
||||
type: email
|
||||
label: 'Default to email'
|
||||
default_from_mail:
|
||||
type: email
|
||||
label: 'Default from email'
|
||||
default_from_name:
|
||||
type: label
|
||||
label: 'Default from name'
|
||||
default_reply_to:
|
||||
type: label
|
||||
label: 'Default reply to email'
|
||||
default_return_path:
|
||||
type: label
|
||||
label: 'Default return path email'
|
||||
default_sender_mail:
|
||||
type: email
|
||||
label: 'Default sender email'
|
||||
default_sender_name:
|
||||
type: label
|
||||
label: 'Default sender name'
|
||||
default_subject:
|
||||
type: label
|
||||
label: 'Default email subject'
|
||||
default_body_text:
|
||||
type: text
|
||||
label: 'Default email body (Plain text)'
|
||||
default_body_html:
|
||||
type: text
|
||||
label: 'Default email body (HTML)'
|
||||
roles:
|
||||
type: sequence
|
||||
label: Roles
|
||||
sequence:
|
||||
type: string
|
||||
label: Role
|
||||
export:
|
||||
type: mapping
|
||||
label: 'Export default settings'
|
||||
mapping:
|
||||
temp_directory:
|
||||
type: string
|
||||
label: 'Export temporary directory'
|
||||
exporter:
|
||||
type: string
|
||||
label: 'Results exporter'
|
||||
delimiter:
|
||||
type: string
|
||||
label: 'Delimiter text format'
|
||||
multiple_delimiter:
|
||||
type: string
|
||||
label: 'Element multiple values delimiter'
|
||||
excel:
|
||||
type: boolean
|
||||
label: 'Open HTML table in Excel'
|
||||
file_name:
|
||||
type: string
|
||||
label: 'File name'
|
||||
header_format:
|
||||
type: string
|
||||
label: 'Column header format'
|
||||
header_prefix:
|
||||
type: boolean
|
||||
label: 'Column header prefix'
|
||||
header_prefix_key_delimiter:
|
||||
type: string
|
||||
label: 'Column header prefix key delimiter'
|
||||
header_prefix_label_delimiter:
|
||||
type: string
|
||||
label: 'Column header prefix label delimiter'
|
||||
entity_reference_items:
|
||||
type: sequence
|
||||
label: 'Entity reference format items'
|
||||
sequence:
|
||||
type: string
|
||||
label: 'Entity reference format item'
|
||||
options_single_format:
|
||||
type: string
|
||||
label: 'Options single value format'
|
||||
options_multiple_format:
|
||||
type: string
|
||||
label: 'Options multiple values format'
|
||||
options_item_format:
|
||||
type: string
|
||||
label: 'Options item format'
|
||||
likert_answers_format:
|
||||
type: string
|
||||
label: 'Likert answers format'
|
||||
signature_format:
|
||||
type: string
|
||||
label: 'Signature format'
|
||||
composite_element_item_format:
|
||||
type: string
|
||||
label: 'Composite element item format'
|
||||
excluded_exporters:
|
||||
type: ignore
|
||||
label: 'Excluded submission exporters'
|
||||
handler:
|
||||
type: mapping
|
||||
label: 'Handler settings'
|
||||
mapping:
|
||||
excluded_handlers:
|
||||
type: ignore
|
||||
label: 'Excluded submission handlers'
|
||||
batch:
|
||||
type: mapping
|
||||
label: 'Batch settings'
|
||||
mapping:
|
||||
default_batch_export_size:
|
||||
type: integer
|
||||
label: 'Batch export size'
|
||||
default_batch_update_size:
|
||||
type: integer
|
||||
label: 'Batch update size'
|
||||
default_batch_delete_size:
|
||||
type: integer
|
||||
label: 'Batch delete size'
|
||||
default_batch_email_size:
|
||||
type: integer
|
||||
label: 'Batch email size'
|
||||
purge:
|
||||
type: mapping
|
||||
label: 'Purging settings'
|
||||
mapping:
|
||||
cron_size:
|
||||
type: integer
|
||||
label: 'Amount of submissions to process'
|
||||
test:
|
||||
type: mapping
|
||||
label: 'Test settings'
|
||||
mapping:
|
||||
types:
|
||||
type: text
|
||||
label: 'Test types'
|
||||
names:
|
||||
type: text
|
||||
label: 'Test names'
|
||||
ui:
|
||||
type: mapping
|
||||
label: 'User interface settings'
|
||||
mapping:
|
||||
video_display:
|
||||
type: string
|
||||
label: 'Video display'
|
||||
help_disabled:
|
||||
type: boolean
|
||||
label: 'Disable help'
|
||||
dialog_disabled:
|
||||
type: boolean
|
||||
label: 'Disable dialogs'
|
||||
contribute_disabled:
|
||||
type: boolean
|
||||
label: 'Disable contribute'
|
||||
offcanvas_disabled:
|
||||
type: boolean
|
||||
label: 'Disable system tray'
|
||||
promotions_disabled:
|
||||
type: boolean
|
||||
label: 'Disable promotions'
|
||||
details_save:
|
||||
type: boolean
|
||||
label: 'Save details open/close state'
|
||||
description_help:
|
||||
type: boolean
|
||||
label: 'Display element description as help text (tooltip)'
|
||||
libraries:
|
||||
type: mapping
|
||||
label: 'Library settings'
|
||||
mapping:
|
||||
excluded_libraries:
|
||||
type: ignore
|
||||
label: 'Excluded libraries'
|
||||
cdn:
|
||||
type: boolean
|
||||
label: 'Use CDN'
|
||||
requirements:
|
||||
type: mapping
|
||||
label: Requirements
|
||||
mapping:
|
||||
cdn:
|
||||
type: boolean
|
||||
label: 'Check if CDN is being used for external libraries'
|
||||
bootstrap:
|
||||
type: boolean
|
||||
label: 'Check if Webform Bootstrap Integration module is installed when using the Bootstrap theme'
|
||||
spam:
|
||||
type: boolean
|
||||
label: 'Check if SPAM protection module is installed'
|
||||
contribute:
|
||||
type: mapping
|
||||
label: Contribute
|
||||
mapping:
|
||||
account_type:
|
||||
type: string
|
||||
label: 'Account type'
|
||||
account_id:
|
||||
type: string
|
||||
label: 'Account ID'
|
||||
third_party_settings:
|
||||
type: sequence
|
||||
label: 'Third party settings'
|
||||
sequence:
|
||||
type: 'webform.admin_settings.third_party.[%key]'
|
|
@ -0,0 +1,20 @@
|
|||
webform.admin_settings.third_party.honeypot:
|
||||
type: mapping
|
||||
label: 'Webform test third party settings'
|
||||
mapping:
|
||||
honeypot:
|
||||
type: boolean
|
||||
label: 'Protect all webforms with Honeypot'
|
||||
time_restriction:
|
||||
type: boolean
|
||||
label: 'Add time limit to all webforms'
|
||||
webform.settings.third_party.honeypot:
|
||||
type: mapping
|
||||
label: 'Webform test third party settings'
|
||||
mapping:
|
||||
honeypot:
|
||||
type: boolean
|
||||
label: 'Protect all webforms with Honeypot'
|
||||
time_restriction:
|
||||
type: boolean
|
||||
label: 'Add time limit to all webforms'
|
|
@ -0,0 +1,3 @@
|
|||
views.field.webform_submission_bulk_form:
|
||||
type: views_field_bulk_form
|
||||
label: 'Webform submission bulk form'
|
Reference in a new issue