Config export.
This commit is contained in:
parent
ee2b1a8755
commit
9dbfbeecef
8
config/default/block_content.type.tabs.yml
Normal file
8
config/default/block_content.type.tabs.yml
Normal file
@ -0,0 +1,8 @@
|
||||
uuid: 56b10872-077e-415b-a049-49e0620e9b2a
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: tabs
|
||||
label: Tabs
|
||||
revision: false
|
||||
description: 'Tabs for tabbed content.'
|
||||
@ -0,0 +1,29 @@
|
||||
uuid: 1b1b3d79-66cd-4f83-8a17-f6bd70e24975
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- block_content.type.tabs
|
||||
- field.field.block_content.tabs.field_tabs
|
||||
id: block_content.tabs.default
|
||||
targetEntityType: block_content
|
||||
bundle: tabs
|
||||
mode: default
|
||||
content:
|
||||
field_tabs:
|
||||
type: string_textfield
|
||||
weight: 26
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
info:
|
||||
type: string_textfield
|
||||
weight: -5
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
hidden: { }
|
||||
@ -0,0 +1,21 @@
|
||||
uuid: dce2be7f-5b33-4447-8834-c18a5b8af138
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- block_content.type.tabs
|
||||
- field.field.block_content.tabs.field_tabs
|
||||
id: block_content.tabs.default
|
||||
targetEntityType: block_content
|
||||
bundle: tabs
|
||||
mode: default
|
||||
content:
|
||||
field_tabs:
|
||||
type: string
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
hidden: { }
|
||||
@ -8,6 +8,7 @@ dependencies:
|
||||
- node.type.page
|
||||
module:
|
||||
- layout_builder
|
||||
- layout_builder_restrictions
|
||||
- layout_discovery
|
||||
- text
|
||||
- user
|
||||
@ -52,6 +53,20 @@ third_party_settings:
|
||||
weight: 0
|
||||
additional: { }
|
||||
third_party_settings: { }
|
||||
layout_builder_restrictions:
|
||||
allowed_block_categories: { }
|
||||
entity_view_mode_restriction:
|
||||
allowed_layouts: { }
|
||||
denylisted_blocks: { }
|
||||
allowlisted_blocks: { }
|
||||
restricted_categories:
|
||||
- 'Content fields'
|
||||
- Forms
|
||||
- Help
|
||||
- Menus
|
||||
- System
|
||||
- User
|
||||
- core
|
||||
_core:
|
||||
default_config_hash: M_Y8L5tfmhx7DR143E05YyZSpvgil6VFvqcfBWykalg
|
||||
id: node.page.default
|
||||
|
||||
@ -32,6 +32,7 @@ module:
|
||||
image: 0
|
||||
layout_builder: 0
|
||||
layout_builder_iframe_modal: 0
|
||||
layout_builder_restrictions: 0
|
||||
layout_builder_styles: 0
|
||||
layout_discovery: 0
|
||||
link: 0
|
||||
@ -64,6 +65,8 @@ module:
|
||||
user: 0
|
||||
video_compressor: 0
|
||||
views_ui: 0
|
||||
webform: 0
|
||||
webform_ui: 0
|
||||
pathauto: 1
|
||||
views: 10
|
||||
minimal: 1000
|
||||
|
||||
50
config/default/editor.editor.webform_default.yml
Normal file
50
config/default/editor.editor.webform_default.yml
Normal file
@ -0,0 +1,50 @@
|
||||
uuid: 989c182e-79a5-4b3c-a0b4-2b6a496abad7
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- filter.format.webform_default
|
||||
module:
|
||||
- ckeditor5
|
||||
format: webform_default
|
||||
editor: ckeditor5
|
||||
settings:
|
||||
toolbar:
|
||||
items:
|
||||
- heading
|
||||
- '|'
|
||||
- bold
|
||||
- italic
|
||||
- subscript
|
||||
- superscript
|
||||
- '|'
|
||||
- specialCharacters
|
||||
- '|'
|
||||
- numberedList
|
||||
- bulletedList
|
||||
- '|'
|
||||
- link
|
||||
- '|'
|
||||
- indent
|
||||
- outdent
|
||||
- '|'
|
||||
- blockQuote
|
||||
- '|'
|
||||
- sourceEditing
|
||||
plugins:
|
||||
ckeditor5_heading:
|
||||
enabled_headings:
|
||||
- heading2
|
||||
- heading3
|
||||
- heading4
|
||||
- heading5
|
||||
- heading6
|
||||
ckeditor5_list:
|
||||
properties:
|
||||
reversed: true
|
||||
startIndex: true
|
||||
multiBlock: true
|
||||
ckeditor5_sourceEditing:
|
||||
allowed_tags: { }
|
||||
image_upload:
|
||||
status: false
|
||||
@ -36,3 +36,6 @@ cloneable_entities:
|
||||
- entity_form_mode
|
||||
- date_format
|
||||
- base_field_override
|
||||
- webform_options
|
||||
- webform_submission
|
||||
- webform
|
||||
|
||||
19
config/default/field.field.block_content.tabs.field_tabs.yml
Normal file
19
config/default/field.field.block_content.tabs.field_tabs.yml
Normal file
@ -0,0 +1,19 @@
|
||||
uuid: 5867319d-a0d2-4e29-a92b-c1ca4927ac29
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- block_content.type.tabs
|
||||
- field.storage.block_content.field_tabs
|
||||
id: block_content.tabs.field_tabs
|
||||
field_name: field_tabs
|
||||
entity_type: block_content
|
||||
bundle: tabs
|
||||
label: Tabs
|
||||
description: 'The tabs for display in the left sidebar.'
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
||||
21
config/default/field.storage.block_content.field_tabs.yml
Normal file
21
config/default/field.storage.block_content.field_tabs.yml
Normal file
@ -0,0 +1,21 @@
|
||||
uuid: 029bb325-4388-4b23-b507-1732300fc63a
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- block_content
|
||||
id: block_content.field_tabs
|
||||
field_name: field_tabs
|
||||
entity_type: block_content
|
||||
type: string
|
||||
settings:
|
||||
max_length: 255
|
||||
case_sensitive: false
|
||||
is_ascii: false
|
||||
module: core
|
||||
locked: false
|
||||
cardinality: -1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
||||
13
config/default/filter.format.webform_default.yml
Normal file
13
config/default/filter.format.webform_default.yml
Normal file
@ -0,0 +1,13 @@
|
||||
uuid: ec75436f-96b6-4eec-baad-6d5079a8e7ee
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: EeKp_M4Oid3erARiAam9rsgBKR91uEnFkEP3aZS2ol8
|
||||
name: 'Webform (Default) - DO NOT EDIT'
|
||||
format: webform_default
|
||||
weight: 100
|
||||
filters: { }
|
||||
13
config/default/system.action.webform_archive_action.yml
Normal file
13
config/default/system.action.webform_archive_action.yml
Normal file
@ -0,0 +1,13 @@
|
||||
uuid: ff895aa9-52d7-4e14-9856-81b1763f23a4
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: OmnschvBLb9ZJn0iVyBd2odf8U8Nt0INjRbRMixZw9U
|
||||
id: webform_archive_action
|
||||
label: 'Archive webform'
|
||||
type: webform
|
||||
plugin: webform_archive_action
|
||||
configuration: { }
|
||||
13
config/default/system.action.webform_close_action.yml
Normal file
13
config/default/system.action.webform_close_action.yml
Normal file
@ -0,0 +1,13 @@
|
||||
uuid: 74ebcee1-b4a2-4bcb-9aa0-16346bb1083d
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: Dl-1T9PDkraB7MyMUjTJAioPEx6UNvIB9gqmnB1CRkk
|
||||
id: webform_close_action
|
||||
label: 'Close webform'
|
||||
type: webform
|
||||
plugin: webform_close_action
|
||||
configuration: { }
|
||||
13
config/default/system.action.webform_delete_action.yml
Normal file
13
config/default/system.action.webform_delete_action.yml
Normal file
@ -0,0 +1,13 @@
|
||||
uuid: 08d1ab76-7b45-43cf-b943-75b0dd95a531
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: e1bCTp0ryXZZtnS9nlVAbtoWz3-8fmbNlqKY3GHzbsM
|
||||
id: webform_delete_action
|
||||
label: 'Delete webform'
|
||||
type: webform
|
||||
plugin: webform_delete_action
|
||||
configuration: { }
|
||||
13
config/default/system.action.webform_open_action.yml
Normal file
13
config/default/system.action.webform_open_action.yml
Normal file
@ -0,0 +1,13 @@
|
||||
uuid: a6d1fff2-e34e-4e5c-886a-7a620dd08fb5
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: AK83C-dOZEPruvi6GbkuhihWLnO4VtrbesqSC6izf4o
|
||||
id: webform_open_action
|
||||
label: 'Open webform'
|
||||
type: webform
|
||||
plugin: webform_open_action
|
||||
configuration: { }
|
||||
@ -0,0 +1,13 @@
|
||||
uuid: a48119d4-8217-49f3-a65e-b92e80e2ff0b
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: TBnl4vapW7sy5bRi7TcF-ueJnvz7aZNLif95ifvhfTQ
|
||||
id: webform_submission_delete_action
|
||||
label: 'Delete submission'
|
||||
type: webform_submission
|
||||
plugin: webform_submission_delete_action
|
||||
configuration: { }
|
||||
@ -0,0 +1,13 @@
|
||||
uuid: 7efd3cb4-3dd4-46af-81ed-fa591e3cbea6
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: MKmZlPRk3OJKNcYdYxSeZGQUh7LMah6MRShfkzch4bk
|
||||
id: webform_submission_make_lock_action
|
||||
label: 'Lock submission'
|
||||
type: webform_submission
|
||||
plugin: webform_submission_make_lock_action
|
||||
configuration: { }
|
||||
@ -0,0 +1,13 @@
|
||||
uuid: 39578fa9-c253-4491-b7f6-6fc056008920
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: mPWBT52fKHyINRl9S3cCWFxY3rKbwkIRxaK6sIA26oo
|
||||
id: webform_submission_make_sticky_action
|
||||
label: 'Star/flag submission'
|
||||
type: webform_submission
|
||||
plugin: webform_submission_make_sticky_action
|
||||
configuration: { }
|
||||
@ -0,0 +1,13 @@
|
||||
uuid: 8b6c9e1e-e643-4ac7-89da-1a3165f941a0
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: begZ0-RmTzO_zDAwEKA2lKvtGYw1vbFOzbQOJzUbZX0
|
||||
id: webform_submission_make_unlock_action
|
||||
label: 'Unlock submission'
|
||||
type: webform_submission
|
||||
plugin: webform_submission_make_unlock_action
|
||||
configuration: { }
|
||||
@ -0,0 +1,13 @@
|
||||
uuid: c4801608-aa3f-4ea7-814f-8c3ca0efd35d
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: n4gTFiUsdp7gw6yWUlDbKFEasZLCgXWWCmm7eJejay0
|
||||
id: webform_submission_make_unsticky_action
|
||||
label: 'Unstar/unflag submission'
|
||||
type: webform_submission
|
||||
plugin: webform_submission_make_unsticky_action
|
||||
configuration: { }
|
||||
13
config/default/system.action.webform_unarchive_action.yml
Normal file
13
config/default/system.action.webform_unarchive_action.yml
Normal file
@ -0,0 +1,13 @@
|
||||
uuid: 2f023b02-a367-4879-852f-2d38d0cf4fcd
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: aqi5Ftlnhe9KyOowpK7CanEvJMBBo8xAR1dA99bKOuc
|
||||
id: webform_unarchive_action
|
||||
label: 'Restore webform'
|
||||
type: webform
|
||||
plugin: webform_unarchive_action
|
||||
configuration: { }
|
||||
@ -4,6 +4,7 @@ status: true
|
||||
dependencies:
|
||||
config:
|
||||
- filter.format.basic_html
|
||||
- filter.format.webform_default
|
||||
module:
|
||||
- file
|
||||
- filter
|
||||
@ -23,4 +24,5 @@ permissions:
|
||||
- 'delete own files'
|
||||
- 'search content'
|
||||
- 'use text format basic_html'
|
||||
- 'use text format webform_default'
|
||||
- 'view media'
|
||||
|
||||
3186
config/default/views.view.webform_submissions.yml
Normal file
3186
config/default/views.view.webform_submissions.yml
Normal file
File diff suppressed because it is too large
Load Diff
336
config/default/webform.settings.yml
Normal file
336
config/default/webform.settings.yml
Normal file
@ -0,0 +1,336 @@
|
||||
_core:
|
||||
default_config_hash: jx9JXVmXsMI7nasmBHSGH0gt9MY8BE3XD2nJzjwz0ZU
|
||||
settings:
|
||||
default_status: open
|
||||
default_categories: { }
|
||||
default_page: true
|
||||
default_page_base_path: /form
|
||||
default_ajax: false
|
||||
default_ajax_effect: fade
|
||||
default_ajax_speed: 500
|
||||
default_ajax_progress_type: throbber
|
||||
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_delete_button_label: Delete
|
||||
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 log in to access this form.'
|
||||
default_form_disable_back: false
|
||||
default_form_submit_back: false
|
||||
default_form_unsaved: false
|
||||
default_form_disable_remote_addr: 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'
|
||||
default_wizard_next_button_label: 'Next >'
|
||||
default_wizard_start_label: Start
|
||||
default_wizard_confirmation_label: Complete
|
||||
default_wizard_toggle_show_label: 'Show all'
|
||||
default_wizard_toggle_hide_label: 'Hide all'
|
||||
default_preview_next_button_label: Preview
|
||||
default_preview_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_draft_pending_single_message: 'You have a pending draft for this webform. <a href="#">Load your pending draft</a>.'
|
||||
default_draft_pending_multiple_message: 'You have pending drafts for this webform. <a href="#">View your pending drafts</a>.'
|
||||
default_confirmation_message: 'New submission added to [webform:title].'
|
||||
default_confirmation_back_label: 'Back to form'
|
||||
default_confirmation_noindex: true
|
||||
default_submission_label: '[webform_submission:submitted-to]: Submission #[webform_submission:serial]'
|
||||
default_submission_access_denied_message: 'Please log in 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_results_customize: false
|
||||
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.'
|
||||
default_share: false
|
||||
default_share_node: false
|
||||
default_share_theme_name: ''
|
||||
dialog: false
|
||||
dialog_options:
|
||||
narrow:
|
||||
title: Narrow
|
||||
width: 600
|
||||
normal:
|
||||
title: Normal
|
||||
width: 800
|
||||
wide:
|
||||
title: Wide
|
||||
width: 1000
|
||||
webform_bulk_form: true
|
||||
webform_bulk_form_actions:
|
||||
- webform_open_action
|
||||
- webform_close_action
|
||||
- webform_archive_action
|
||||
- webform_unarchive_action
|
||||
- webform_delete_action
|
||||
webform_submission_bulk_form: true
|
||||
webform_submission_bulk_form_actions:
|
||||
- webform_submission_make_sticky_action
|
||||
- webform_submission_make_unsticky_action
|
||||
- webform_submission_make_lock_action
|
||||
- webform_submission_make_unlock_action
|
||||
- webform_submission_delete_action
|
||||
assets:
|
||||
css: ''
|
||||
javascript: ''
|
||||
handler:
|
||||
excluded_handlers: { }
|
||||
variant:
|
||||
excluded_variants: { }
|
||||
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
|
||||
archive_type: tar
|
||||
excluded_exporters: { }
|
||||
batch:
|
||||
default_batch_export_size: 500
|
||||
default_batch_import_size: 100
|
||||
default_batch_update_size: 500
|
||||
default_batch_delete_size: 500
|
||||
default_batch_email_size: 500
|
||||
purge:
|
||||
cron_size: 100
|
||||
form:
|
||||
limit: 50
|
||||
filter_category: ''
|
||||
filter_state: ''
|
||||
element:
|
||||
machine_name_pattern: a-z0-9_
|
||||
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: ''
|
||||
excluded_elements:
|
||||
password: password
|
||||
password_confirm: password_confirm
|
||||
html_editor:
|
||||
disabled: false
|
||||
element_format: webform_default
|
||||
mail_format: webform_default
|
||||
tidy: true
|
||||
make_unused_managed_files_temporary: true
|
||||
file:
|
||||
file_public: false
|
||||
file_private_redirect: true
|
||||
file_private_redirect_message: 'Please log in to access the uploaded file.'
|
||||
default_max_filesize: ''
|
||||
default_managed_file_extensions: 'gif jpg jpeg png bmp eps tif pict psd txt rtf html odf pdf doc docx ppt pptx xls xlsx xml avi mov mp3 mp4 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 jpeg 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-title]'
|
||||
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
|
||||
promotions_disabled: false
|
||||
support_disabled: false
|
||||
description_help: true
|
||||
toolbar_item: false
|
||||
libraries:
|
||||
excluded_libraries:
|
||||
- choices
|
||||
- jquery.chosen
|
||||
requirements:
|
||||
cdn: true
|
||||
clientside_validation: true
|
||||
spam: true
|
||||
langcode: en
|
||||
third_party_settings:
|
||||
captcha:
|
||||
replace_administration_mode: true
|
||||
210
config/default/webform.webform.test_webform.yml
Normal file
210
config/default/webform.webform.test_webform.yml
Normal file
@ -0,0 +1,210 @@
|
||||
uuid: 236a05cd-04bb-4084-a230-e974eccf225b
|
||||
langcode: en
|
||||
status: open
|
||||
dependencies: { }
|
||||
weight: 0
|
||||
open: null
|
||||
close: null
|
||||
uid: 1
|
||||
template: false
|
||||
archive: false
|
||||
id: test_webform
|
||||
title: 'Test Webform'
|
||||
description: ''
|
||||
categories: { }
|
||||
elements: |-
|
||||
first_name:
|
||||
'#type': textfield
|
||||
'#title': 'First Name'
|
||||
select_list:
|
||||
'#type': checkboxes
|
||||
'#title': 'Select List'
|
||||
'#options':
|
||||
Apple: Apple
|
||||
Orange: Orange
|
||||
Banana: Banana
|
||||
css: ''
|
||||
javascript: ''
|
||||
settings:
|
||||
ajax: false
|
||||
ajax_scroll_top: form
|
||||
ajax_progress_type: ''
|
||||
ajax_effect: ''
|
||||
ajax_speed: null
|
||||
page: true
|
||||
page_submit_path: ''
|
||||
page_confirm_path: ''
|
||||
page_theme_name: ''
|
||||
form_title: both
|
||||
form_submit_once: false
|
||||
form_open_message: ''
|
||||
form_close_message: ''
|
||||
form_exception_message: ''
|
||||
form_previous_submissions: true
|
||||
form_confidential: false
|
||||
form_confidential_message: ''
|
||||
form_disable_remote_addr: false
|
||||
form_convert_anonymous: false
|
||||
form_prepopulate: false
|
||||
form_prepopulate_source_entity: false
|
||||
form_prepopulate_source_entity_required: false
|
||||
form_prepopulate_source_entity_type: ''
|
||||
form_unsaved: false
|
||||
form_disable_back: false
|
||||
form_submit_back: false
|
||||
form_disable_autocomplete: false
|
||||
form_novalidate: false
|
||||
form_disable_inline_errors: false
|
||||
form_required: false
|
||||
form_autofocus: false
|
||||
form_details_toggle: false
|
||||
form_reset: false
|
||||
form_access_denied: default
|
||||
form_access_denied_title: ''
|
||||
form_access_denied_message: ''
|
||||
form_access_denied_attributes: { }
|
||||
form_file_limit: ''
|
||||
form_attributes: { }
|
||||
form_method: ''
|
||||
form_action: ''
|
||||
share: false
|
||||
share_node: false
|
||||
share_theme_name: ''
|
||||
share_title: true
|
||||
share_page_body_attributes: { }
|
||||
submission_label: ''
|
||||
submission_exception_message: ''
|
||||
submission_locked_message: ''
|
||||
submission_log: false
|
||||
submission_excluded_elements: { }
|
||||
submission_exclude_empty: false
|
||||
submission_exclude_empty_checkbox: 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: { }
|
||||
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_progress_states: false
|
||||
wizard_start_label: ''
|
||||
wizard_preview_link: false
|
||||
wizard_confirmation: true
|
||||
wizard_confirmation_label: ''
|
||||
wizard_auto_forward: true
|
||||
wizard_auto_forward_hide_next_button: false
|
||||
wizard_keyboard: true
|
||||
wizard_track: ''
|
||||
wizard_prev_button_label: ''
|
||||
wizard_next_button_label: ''
|
||||
wizard_toggle: false
|
||||
wizard_toggle_show_label: ''
|
||||
wizard_toggle_hide_label: ''
|
||||
wizard_page_type: container
|
||||
wizard_page_title_tag: h2
|
||||
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: ''
|
||||
draft_pending_single_message: ''
|
||||
draft_pending_multiple_message: ''
|
||||
confirmation_type: page
|
||||
confirmation_url: ''
|
||||
confirmation_title: ''
|
||||
confirmation_message: ''
|
||||
confirmation_attributes: { }
|
||||
confirmation_back: true
|
||||
confirmation_back_label: ''
|
||||
confirmation_back_attributes: { }
|
||||
confirmation_exclude_query: false
|
||||
confirmation_exclude_token: false
|
||||
confirmation_update: 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
|
||||
results_customize: false
|
||||
token_view: false
|
||||
token_update: false
|
||||
token_delete: false
|
||||
serial_disabled: 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: { }
|
||||
variants: { }
|
||||
14
config/default/webform.webform_options.country_codes.yml
Normal file
14
config/default/webform.webform_options.country_codes.yml
Normal file
@ -0,0 +1,14 @@
|
||||
uuid: 107c7d4f-cbb4-4413-b9a3-a6f541063083
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: adQ16YGDPk7QfUKrfrC35o2sKdHEozdNtdpiH7CftQQ
|
||||
id: country_codes
|
||||
label: 'Country codes'
|
||||
category: Geographic
|
||||
likert: false
|
||||
options: ''
|
||||
14
config/default/webform.webform_options.country_names.yml
Normal file
14
config/default/webform.webform_options.country_names.yml
Normal file
@ -0,0 +1,14 @@
|
||||
uuid: 3babb1f5-9dba-4699-b543-623eae1a0b18
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: zsfFP124dAM-sJkuEfnwaA7DN6o3-IsaXLgdNmObbYg
|
||||
id: country_names
|
||||
label: 'Country names'
|
||||
category: Geographic
|
||||
likert: false
|
||||
options: ''
|
||||
21
config/default/webform.webform_options.days.yml
Normal file
21
config/default/webform.webform_options.days.yml
Normal file
@ -0,0 +1,21 @@
|
||||
uuid: 527a5283-e0cd-4d7a-858d-fa6338995802
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: YNrKbYrWWjeubUUM8AsQ19KnX7cU1elACR14CZJHmdg
|
||||
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
|
||||
18
config/default/webform.webform_options.education.yml
Normal file
18
config/default/webform.webform_options.education.yml
Normal file
@ -0,0 +1,18 @@
|
||||
uuid: 06183bbe-500e-4b79-a6d0-dc43c14139f9
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: mII4acOv33s-j8PINywrCag4OITbeJGxdPO373dnHHw
|
||||
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
|
||||
19
config/default/webform.webform_options.employment_status.yml
Normal file
19
config/default/webform.webform_options.employment_status.yml
Normal file
@ -0,0 +1,19 @@
|
||||
uuid: fe836b47-d3ca-49a3-b686-ed13c5d31bcf
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: 8MCmsz_csdJkVItxI8g_s4zp2PM285YqCy_gWTzOLPw
|
||||
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
|
||||
22
config/default/webform.webform_options.ethnicity.yml
Normal file
22
config/default/webform.webform_options.ethnicity.yml
Normal file
@ -0,0 +1,22 @@
|
||||
uuid: 70bc0dcc-7090-446d-b4ad-c497ade60f16
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: pIPgrAC82wE2GAk1mOv2UvMYv71YQe4VT8667QIYdvI
|
||||
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
|
||||
42
config/default/webform.webform_options.gender.yml
Normal file
42
config/default/webform.webform_options.gender.yml
Normal file
@ -0,0 +1,42 @@
|
||||
uuid: 4622ffe3-b67c-4365-992e-237f46fa334e
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: yxhG0JmQs2HT-Ro6ZeDQboDc9ZWR4GglflTtyoqxK4A
|
||||
id: gender
|
||||
label: Gender
|
||||
category: Demographic
|
||||
likert: false
|
||||
options: |
|
||||
Man: Man
|
||||
Woman: Woman
|
||||
Non-binary: Non-binary
|
||||
Agender/Genderless: Agender/Genderless
|
||||
Androgyne/Androgynous: Androgyne/Androgynous
|
||||
Aporagender: Aporagender
|
||||
Bigender: Bigender
|
||||
Demi-agender: Demi-agender
|
||||
Demi-boy: Demi-boy
|
||||
Demi-fluid: Demi-fluid
|
||||
Demi-girl: Demi-girl
|
||||
Demi-gender: Demi-gender
|
||||
Demi-non-binary: Demi-non-binary
|
||||
Genderqueer: Genderqueer
|
||||
Genderflux: Genderflux
|
||||
Genderfluid: Genderfluid
|
||||
Gender-indifferent: Gender-indifferent
|
||||
Gender-neutral: Gender-neutral
|
||||
Graygender: Graygender
|
||||
Intergender: Intergender
|
||||
Maverique: Maverique
|
||||
Maxigender: Maxigender
|
||||
Multigender/Polygender: Multigender/Polygender
|
||||
Neutrois: Neutrois
|
||||
Pangender/Omnigender: Pangender/Omnigender
|
||||
Trigender: Trigender
|
||||
Two-spirit: Two-spirit
|
||||
'Prefer Not to Answer': 'Prefer Not to Answer'
|
||||
53
config/default/webform.webform_options.industry.yml
Normal file
53
config/default/webform.webform_options.industry.yml
Normal file
@ -0,0 +1,53 @@
|
||||
uuid: 6be394f6-390b-4077-8b9f-9e13b5b82eb7
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: s_SXZn2HbRGvTex-TLOCxz2oOnMYqtEZh8HD4_318QI
|
||||
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
|
||||
14
config/default/webform.webform_options.languages.yml
Normal file
14
config/default/webform.webform_options.languages.yml
Normal file
@ -0,0 +1,14 @@
|
||||
uuid: a190c70e-7d3f-4925-8ae9-68a008b26686
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: mYH14Vi65Ixj10c_GFa7CipxU3D0Bt9wgo8zE8zjOfE
|
||||
id: languages
|
||||
label: Languages
|
||||
category: Language
|
||||
likert: false
|
||||
options: ''
|
||||
19
config/default/webform.webform_options.likert_agreement.yml
Normal file
19
config/default/webform.webform_options.likert_agreement.yml
Normal file
@ -0,0 +1,19 @@
|
||||
uuid: 57e027ad-de73-46df-93e9-3627ea7acffa
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: nPp-CfMKrP0yDMtyO0wQRwawEqaJVAPzQapinXmDgyU
|
||||
id: likert_agreement
|
||||
label: 'Likert: Agreement'
|
||||
category: Likert
|
||||
likert: true
|
||||
options: |
|
||||
1: Strongly Disagree
|
||||
2: Disagree
|
||||
3: Neutral
|
||||
4: Agree
|
||||
5: Strongly Agree
|
||||
19
config/default/webform.webform_options.likert_comparison.yml
Normal file
19
config/default/webform.webform_options.likert_comparison.yml
Normal file
@ -0,0 +1,19 @@
|
||||
uuid: bb20b455-0b81-46b6-a516-afe114f7d323
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: DMG4TKTHEXtHN8ho_sG_GiZHgweZ6nrRm6BAjk0LZ_Y
|
||||
id: likert_comparison
|
||||
label: 'Likert: Comparison'
|
||||
category: Likert
|
||||
likert: true
|
||||
options: |
|
||||
1: Much Worse
|
||||
2: Somewhat Worse
|
||||
3: About the Same
|
||||
4: Somewhat Better
|
||||
5: Much Better
|
||||
19
config/default/webform.webform_options.likert_importance.yml
Normal file
19
config/default/webform.webform_options.likert_importance.yml
Normal file
@ -0,0 +1,19 @@
|
||||
uuid: b7ddc43c-246f-4a53-a539-464a3630984e
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: Hbc8n5HtVZVs5fSBSpSbuY07CVvqkKP76csvRHN9pK8
|
||||
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
|
||||
19
config/default/webform.webform_options.likert_quality.yml
Normal file
19
config/default/webform.webform_options.likert_quality.yml
Normal file
@ -0,0 +1,19 @@
|
||||
uuid: 29e5caa2-3317-4c26-bb27-2646315d1d9a
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: swmYtBVUbwq7aHJWWDN7ODByuvur9vMkexDC9h64NZ8
|
||||
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,19 @@
|
||||
uuid: f7ad8f2b-bcd4-477c-a2d6-ae0802aa8039
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: AKE2SNwCpl6Mu_cmbq9ZM2_cXxCikCVj1vcPE9oHWTs
|
||||
id: likert_satisfaction
|
||||
label: 'Likert: Satisfaction'
|
||||
category: Likert
|
||||
likert: true
|
||||
options: |
|
||||
1: Very Unsatisfied
|
||||
2: Unsatisfied
|
||||
3: Neutral
|
||||
4: Satisfied
|
||||
5: Very Satisfied
|
||||
24
config/default/webform.webform_options.likert_ten_scale.yml
Normal file
24
config/default/webform.webform_options.likert_ten_scale.yml
Normal file
@ -0,0 +1,24 @@
|
||||
uuid: 038a5381-b20f-4935-a52c-63cfe3fc3afb
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: zEZX8JSVqznnFtqFfpuC593h3t1JDAZhF0Q3pvA229o
|
||||
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
|
||||
19
config/default/webform.webform_options.likert_would_you.yml
Normal file
19
config/default/webform.webform_options.likert_would_you.yml
Normal file
@ -0,0 +1,19 @@
|
||||
uuid: 9531372b-fe79-43f3-b637-a0ff047a42ef
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: qBS2TmfAJB37Qn3TnrNM8x4AWimmDapcizzRllgo0fo
|
||||
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
|
||||
18
config/default/webform.webform_options.marital_status.yml
Normal file
18
config/default/webform.webform_options.marital_status.yml
Normal file
@ -0,0 +1,18 @@
|
||||
uuid: cead2af1-991c-4461-a64e-e619b4ff3d1c
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: cjVDbAE5BlopGrY-tfxsxMoyEibwBBNgdQwDdxOSkow
|
||||
id: marital_status
|
||||
label: 'Marital status'
|
||||
category: Demographic
|
||||
likert: false
|
||||
options: |
|
||||
Single: Single
|
||||
Married: Married
|
||||
Divorced: Divorced
|
||||
Widowed: Widowed
|
||||
26
config/default/webform.webform_options.months.yml
Normal file
26
config/default/webform.webform_options.months.yml
Normal file
@ -0,0 +1,26 @@
|
||||
uuid: c89e7583-3852-4b37-b96b-c440d79348d8
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: pZJnuQkh9afNML5IcMuKTUC__vmHMFn66Qr5IWtedZ4
|
||||
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
|
||||
17
config/default/webform.webform_options.phone_types.yml
Normal file
17
config/default/webform.webform_options.phone_types.yml
Normal file
@ -0,0 +1,17 @@
|
||||
uuid: 88ea1b45-213e-4120-99c1-e166d5090d39
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: LkO63Zl2cP_l9YdjzWI8dWoD9uD0pytkPiUiUM2bo9A
|
||||
id: phone_types
|
||||
label: 'Phone type'
|
||||
category: Demographic
|
||||
likert: false
|
||||
options: |
|
||||
Home: Home
|
||||
Office: Office
|
||||
Cell: Cell
|
||||
27
config/default/webform.webform_options.province_codes.yml
Normal file
27
config/default/webform.webform_options.province_codes.yml
Normal file
@ -0,0 +1,27 @@
|
||||
uuid: 3f6aafe1-b19a-43b9-81b1-5306fa419acf
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: cR3A6XXinVGC9g5vLS-vVvTC2ppZXRNXLPWA8xBUMew
|
||||
id: province_codes
|
||||
label: 'Province codes'
|
||||
category: Geographic
|
||||
likert: false
|
||||
options: |
|
||||
AB: Alberta
|
||||
BC: 'British Columbia'
|
||||
MB: Manitoba
|
||||
NB: 'New Brunswick'
|
||||
NL: 'Newfoundland and Labrador'
|
||||
NS: 'Nova Scotia'
|
||||
NT: 'Northwest Territories'
|
||||
NU: Nunavut
|
||||
'ON': Ontario
|
||||
PE: 'Prince Edward Island'
|
||||
QC: Quebec
|
||||
SK: Saskatchewan
|
||||
YT: Yukon
|
||||
27
config/default/webform.webform_options.province_names.yml
Normal file
27
config/default/webform.webform_options.province_names.yml
Normal file
@ -0,0 +1,27 @@
|
||||
uuid: b2145bb5-6f1d-4870-ac8f-464756ff2814
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: aaEeYBWoWETLKX2ivmZBpUAd3uPe2iPNydaxBuLPXKc
|
||||
id: province_names
|
||||
label: 'Province names'
|
||||
category: Geographic
|
||||
likert: false
|
||||
options: |
|
||||
Alberta: Alberta
|
||||
'British Columbia': 'British Columbia'
|
||||
Manitoba: Manitoba
|
||||
'New Brunswick': 'New Brunswick'
|
||||
'Newfoundland and Labrador': 'Newfoundland and Labrador'
|
||||
'Nova Scotia': 'Nova Scotia'
|
||||
'Northwest Territories': 'Northwest Territories'
|
||||
Nunavut: Nunavut
|
||||
Ontario: Ontario
|
||||
'Prince Edward Island': 'Prince Edward Island'
|
||||
Quebec: Quebec
|
||||
Saskatchewan: Saskatchewan
|
||||
Yukon: Yukon
|
||||
19
config/default/webform.webform_options.relationship.yml
Normal file
19
config/default/webform.webform_options.relationship.yml
Normal file
@ -0,0 +1,19 @@
|
||||
uuid: 36649ead-5584-41b9-8b30-be92086ec219
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: 4J2RPG4JmsD4Fm1NlIQY0JHkrJ08UUl0qTF0_EjUxvw
|
||||
id: relationship
|
||||
label: Relationship
|
||||
category: Demographic
|
||||
likert: false
|
||||
options: |
|
||||
Parent: Parent
|
||||
'Significant Other': 'Significant Other'
|
||||
Sibling: Sibling
|
||||
Child: Child
|
||||
Friend: Friend
|
||||
16
config/default/webform.webform_options.sex.yml
Normal file
16
config/default/webform.webform_options.sex.yml
Normal file
@ -0,0 +1,16 @@
|
||||
uuid: f276d447-0828-4989-a97f-fe3ac7db4349
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: WRpxpwYpfcO_i0so7BV4QXxXlbPiSVppYmAV6DAz4c0
|
||||
id: sex
|
||||
label: Sex
|
||||
category: Demographic
|
||||
likert: false
|
||||
options: |
|
||||
Male: Male
|
||||
Female: Female
|
||||
17
config/default/webform.webform_options.sex_icao.yml
Normal file
17
config/default/webform.webform_options.sex_icao.yml
Normal file
@ -0,0 +1,17 @@
|
||||
uuid: bb3601de-1808-4259-84d9-ce4d69871cc9
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: 9mxo86dMII5OxkHl4mbe2l4AgQloOXuErOte57BU9IY
|
||||
id: sex_icao
|
||||
label: 'Sex - International Civil Aviation Organization (ICAO)'
|
||||
category: Demographic
|
||||
likert: false
|
||||
options: |
|
||||
M: Male
|
||||
F: Female
|
||||
X: Unspecified
|
||||
19
config/default/webform.webform_options.size.yml
Normal file
19
config/default/webform.webform_options.size.yml
Normal file
@ -0,0 +1,19 @@
|
||||
uuid: 2bb576e3-9b6c-4554-a4c4-ac5a1bf1f813
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: RKkc6tf1VudvYiOtwPCf3Tp_EoA6fov6BFC34D7gMoQ
|
||||
id: size
|
||||
label: Size
|
||||
category: General
|
||||
likert: false
|
||||
options: |
|
||||
Extra Small: Extra Small
|
||||
Small: Small
|
||||
Medium: Medium
|
||||
Large: Large
|
||||
Extra Large: Extra Large
|
||||
66
config/default/webform.webform_options.state_codes.yml
Normal file
66
config/default/webform.webform_options.state_codes.yml
Normal file
@ -0,0 +1,66 @@
|
||||
uuid: 48ddcfbf-9ed1-4ac5-835d-c73590064af9
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: 8mYO8ewsZX3LVfNga69jXa0RNO0LNN8-EGkXLhSAMBU
|
||||
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
|
||||
65
config/default/webform.webform_options.state_names.yml
Normal file
65
config/default/webform.webform_options.state_names.yml
Normal file
@ -0,0 +1,65 @@
|
||||
uuid: b3cc71c3-f31d-4552-b58c-29b08e9ae66a
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: KfYqMSrFJ5iGtDzvy_rGUeRUJ4KyM7Xt-tWtYx9WjiM
|
||||
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,89 @@
|
||||
uuid: 41feeff2-1626-4434-a1b6-a3f4f5e6a4cc
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: ziWv9xVss1UBnP_R38EqduZOprwOAifpxjXhyOPzmys
|
||||
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
|
||||
AB: Alberta
|
||||
BC: 'British Columbia'
|
||||
MB: Manitoba
|
||||
NB: 'New Brunswick'
|
||||
NL: 'Newfoundland and Labrador'
|
||||
NS: 'Nova Scotia'
|
||||
NT: 'Northwest Territories'
|
||||
NU: Nunavut
|
||||
'ON': Ontario
|
||||
PE: 'Prince Edward Island'
|
||||
QC: Quebec
|
||||
SK: Saskatchewan
|
||||
YT: Yukon
|
||||
@ -0,0 +1,89 @@
|
||||
uuid: a89f8393-b1fa-4006-a8bf-b8bc9b39a7a1
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: d4mxS_CxdzHZK4WaGQf1H3m-Uubm5HPbu9U4ydzscuo
|
||||
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
|
||||
Alberta: Alberta
|
||||
'British Columbia': 'British Columbia'
|
||||
Manitoba: Manitoba
|
||||
'New Brunswick': 'New Brunswick'
|
||||
'Newfoundland and Labrador': 'Newfoundland and Labrador'
|
||||
'Nova Scotia': 'Nova Scotia'
|
||||
'Northwest Territories': 'Northwest Territories'
|
||||
Nunavut: Nunavut
|
||||
Ontario: Ontario
|
||||
'Prince Edward Island': 'Prince Edward Island'
|
||||
Quebec: Quebec
|
||||
Saskatchewan: Saskatchewan
|
||||
Yukon: Yukon
|
||||
14
config/default/webform.webform_options.time_zones.yml
Normal file
14
config/default/webform.webform_options.time_zones.yml
Normal file
@ -0,0 +1,14 @@
|
||||
uuid: 44f46d0e-60e1-4321-814e-5bd325cf6571
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: 8rVcRXLnTAEoWs7zl8du-7RIUnayqUcGYnvb3JT21-o
|
||||
id: time_zones
|
||||
label: 'Time zones'
|
||||
category: 'Date and time'
|
||||
likert: false
|
||||
options: ''
|
||||
19
config/default/webform.webform_options.titles.yml
Normal file
19
config/default/webform.webform_options.titles.yml
Normal file
@ -0,0 +1,19 @@
|
||||
uuid: a3f93fcb-478c-489e-b761-d9b89108e852
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: PEUoedWrfYEX7oZ8CcOukfBTVxar1cPSROX8534esuU
|
||||
id: titles
|
||||
label: Titles
|
||||
category: Demographic
|
||||
likert: false
|
||||
options: |
|
||||
Miss: Miss
|
||||
Ms: Ms
|
||||
Mr: Mr
|
||||
Mrs: Mrs
|
||||
Dr: Dr
|
||||
14
config/default/webform.webform_options.translations.yml
Normal file
14
config/default/webform.webform_options.translations.yml
Normal file
@ -0,0 +1,14 @@
|
||||
uuid: 4730012d-b171-40c5-90c5-074a9e6a7301
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: Mb_L3vE-0IBZH5s2rjpk2LNn0QHClQP9AARQdCmVLt4
|
||||
id: translations
|
||||
label: Translations
|
||||
category: Language
|
||||
likert: false
|
||||
options: ''
|
||||
16
config/default/webform.webform_options.yes_no.yml
Normal file
16
config/default/webform.webform_options.yes_no.yml
Normal file
@ -0,0 +1,16 @@
|
||||
uuid: 896d8134-e1b9-4def-a9f7-ef0ccfadcbbf
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: W88NYg31DbaVNQx1Uir_dwwXHVtF09QOq4VBGsH1Snk
|
||||
id: yes_no
|
||||
label: Yes/No
|
||||
category: General
|
||||
likert: false
|
||||
options: |
|
||||
Yes: Yes
|
||||
No: No
|
||||
Loading…
x
Reference in New Issue
Block a user