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,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