diff --git a/composer.json b/composer.json index e6185ea..b4f48fc 100644 --- a/composer.json +++ b/composer.json @@ -33,6 +33,7 @@ "drupal/migrate_plus": "^4.0", "drupal/migrate_tools": "^4.0", "drupal/minimalhtml": "^1.0", + "drupal/multiline_config": "^1.0", "drupal/paragraphs_features": "^1.4", "drupal/preview_link": "^1.1", "drupal/redirect": "^1.2", diff --git a/composer.lock b/composer.lock index 5938990..72ecc48 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "842cffb79666f17c55acaa992fe9c0c8", + "content-hash": "23d3af494eecdbbdaca9df921bf1b71d", "packages": [ { "name": "asm89/stack-cors", @@ -7769,6 +7769,58 @@ "issues": "https://www.drupal.org/project/issues/minimalhtml" } }, + { + "name": "drupal/multiline_config", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/multiline_config.git", + "reference": "8.x-1.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/multiline_config-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "0910c3b007c74cddd6823ad5e86ca40c14a91f20" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0", + "datestamp": "1553258884", + "security-coverage": { + "status": "not-covered", + "message": "Project has not opted into security advisory coverage!" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Pedro Cambra", + "homepage": "https://www.drupal.org/u/pcambra" + }, + { + "name": "Manuel Egío", + "homepage": "https://www.drupal.org/u/facine" + } + ], + "description": "This module allows you export configuration strings as multiline.", + "homepage": "http://drupal.org/project/multiline_config", + "support": { + "source": "https://cgit.drupalcode.org/multiline_config", + "issues": "https://www.drupal.org/project/issues/multiline_config" + } + }, { "name": "drupal/octavia", "version": "1.0.0-beta1", @@ -8401,7 +8453,7 @@ }, "drupal": { "version": "8.x-1.12", - "datestamp": "1552334285", + "datestamp": "1557244685", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" diff --git a/config/sync/block.block.exposedformsearchpage_1_2.yml b/config/sync/block.block.exposedformsearchpage_1_2.yml index 24baa0f..0c876d5 100644 --- a/config/sync/block.block.exposedformsearchpage_1_2.yml +++ b/config/sync/block.block.exposedformsearchpage_1_2.yml @@ -30,6 +30,8 @@ visibility: context_mapping: { } request_path: id: request_path - pages: "/search\r\n/search/*" + pages: | + /search + /search/* negate: false context_mapping: { } diff --git a/config/sync/comment_notify.settings.yml b/config/sync/comment_notify.settings.yml index 268d611..f55526f 100644 --- a/config/sync/comment_notify.settings.yml +++ b/config/sync/comment_notify.settings.yml @@ -10,11 +10,49 @@ mail_templates: watcher: node: subject: '[site:name] :: new comment on [node:title]' - body: "Hi [comment-subscribed:author],\r\n\r\n[comment:author] has commented on: \"[node:title]\"\r\n\r\n----\r\n[comment:title]\r\n[comment:body]\r\n----\r\n\r\nYou can view the comment at the following url\r\n[comment:url]\r\n\r\nYou can stop receiving emails when someone replies to this post,\r\nby going to [comment-subscribed:unsubscribe-url]\r\n\r\nYou can set up auto-following feature for all future posts\r\nby creating your own user with a few clicks here [site:login-url]\r\n\r\n-- [site:name] team\r\n[site:url]\r\n" + body: | + Hi [comment-subscribed:author], + + [comment:author] has commented on: "[node:title]" + + ---- + [comment:title] + [comment:body] + ---- + + You can view the comment at the following url + [comment:url] + + You can stop receiving emails when someone replies to this post, + by going to [comment-subscribed:unsubscribe-url] + + You can set up auto-following feature for all future posts + by creating your own user with a few clicks here [site:login-url] + + -- [site:name] team + [site:url] entity_author: node: subject: '[site:name] :: new comment for your post' - body: "Hi [node:author],\r\n\r\nYou have received a comment on: \"[node:title]\"\r\n\r\n----\r\n[comment:title]\r\n[comment:body]\r\n----\r\n\r\nYou can view the comment at the following url\r\n[comment:url]\r\n\r\nYou will receive emails like this for all replies to your posts. You can\r\ndisable this by logging in and changing the settings on your user account at\r\n[node:author:edit-url].\r\n\r\n-- [site:name] team\r\n[site:url]\r\n" + body: | + Hi [node:author], + + You have received a comment on: "[node:title]" + + ---- + [comment:title] + [comment:body] + ---- + + You can view the comment at the following url + [comment:url] + + You will receive emails like this for all replies to your posts. You can + disable this by logging in and changing the settings on your user account at + [node:author:edit-url]. + + -- [site:name] team + [site:url] _core: default_config_hash: Q6HMOSKUhb-YgBPZ1JIbcVeOxHPv-eJoBGYmXiG9Pik bundle_types: diff --git a/config/sync/config_perms.custom_perms_entity.edit_contact_form.yml b/config/sync/config_perms.custom_perms_entity.edit_contact_form.yml index ece5948..cec3b04 100644 --- a/config/sync/config_perms.custom_perms_entity.edit_contact_form.yml +++ b/config/sync/config_perms.custom_perms_entity.edit_contact_form.yml @@ -6,4 +6,6 @@ _core: default_config_hash: eJWhGhpRfmEhpk2aZAe8424DHGi6A4onjpxfouE4eWk id: edit_contact_form label: 'Edit contact form' -route: "entity.contact_form.collection\r\nentity.contact_form.edit_form" +route: | + entity.contact_form.collection + entity.contact_form.edit_form diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.comment_notify.yml b/config/sync/config_snapshot.snapshot.config_sync.module.comment_notify.yml index ef80d9b..bb55b73 100644 --- a/config/sync/config_snapshot.snapshot.config_sync.module.comment_notify.yml +++ b/config/sync/config_snapshot.snapshot.config_sync.module.comment_notify.yml @@ -24,7 +24,45 @@ items: mail_templates: watcher: subject: '[site:name] :: new comment on [node:title]' - body: "Hi [comment-subscribed:author],\n\n[comment:author] has commented on: \"[node:title]\"\n\n----\n[comment:title]\n[comment:body]\n----\n\nYou can view the comment at the following url\n[comment:url]\n\nYou can stop receiving emails when someone replies to this post,\nby going to [comment-subscribed:unsubscribe-url]\n\nYou can set up auto-following feature for all future posts\nby creating your own user with a few clicks here [site:login-url]\n\n-- [site:name] team\n[site:url]\n" + body: | + Hi [comment-subscribed:author], + + [comment:author] has commented on: "[node:title]" + + ---- + [comment:title] + [comment:body] + ---- + + You can view the comment at the following url + [comment:url] + + You can stop receiving emails when someone replies to this post, + by going to [comment-subscribed:unsubscribe-url] + + You can set up auto-following feature for all future posts + by creating your own user with a few clicks here [site:login-url] + + -- [site:name] team + [site:url] entity_author: subject: '[site:name] :: new comment for your post' - body: "Hi [node:author],\n\nYou have received a comment on: \"[node:title]\"\n\n----\n[comment:title]\n[comment:body]\n----\n\nYou can view the comment at the following url\n[comment:url]\n\nYou will receive emails like this for all replies to your posts. You can\ndisable this by logging in and changing the settings on your user account at\n[node:author:edit-url].\n\n-- [site:name] team\n[site:url]\n" + body: | + Hi [node:author], + + You have received a comment on: "[node:title]" + + ---- + [comment:title] + [comment:body] + ---- + + You can view the comment at the following url + [comment:url] + + You will receive emails like this for all replies to your posts. You can + disable this by logging in and changing the settings on your user account at + [node:author:edit-url]. + + -- [site:name] team + [site:url] diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_core.yml b/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_core.yml index cd39c8d..b509de6 100644 --- a/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_core.yml +++ b/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_core.yml @@ -28,7 +28,9 @@ items: dependencies: { } id: edit_contact_form label: 'Edit contact form' - route: "entity.contact_form.collection\r\nentity.contact_form.edit_form" + route: | + entity.contact_form.collection + entity.contact_form.edit_form - collection: '' name: core.date_format.month_day_year diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.google_analytics.yml b/config/sync/config_snapshot.snapshot.config_sync.module.google_analytics.yml index 9efbbf5..d73caab 100644 --- a/config/sync/config_snapshot.snapshot.config_sync.module.google_analytics.yml +++ b/config/sync/config_snapshot.snapshot.config_sync.module.google_analytics.yml @@ -19,7 +19,13 @@ items: cross_domains: '' visibility: request_path_mode: 0 - request_path_pages: "/admin\n/admin/*\n/batch\n/node/add*\n/node/*/*\n/user/*/*" + request_path_pages: | + /admin + /admin/* + /batch + /node/add* + /node/*/* + /user/*/* user_role_mode: 0 user_role_roles: { } user_account_mode: 0 diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.honeypot.yml b/config/sync/config_snapshot.snapshot.config_sync.module.honeypot.yml index 1643fb9..f2e9152 100644 --- a/config/sync/config_snapshot.snapshot.config_sync.module.honeypot.yml +++ b/config/sync/config_snapshot.snapshot.config_sync.module.honeypot.yml @@ -46,7 +46,10 @@ items: plugin: text label: Honeypot weight: -10 - body: "Congratulations on installing Honeypot on your site! With just a few clicks, you can have your site well-protected against automated spam bots.\r\n\r\nClick Next to be guided through this configuration page." + body: | + Congratulations on installing Honeypot on your site! With just a few clicks, you can have your site well-protected against automated spam bots. + + Click Next to be guided through this configuration page. location: top protect-all-forms: id: protect-all-forms @@ -55,7 +58,10 @@ items: weight: -9 attributes: data-id: edit-protect-all-forms - body: "Protecting all the forms is the easiest way to quickly cut down on spam on your site, but doing this disables Drupal's caching for every page where a form is displayed.\r\n\r\nNote: If you have the honeypot time limit enabled, this option may cause issues with Drupal Commerce product forms or similarly-sparse forms that are able to be completed in a very short time." + body: | + Protecting all the forms is the easiest way to quickly cut down on spam on your site, but doing this disables Drupal's caching for every page where a form is displayed. + + Note: If you have the honeypot time limit enabled, this option may cause issues with Drupal Commerce product forms or similarly-sparse forms that are able to be completed in a very short time. location: bottom log-blocked-form-submissions: id: log-blocked-form-submissions diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.hotjar.yml b/config/sync/config_snapshot.snapshot.config_sync.module.hotjar.yml index b79458f..e3c2f7b 100644 --- a/config/sync/config_snapshot.snapshot.config_sync.module.hotjar.yml +++ b/config/sync/config_snapshot.snapshot.config_sync.module.hotjar.yml @@ -16,6 +16,12 @@ items: account: '' snippet_version: 6 visibility_pages: 0 - pages: "/admin\n/admin/*\n/batch\n/node/add*\n/node/*/*\n/user/*/*" + pages: | + /admin + /admin/* + /batch + /node/add* + /node/*/* + /user/*/* visibility_roles: 0 roles: { } diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.multiline_config.yml b/config/sync/config_snapshot.snapshot.config_sync.module.multiline_config.yml new file mode 100644 index 0000000..de1c5bc --- /dev/null +++ b/config/sync/config_snapshot.snapshot.config_sync.module.multiline_config.yml @@ -0,0 +1,11 @@ +uuid: e82700a4-9185-45a0-bb6c-ed90b564ad7e +langcode: en +status: true +dependencies: + module: + - multiline_config +id: config_sync.module.multiline_config +snapshotSet: config_sync +extensionType: module +extensionName: multiline_config +items: { } diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.user.yml b/config/sync/config_snapshot.snapshot.config_sync.module.user.yml index a72dc0f..36274cd 100644 --- a/config/sync/config_snapshot.snapshot.config_sync.module.user.yml +++ b/config/sync/config_snapshot.snapshot.config_sync.module.user.yml @@ -122,31 +122,117 @@ items: name: user.mail data: cancel_confirm: - body: "[user:display-name],\n\nA request to cancel your account has been made at [site:name].\n\nYou may now cancel your account on [site:url-brief] by clicking this link or copying and pasting it into your browser:\n\n[user:cancel-url]\n\nNOTE: The cancellation of your account is not reversible.\n\nThis link expires in one day and nothing will happen if it is not used.\n\n-- [site:name] team" + body: | + [user:display-name], + + A request to cancel your account has been made at [site:name]. + + You may now cancel your account on [site:url-brief] by clicking this link or copying and pasting it into your browser: + + [user:cancel-url] + + NOTE: The cancellation of your account is not reversible. + + This link expires in one day and nothing will happen if it is not used. + + -- [site:name] team subject: 'Account cancellation request for [user:display-name] at [site:name]' password_reset: - body: "[user:display-name],\n\nA request to reset the password for your account has been made at [site:name].\n\nYou may now log in by clicking this link or copying and pasting it into your browser:\n\n[user:one-time-login-url]\n\nThis link can only be used once to log in and will lead you to a page where you can set your password. It expires after one day and nothing will happen if it's not used.\n\n-- [site:name] team" + body: | + [user:display-name], + + A request to reset the password for your account has been made at [site:name]. + + You may now log in by clicking this link or copying and pasting it into your browser: + + [user:one-time-login-url] + + This link can only be used once to log in and will lead you to a page where you can set your password. It expires after one day and nothing will happen if it's not used. + + -- [site:name] team subject: 'Replacement login information for [user:display-name] at [site:name]' register_admin_created: - body: "[user:display-name],\n\nA site administrator at [site:name] has created an account for you. You may now log in by clicking this link or copying and pasting it into your browser:\n\n[user:one-time-login-url]\n\nThis link can only be used once to log in and will lead you to a page where you can set your password.\n\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\n\nusername: [user:name]\npassword: Your password\n\n-- [site:name] team" + body: | + [user:display-name], + + A site administrator at [site:name] has created an account for you. You may now log in by clicking this link or copying and pasting it into your browser: + + [user:one-time-login-url] + + This link can only be used once to log in and will lead you to a page where you can set your password. + + After setting your password, you will be able to log in at [site:login-url] in the future using: + + username: [user:name] + password: Your password + + -- [site:name] team subject: 'An administrator created an account for you at [site:name]' register_no_approval_required: - body: "[user:display-name],\n\nThank you for registering at [site:name]. You may now log in by clicking this link or copying and pasting it into your browser:\n\n[user:one-time-login-url]\n\nThis link can only be used once to log in and will lead you to a page where you can set your password.\n\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\n\nusername: [user:name]\npassword: Your password\n\n-- [site:name] team" + body: | + [user:display-name], + + Thank you for registering at [site:name]. You may now log in by clicking this link or copying and pasting it into your browser: + + [user:one-time-login-url] + + This link can only be used once to log in and will lead you to a page where you can set your password. + + After setting your password, you will be able to log in at [site:login-url] in the future using: + + username: [user:name] + password: Your password + + -- [site:name] team subject: 'Account details for [user:display-name] at [site:name]' register_pending_approval: - body: "[user:display-name],\n\nThank you for registering at [site:name]. Your application for an account is currently pending approval. Once it has been approved, you will receive another email containing information about how to log in, set your password, and other details.\n\n-- [site:name] team" + body: | + [user:display-name], + + Thank you for registering at [site:name]. Your application for an account is currently pending approval. Once it has been approved, you will receive another email containing information about how to log in, set your password, and other details. + + -- [site:name] team subject: 'Account details for [user:display-name] at [site:name] (pending admin approval)' register_pending_approval_admin: - body: "[user:display-name] has applied for an account.\n\n[user:edit-url]" + body: | + [user:display-name] has applied for an account. + + [user:edit-url] subject: 'Account details for [user:display-name] at [site:name] (pending admin approval)' status_activated: - body: "[user:display-name],\n\nYour account at [site:name] has been activated.\n\nYou may now log in by clicking this link or copying and pasting it into your browser:\n\n[user:one-time-login-url]\n\nThis link can only be used once to log in and will lead you to a page where you can set your password.\n\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\n\nusername: [user:account-name]\npassword: Your password\n\n-- [site:name] team" + body: | + [user:display-name], + + Your account at [site:name] has been activated. + + You may now log in by clicking this link or copying and pasting it into your browser: + + [user:one-time-login-url] + + This link can only be used once to log in and will lead you to a page where you can set your password. + + After setting your password, you will be able to log in at [site:login-url] in the future using: + + username: [user:account-name] + password: Your password + + -- [site:name] team subject: 'Account details for [user:display-name] at [site:name] (approved)' status_blocked: - body: "[user:display-name],\n\nYour account on [site:name] has been blocked.\n\n-- [site:name] team" + body: | + [user:display-name], + + Your account on [site:name] has been blocked. + + -- [site:name] team subject: 'Account details for [user:display-name] at [site:name] (blocked)' status_canceled: - body: "[user:display-name],\n\nYour account on [site:name] has been canceled.\n\n-- [site:name] team" + body: | + [user:display-name], + + Your account on [site:name] has been canceled. + + -- [site:name] team subject: 'Account details for [user:display-name] at [site:name] (canceled)' langcode: en - diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.webform.yml b/config/sync/config_snapshot.snapshot.config_sync.module.webform.yml index ca3220d..5587a1d 100644 --- a/config/sync/config_snapshot.snapshot.config_sync.module.webform.yml +++ b/config/sync/config_snapshot.snapshot.config_sync.module.webform.yml @@ -3274,7 +3274,12 @@ items: default_form_required_label: 'Indicates required field' default_form_details_toggle: true default_form_file_limit: '' - form_classes: "container-inline clearfix\nform--inline clearfix\nmessages messages--error\nmessages messages--warning\nmessages messages--status\n" + form_classes: | + container-inline clearfix + form--inline clearfix + messages messages--error + messages messages--warning + messages messages--status button_classes: '' default_wizard_prev_button_label: '< Previous Page' default_wizard_next_button_label: 'Next Page >' @@ -3311,9 +3316,15 @@ items: default_previous_submission_message: 'You have already submitted this webform. View your previous submission.' default_previous_submissions_message: 'You have already submitted this webform. View your previous submissions.' default_autofill_message: 'This submission has been autofilled with your previous submission.' - preview_classes: "messages messages--error\nmessages messages--warning\nmessages messages--status\n" - confirmation_classes: "messages messages--error\nmessages messages--warning\nmessages messages--status\n" - confirmation_back_classes: "button\n" + preview_classes: | + messages messages--error + messages messages--warning + messages messages--status + confirmation_classes: | + messages messages--error + messages messages--warning + messages messages--status + confirmation_back_classes: button default_limit_total_message: 'No more submissions are permitted.' default_limit_user_message: 'No more submissions are permitted.' dialog: false @@ -3363,9 +3374,28 @@ items: element: empty_message: '{Empty}' allowed_tags: admin - wrapper_classes: "container-inline clearfix\nform--inline clearfix\nmessages messages--error\nmessages messages--warning\nmessages messages--status\n" - classes: "container-inline clearfix\nform--inline clearfix\nmessages messages--error\nmessages messages--warning\nmessages messages--status\n" - horizontal_rule_classes: "webform-horizontal-rule--solid\nwebform-horizontal-rule--dashed\nwebform-horizontal-rule--dotted\nwebform-horizontal-rule--gradient\nwebform-horizontal-rule--thin\nwebform-horizontal-rule--medium\nwebform-horizontal-rule--thick\nwebform-horizontal-rule--flaired\nwebform-horizontal-rule--glyph\n" + 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 @@ -3408,12 +3438,98 @@ items: default_sender_mail: '' default_sender_name: '' default_subject: 'Webform submission from: [webform_submission:source-entity]' - default_body_text: "Submitted on [webform_submission:created]\nSubmitted by: [webform_submission:user]\n\nSubmitted values are:\n[webform_submission:values]\n" - default_body_html: "

Submitted on [webform_submission:created]

\n

Submitted by: [webform_submission:user]

\n

Submitted values are:

\n[webform_submission:values]\n" + default_body_text: | + Submitted on [webform_submission:created] + Submitted by: [webform_submission:user] + + Submitted values are: + [webform_submission:values] + default_body_html: | +

Submitted on [webform_submission:created]

+

Submitted by: [webform_submission:user]

+

Submitted values are:

+ [webform_submission:values] roles: { } test: - types: "checkbox:\n - true\ncolor:\n - '#ffffcc'\n - '#ffffcc'\n - '#ccffff'\nemail:\n - 'example@example.com'\n - 'test@test.com'\n - 'random@random.com'\nlanguage_select:\n - en\nmachine_name:\n - 'loremipsum'\n - 'oratione'\n - 'dixisset'\ntel:\n - '123-456-7890'\n - '098-765-4321'\ntextarea:\n - '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.'\n - '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;'\n - '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.'\ntext_format:\n - value: '

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.

'\n - value: '

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;

'\n - value: '

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.

'\nurl:\n - 'http://example.com'\n - 'http://test.com'\nwebform_email_confirm:\n - 'example@example.com'\n - 'test@test.com'\n - 'random@random.com'\nwebform_email_multiple:\n - 'example@example.com, test@test.com, random@random.com'\nwebform_time:\n - '09:00'\n - '17:00'\n" - names: "first_name:\n - 'John'\n - 'Paul'\n - 'Ringo'\n - 'George'\nlast_name:\n - 'Lennon'\n - 'McCartney'\n - 'Starr'\n - 'Harrison'\naddress:\n - '10 Main Street'\n - '11 Brook Alley Road. APT 1'\nzip:\n - '11111'\n - '12345'\n - '12345-6789'\npostal_code:\n - '11111'\n - '12345'\n - '12345-6789'\nphone:\n - '123-456-7890'\n - '098-765-4321'\nfax:\n - '123-456-7890'\n - '098-765-4321'\ncity:\n - 'Springfield'\n - 'Pleasantville'\n - 'Hill Valley'\nurl:\n - 'http://example.com'\n - 'http://test.com'\ndefault:\n - 'Loremipsum'\n - 'Oratione'\n - 'Dixisset'\n" + 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: '

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.

' + - value: '

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;

' + - value: '

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.

' + 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 @@ -3457,7 +3573,31 @@ items: title: Contact description: 'Basic email contact webform.' category: '' - elements: "name:\n '#title': 'Your Name'\n '#type': textfield\n '#required': true\n '#default_value': '[current-user:display-name]'\nemail:\n '#title': 'Your Email'\n '#type': email\n '#required': true\n '#default_value': '[current-user:mail]'\nsubject:\n '#title': Subject\n '#type': textfield\n '#required': true\n '#test': 'Testing contact webform from [site:name]'\nmessage:\n '#title': Message\n '#type': textarea\n '#required': true\n '#test': 'Please ignore this email.'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Send message'\n" + elements: | + name: + '#title': 'Your Name' + '#type': textfield + '#required': true + '#default_value': '[current-user:display-name]' + email: + '#title': 'Your Email' + '#type': email + '#required': true + '#default_value': '[current-user:mail]' + subject: + '#title': Subject + '#type': textfield + '#required': true + '#test': 'Testing contact webform from [site:name]' + message: + '#title': Message + '#type': textarea + '#required': true + '#test': 'Please ignore this email.' + actions: + '#type': webform_actions + '#title': 'Submit button(s)' + '#submit__label': 'Send message' css: '' javascript: '' settings: @@ -3719,7 +3859,14 @@ items: label: Days category: 'Date and time' likert: false - options: "Sunday: Sunday\nMonday: Monday\nTuesday: Tuesday\nWednesday: Wednesday\nThursday: Thursday\nFriday: Friday\nSaturday: Saturday\n" + options: | + Sunday: Sunday + Monday: Monday + Tuesday: Tuesday + Wednesday: Wednesday + Thursday: Thursday + Friday: Friday + Saturday: Saturday - collection: '' name: webform.webform_options.education @@ -3734,7 +3881,11 @@ items: label: Education category: Demographic likert: false - options: "High School: High School\nAssociate Degree: Associate Degree\nGraduate or Professional Degree: Graduate or Professional Degree\nSome College: Some College\n" + options: | + High School: High School + Associate Degree: Associate Degree + Graduate or Professional Degree: Graduate or Professional Degree + Some College: Some College - collection: '' name: webform.webform_options.employment_status @@ -3749,7 +3900,12 @@ items: label: 'Employment status' category: Demographic likert: false - options: "'Full Time': 'Full Time'\n'Part Time': 'Part Time'\n'Military': 'Military'\nUnemployed: Unemployed\nRetired: Retired\n" + options: | + 'Full Time': 'Full Time' + 'Part Time': 'Part Time' + 'Military': 'Military' + Unemployed: Unemployed + Retired: Retired - collection: '' name: webform.webform_options.ethnicity @@ -3764,7 +3920,15 @@ items: label: Ethnicity category: Demographic likert: false - options: "Caucasian: Caucasian\n'Latino/Hispanic': 'Latino/Hispanic'\n'Middle Eastern': 'Middle Eastern'\nAfrican: African\nCaribbean: Caribbean\n'South Asian': 'South Asian'\n'East Asian': 'East Asian'\nMixed: Mixed\n" + 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 - collection: '' name: webform.webform_options.gender @@ -3779,7 +3943,9 @@ items: label: Gender category: Demographic likert: false - options: "Male: Male\nFemale: Female\n" + options: | + Male: Male + Female: Female - collection: '' name: webform.webform_options.industry @@ -3794,7 +3960,46 @@ items: label: Industry category: Demographic likert: false - options: "Accounting/Finance: Accounting/Finance\nAdvertising/Public Relations: Advertising/Public Relations\nAerospace/Aviation: Aerospace/Aviation\nArts/Entertainment/Publishing: Arts/Entertainment/Publishing\nAutomotive: Automotive\nBanking/Mortgage: Banking/Mortgage\nBusiness Development: Business Development\nBusiness Opportunity: Business Opportunity\nClerical/Administrative: Clerical/Administrative\nConstruction/Facilities: Construction/Facilities\nConsumer Goods: Consumer Goods\nCustomer Service: Customer Service\nEducation/Training: Education/Training\nEnergy/Utilities: Energy/Utilities\nEngineering: Engineering\nGovernment/Military: Government/Military\nHealthcare: Healthcare\nHospitality/Travel: Hospitality/Travel\nHuman Resources: Human Resources\nInstallation/Maintenance: Installation/Maintenance\nInsurance: Insurance\nInternet: Internet\nLaw Enforcement/Security: Law Enforcement/Security\nLegal: Legal\nManagement/Executive: Management/Executive\nManufacturing/Operations: Manufacturing/Operations\nMarketing: Marketing\nNon-Profit/Volunteer: Non-Profit/Volunteer\nPharmaceutical/Biotech: Pharmaceutical/Biotech\nProfessional Services: Professional Services\nReal Estate: Real Estate\nRestaurant/Food Service: Restaurant/Food Service\nRetail: Retail\nSales: Sales\nScience/Research: Science/Research\nSkilled Labor: Skilled Labor\nTechnology: Technology\nTelecommunications: Telecommunications\nTransportation/Logistics: Transportation/Logistics\n" + 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 - collection: '' name: webform.webform_options.languages @@ -3824,7 +4029,12 @@ items: label: 'Likert: Agreement' category: Likert likert: true - options: "1: 'Much Worse'\n2: 'Somewhat Worse'\n3: 'About the Same'\n4: 'Somewhat Better'\n5: 'Much Better'\n" + options: | + 1: 'Much Worse' + 2: 'Somewhat Worse' + 3: 'About the Same' + 4: 'Somewhat Better' + 5: 'Much Better' - collection: '' name: webform.webform_options.likert_comparison @@ -3839,7 +4049,12 @@ items: label: 'Likert: Comparison' category: Likert likert: true - options: "1: Strongly Disagree\n2: Disagree\n3: Neutral\n4: Agree\n5: Strongly Agree\n" + options: | + 1: Strongly Disagree + 2: Disagree + 3: Neutral + 4: Agree + 5: Strongly Agree - collection: '' name: webform.webform_options.likert_importance @@ -3854,7 +4069,12 @@ items: label: 'Likert: Importance' category: Likert likert: true - options: "1: Not at all Important\n2: Somewhat Important\n3: Neutral\n4: Important\n5: Very Important\n" + options: | + 1: Not at all Important + 2: Somewhat Important + 3: Neutral + 4: Important + 5: Very Important - collection: '' name: webform.webform_options.likert_quality @@ -3869,7 +4089,12 @@ items: label: 'Likert: Quality' category: Likert likert: true - options: "1: Poor\n2: Fair\n3: Good\n4: Very good\n5: Excellent\n" + options: | + 1: Poor + 2: Fair + 3: Good + 4: Very good + 5: Excellent - collection: '' name: webform.webform_options.likert_satisfaction @@ -3884,7 +4109,12 @@ items: label: 'Likert: Satisfaction' category: Likert likert: true - options: "1: Very Unsatisfied\n2: Unsatisfied\n3: Neutral\n4: Satisfied\n5: Very Satisfied\n" + options: | + 1: Very Unsatisfied + 2: Unsatisfied + 3: Neutral + 4: Satisfied + 5: Very Satisfied - collection: '' name: webform.webform_options.likert_ten_scale @@ -3899,7 +4129,17 @@ items: label: 'Likert: Ten Scale' category: Likert likert: true - options: "1: 1\n2: 2\n3: 3\n4: 4\n5: 5\n6: 6\n7: 7\n8: 8\n9: 9\n10: 10\n" + options: | + 1: 1 + 2: 2 + 3: 3 + 4: 4 + 5: 5 + 6: 6 + 7: 7 + 8: 8 + 9: 9 + 10: 10 - collection: '' name: webform.webform_options.likert_would_you @@ -3914,7 +4154,12 @@ items: label: 'Likert: Would You' category: Likert likert: true - options: "1: Definitely Not\n2: Probably Not\n3: Not Sure\n4: Probably\n5: Definitely\n" + options: | + 1: Definitely Not + 2: Probably Not + 3: Not Sure + 4: Probably + 5: Definitely - collection: '' name: webform.webform_options.marital_status @@ -3929,7 +4174,11 @@ items: label: 'Marital status' category: Demographic likert: false - options: "Single: Single\nMarried: Married\nDivorced: Divorced\nWidowed: Widowed\n" + options: | + Single: Single + Married: Married + Divorced: Divorced + Widowed: Widowed - collection: '' name: webform.webform_options.months @@ -3944,7 +4193,19 @@ items: label: Months category: 'Date and time' likert: false - options: "January: January\nFebruary: February\nMarch: March\nApril: April\nMay: May\nJune: June\nJuly: July\nAugust: August\nSeptember: September\nOctober: October\nNovember: November\nDecember: December\n" + 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 - collection: '' name: webform.webform_options.phone_types @@ -3959,7 +4220,10 @@ items: label: 'Phone type' category: Demographic likert: false - options: "Home: Home\nOffice: Office\nCell: Cell\n" + options: | + Home: Home + Office: Office + Cell: Cell - collection: '' name: webform.webform_options.relationship @@ -3974,7 +4238,12 @@ items: label: Relationship category: Demographic likert: false - options: "Parent: Parent\n'Significant Other': 'Significant Other'\nSibling: Sibling\nChild: Child\nFriend: Friend\n" + options: | + Parent: Parent + 'Significant Other': 'Significant Other' + Sibling: Sibling + Child: Child + Friend: Friend - collection: '' name: webform.webform_options.size @@ -3989,7 +4258,12 @@ items: label: Size category: General likert: false - options: "Extra Small: Extra Small\nSmall: Small\nMedium: Medium\nLarge: Large\nExtra Large: Extra Large\n" + options: | + Extra Small: Extra Small + Small: Small + Medium: Medium + Large: Large + Extra Large: Extra Large - collection: '' name: webform.webform_options.state_codes @@ -4004,7 +4278,59 @@ items: label: 'State codes' category: Geographic likert: false - options: "AL: Alabama\nAK: Alaska\nAZ: Arizona\nAR: Arkansas\nCA: California\nCO: Colorado\nCT: Connecticut\nDE: Delaware\nDC: 'District of Columbia'\nFL: Florida\nGA: Georgia\nGU: Guam\nHI: Hawaii\nID: Idaho\nIL: Illinois\nIN: Indiana\nIA: Iowa\nKS: Kansas\nKY: Kentucky\nLA: Louisiana\nME: Maine\nMD: Maryland\nMA: Massachusetts\nMI: Michigan\nMN: Minnesota\nMS: Mississippi\nMO: Missouri\nMT: Montana\nNE: Nebraska\nNV: Nevada\nNH: 'New Hampshire'\nNJ: 'New Jersey'\nNM: 'New Mexico'\nNY: 'New York'\nNC: 'North Carolina'\nND: 'North Dakota'\nOH: Ohio\nOK: Oklahoma\nOR: Oregon\nPA: Pennsylvania\nRI: 'Rhode Island'\nSC: 'South Carolina'\nSD: 'South Dakota'\nTN: Tennessee\nTX: Texas\nUT: Utah\nVT: Vermont\nVA: Virginia\nWA: Washington\nWV: 'West Virginia'\nWI: Wisconsin\nWY: Wyoming\n" + 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 - collection: '' name: webform.webform_options.state_names @@ -4019,7 +4345,58 @@ items: label: 'State names' category: Geographic likert: false - options: "Alabama: Alabama\nAlaska: Alaska\nArizona: Arizona\nArkansas: Arkansas\nCalifornia: California\nColorado: Colorado\nConnecticut: Connecticut\nDelaware: Delaware\n'District of Columbia': 'District of Columbia'\nFlorida: Florida\nGeorgia: Georgia\nHawaii: Hawaii\nIdaho: Idaho\nIllinois: Illinois\nIndiana: Indiana\nIowa: Iowa\nKansas: Kansas\nKentucky: Kentucky\nLouisiana: Louisiana\nMaine: Maine\nMaryland: Maryland\nMassachusetts: Massachusetts\nMichigan: Michigan\nMinnesota: Minnesota\nMississippi: Mississippi\nMissouri: Missouri\nMontana: Montana\nNebraska: Nebraska\nNevada: Nevada\n'New Hampshire': 'New Hampshire'\n'New Jersey': 'New Jersey'\n'New Mexico': 'New Mexico'\n'New York': 'New York'\n'North Carolina': 'North Carolina'\n'North Dakota': 'North Dakota'\nOhio: Ohio\nOklahoma: Oklahoma\nOregon: Oregon\nPennsylvania: Pennsylvania\n'Rhode Island': 'Rhode Island'\n'South Carolina': 'South Carolina'\n'South Dakota': 'South Dakota'\nTennessee: Tennessee\nTexas: Texas\nUtah: Utah\nVermont: Vermont\nVirginia: Virginia\nWashington: Washington\n'West Virginia': 'West Virginia'\nWisconsin: Wisconsin\nWyoming: Wyoming\n" + 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 - collection: '' name: webform.webform_options.state_province_codes @@ -4034,7 +4411,69 @@ items: label: 'State/Province codes' category: Geographic likert: false - options: "AL: Alabama\nAK: Alaska\nAS: 'American Samoa'\nAZ: Arizona\nAR: Arkansas\nAE: 'Armed Forces (Canada, Europe, Africa, or Middle East'\nAA: 'Armed Forces Americas'\nAP: 'Armed Forces Pacific'\nCA: California\nCO: Colorado\nCT: Connecticut\nDE: Delaware\nDC: 'District of Columbia'\nFM: 'Federated States of Micronesia'\nFL: Florida\nGA: Georgia\nGU: Guam\nHI: Hawaii\nID: Idaho\nIL: Illinois\nIN: Indiana\nIA: Iowa\nKS: Kansas\nKY: Kentucky\nLA: Louisiana\nME: Maine\nMH: 'Marshall Islands'\nMD: Maryland\nMA: Massachusetts\nMI: Michigan\nMN: Minnesota\nMS: Mississippi\nMO: Missouri\nMT: Montana\nNE: Nebraska\nNV: Nevada\nNH: 'New Hampshire'\nNJ: 'New Jersey'\nNM: 'New Mexico'\nNY: 'New York'\nNC: 'North Carolina'\nND: 'North Dakota'\nMP: 'Northern Mariana Islands'\nOH: Ohio\nOK: Oklahoma\nOR: Oregon\nPW: Palau\nPA: Pennsylvania\nPR: 'Puerto Rico'\nRI: 'Rhode Island'\nSC: 'South Carolina'\nSD: 'South Dakota'\nTN: Tennessee\nTX: Texas\nUT: Utah\nVT: Vermont\nVI: 'Virgin Islands'\nVA: Virginia\nWA: Washington\nWV: 'West Virginia'\nWI: Wisconsin\nWY: Wyoming\n" + 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 - collection: '' name: webform.webform_options.state_province_names @@ -4049,7 +4488,69 @@ items: label: 'State/Province names' category: Geographic likert: false - options: "Alabama: Alabama\nAlaska: Alaska\n'American Samoa': 'American Samoa'\nArizona: Arizona\nArkansas: Arkansas\n'Armed Forces (Canada, Europe, Africa, or Middle East)': 'Armed Forces (Canada, Europe, Africa, or Middle East)'\n'Armed Forces Americas': 'Armed Forces Americas'\n'Armed Forces Pacific': 'Armed Forces Pacific'\nCalifornia: California\nColorado: Colorado\nConnecticut: Connecticut\nDelaware: Delaware\n'District of Columbia': 'District of Columbia'\n'Federated States of Micronesia': 'Federated States of Micronesia'\nFlorida: Florida\nGeorgia: Georgia\nGuam: Guam\nHawaii: Hawaii\nIdaho: Idaho\nIllinois: Illinois\nIndiana: Indiana\nIowa: Iowa\nKansas: Kansas\nKentucky: Kentucky\nLouisiana: Louisiana\nMaine: Maine\n'Marshall Islands': 'Marshall Islands'\nMaryland: Maryland\nMassachusetts: Massachusetts\nMichigan: Michigan\nMinnesota: Minnesota\nMississippi: Mississippi\nMissouri: Missouri\nMontana: Montana\nNebraska: Nebraska\nNevada: Nevada\n'New Hampshire': 'New Hampshire'\n'New Jersey': 'New Jersey'\n'New Mexico': 'New Mexico'\n'New York': 'New York'\n'North Carolina': 'North Carolina'\n'North Dakota': 'North Dakota'\n'Northern Mariana Islands': 'Northern Mariana Islands'\nOhio: Ohio\nOklahoma: Oklahoma\nOregon: Oregon\nPalau: Palau\nPennsylvania: Pennsylvania\n'Puerto Rico': 'Puerto Rico'\n'Rhode Island': 'Rhode Island'\n'South Carolina': 'South Carolina'\n'South Dakota': 'South Dakota'\nTennessee: Tennessee\nTexas: Texas\nUtah: Utah\nVermont: Vermont\n'Virgin Islands': 'Virgin Islands'\nVirginia: Virginia\nWashington: Washington\n'West Virginia': 'West Virginia'\nWisconsin: Wisconsin\nWyoming: Wyoming\n" + 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 - collection: '' name: webform.webform_options.time_zones @@ -4079,7 +4580,12 @@ items: label: Titles category: Demographic likert: false - options: "Miss: Miss\nMs: Ms\nMr: Mr\nMrs: Mrs\nDr: Dr\n" + options: | + Miss: Miss + Ms: Ms + Mr: Mr + Mrs: Mrs + Dr: Dr - collection: '' name: webform.webform_options.yes_no @@ -4094,4 +4600,6 @@ items: label: Yes/No category: General likert: false - options: "Yes: Yes\nNo: No\n" + options: | + Yes: Yes + No: No diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index c122558..d453189 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -107,6 +107,7 @@ module: migrate_tools: 0 minimalhtml: 0 minimalhtmltitle: 0 + multiline_config: 0 node: 0 options: 0 page_cache: 0 diff --git a/config/sync/customerror.settings.yml b/config/sync/customerror.settings.yml index 33e08a5..668c562 100644 --- a/config/sync/customerror.settings.yml +++ b/config/sync/customerror.settings.yml @@ -1,6 +1,33 @@ 403: title: 'Access denied' - body: "
\r\n
\r\n
\r\n
\r\n

I'm sorry, you do not have permission to be here.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Knocked once
\r\nTried to tell 'em I've been there
\r\nDoor slammed
\r\nHospitality's thin there

\r\nMarvin Moore, \"Green Door\"\r\n
\r\n
\r\n
\r\n
    \r\n
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
" + body: | +
+
+
+
+

I'm sorry, you do not have permission to be here.

+
+
+
+
+
+

Knocked once
+ Tried to tell 'em I've been there
+ Door slammed
+ Hospitality's thin there

+ Marvin Moore, "Green Door" +
+
+
+
    +
  • +
+
+
+
+
+
+
theme: '' 404: title: 'Requested page not found' diff --git a/config/sync/editor.editor.basic_html.yml b/config/sync/editor.editor.basic_html.yml index c70e8ae..1b10fb7 100644 --- a/config/sync/editor.editor.basic_html.yml +++ b/config/sync/editor.editor.basic_html.yml @@ -48,7 +48,10 @@ settings: - Maximize plugins: stylescombo: - styles: "p.subtitle.is-mono.is-4|Mono subtitle\r\np.title.is-5.is-spaced|Small title\r\np.subtitle.is-6|Small subtitle" + styles: | + p.subtitle.is-mono.is-4|Mono subtitle + p.title.is-5.is-spaced|Small title + p.subtitle.is-6|Small subtitle language: language_list: un linebreaks: diff --git a/config/sync/google_analytics.settings.yml b/config/sync/google_analytics.settings.yml index ee2c919..8afb5a9 100644 --- a/config/sync/google_analytics.settings.yml +++ b/config/sync/google_analytics.settings.yml @@ -4,7 +4,13 @@ domain_mode: 0 cross_domains: '' visibility: request_path_mode: 0 - request_path_pages: "/admin\r\n/admin/*\r\n/batch\r\n/node/add*\r\n/node/*/*\r\n/user/*/*" + request_path_pages: | + /admin + /admin/* + /batch + /node/add* + /node/*/* + /user/*/* user_role_mode: 0 user_role_roles: { } user_account_mode: 0 diff --git a/config/sync/hotjar.settings.yml b/config/sync/hotjar.settings.yml index b4036be..8298618 100644 --- a/config/sync/hotjar.settings.yml +++ b/config/sync/hotjar.settings.yml @@ -1,7 +1,13 @@ account: '1147804' snippet_version: 6 visibility_pages: 0 -pages: "/admin\r\n/admin/*\r\n/batch\r\n/node/add/*\r\n/node/*/*\r\n/user/*/*" +pages: | + /admin + /admin/* + /batch + /node/add/* + /node/*/* + /user/*/* visibility_roles: 1 roles: manager: manager diff --git a/config/sync/language/es/field.field.group_content.group-group_membership.group_roles.yml b/config/sync/language/es/field.field.group_content.group-group_membership.group_roles.yml deleted file mode 100644 index 045e6f1..0000000 --- a/config/sync/language/es/field.field.group_content.group-group_membership.group_roles.yml +++ /dev/null @@ -1 +0,0 @@ -label: Roles diff --git a/config/sync/language/es/views.view.action.yml b/config/sync/language/es/views.view.action.yml index c6f57cb..8129545 100644 --- a/config/sync/language/es/views.view.action.yml +++ b/config/sync/language/es/views.view.action.yml @@ -1,3 +1,4 @@ +label: Acción display: default: display_options: diff --git a/config/sync/language/es/views.view.blog.yml b/config/sync/language/es/views.view.blog.yml index 08fe055..f0ef07d 100644 --- a/config/sync/language/es/views.view.blog.yml +++ b/config/sync/language/es/views.view.blog.yml @@ -4,7 +4,10 @@ display: footer: area: content: - value: "
\r\n
More blog posts
\r\n
\r\n" + value: | +
+ +
format: full_html page_listing: display_title: Página diff --git a/config/sync/language/es/views.view.comment.yml b/config/sync/language/es/views.view.comment.yml index 7017734..78da391 100644 --- a/config/sync/language/es/views.view.comment.yml +++ b/config/sync/language/es/views.view.comment.yml @@ -1,13 +1,21 @@ +label: Comentarios display: default: display_options: fields: + comment_bulk_form: + action_title: Acción subject: label: Asunto filters: subject: expose: label: Asunto + title: Comentarios + page_published: + display_options: + menu: + title: Comentarios page_unapproved: display_options: filters: @@ -15,5 +23,7 @@ display: expose: label: Asunto fields: + comment_bulk_form: + action_title: Acción subject: label: Asunto diff --git a/config/sync/language/es/views.view.group.yml b/config/sync/language/es/views.view.group.yml index 046da7c..12e82af 100644 --- a/config/sync/language/es/views.view.group.yml +++ b/config/sync/language/es/views.view.group.yml @@ -1,3 +1,4 @@ +label: Grupo display: page_1: display_title: Página diff --git a/config/sync/language/es/views.view.group_members.yml b/config/sync/language/es/views.view.group_members.yml index 4b0512c..1cc436c 100644 --- a/config/sync/language/es/views.view.group_members.yml +++ b/config/sync/language/es/views.view.group_members.yml @@ -1,6 +1,9 @@ display: default: display_options: + fields: + name: + label: Usuario title: Miembros page_1: display_title: Página diff --git a/config/sync/language/es/views.view.search.yml b/config/sync/language/es/views.view.search.yml index 046da7c..3106023 100644 --- a/config/sync/language/es/views.view.search.yml +++ b/config/sync/language/es/views.view.search.yml @@ -1,3 +1,10 @@ +label: Buscar display: + default: + display_options: + exposed_form: + options: + submit_button: Buscar + title: Buscar page_1: display_title: Página diff --git a/config/sync/language/es/views.view.watchdog.yml b/config/sync/language/es/views.view.watchdog.yml index 0b586f5..956c403 100644 --- a/config/sync/language/es/views.view.watchdog.yml +++ b/config/sync/language/es/views.view.watchdog.yml @@ -4,5 +4,7 @@ display: fields: timestamp: label: Fecha + name: + label: Usuario page: display_title: Página diff --git a/config/sync/language/es/views.view.webform_submissions.yml b/config/sync/language/es/views.view.webform_submissions.yml index aaca682..c78a66c 100644 --- a/config/sync/language/es/views.view.webform_submissions.yml +++ b/config/sync/language/es/views.view.webform_submissions.yml @@ -7,11 +7,15 @@ display: embed_administer: display_options: fields: + webform_submission_bulk_form: + action_title: Acción created: label: Creado embed_manage: display_options: fields: + webform_submission_bulk_form: + action_title: Acción created: label: Creado embed_review: diff --git a/config/sync/language/es/views.view.webmentions.yml b/config/sync/language/es/views.view.webmentions.yml index 4d289cb..9bdcb77 100644 --- a/config/sync/language/es/views.view.webmentions.yml +++ b/config/sync/language/es/views.view.webmentions.yml @@ -2,6 +2,8 @@ display: default: display_options: fields: + webmention_bulk_form: + action_title: Acción created: label: Creado page_1: diff --git a/config/sync/language/es/webform.webform.contact.yml b/config/sync/language/es/webform.webform.contact.yml index 2684696..c54f21c 100644 --- a/config/sync/language/es/webform.webform.contact.yml +++ b/config/sync/language/es/webform.webform.contact.yml @@ -1,4 +1,24 @@ title: Contacto -elements: "introduction:\n '#markup': 'Usted – nuestros clientes, colegas, y admiradores locos – on la razón por la que hacemos lo que hacemos. Nos encantaría saber de usted.'\nname:\n '#title': 'Tu Nombre'\nemail:\n '#title': 'Tu Correo Electrónico'\nsubject:\n '#title': 'El Tema'\nmessage:\n '#title': Mensaje\nhow_did_you_find_us:\n '#title': '¿Cómo se enteró de nosotros?'\n '#options':\n 'A professional or personal recommendation': 'Una recomendación profesional o personal'\n 'I met an Agaric and was given a business card': 'Conocí a un Agárico y me dieron una tarjeta de presentación'\n 'Google or something similar': 'Google o algo similar'\n 'The Agaric logo appeared on toast I made': 'El logo de Agaric apareció en una tostada que hice'\n '#other__option_label': Otro\nactions:\n '#submit__label': 'Enviar Mensaje'\n" +elements: | + introduction: + '#markup': 'Usted – nuestros clientes, colegas, y admiradores locos – on la razón por la que hacemos lo que hacemos. Nos encantaría saber de usted.' + name: + '#title': 'Tu Nombre' + email: + '#title': 'Tu Correo Electrónico' + subject: + '#title': 'El Tema' + message: + '#title': Mensaje + how_did_you_find_us: + '#title': '¿Cómo se enteró de nosotros?' + '#options': + 'A professional or personal recommendation': 'Una recomendación profesional o personal' + 'I met an Agaric and was given a business card': 'Conocí a un Agárico y me dieron una tarjeta de presentación' + 'Google or something similar': 'Google o algo similar' + 'The Agaric logo appeared on toast I made': 'El logo de Agaric apareció en una tostada que hice' + '#other__option_label': Otro + actions: + '#submit__label': 'Enviar Mensaje' settings: confirmation_message: '¡Gracias por contactarnos! Nos pondremos en contacto con usted tan pronto como uno de nosotros (probablemente Clayton) revise nuestro correo electrónico.' diff --git a/config/sync/language/es/webform.webform.training.yml b/config/sync/language/es/webform.webform.training.yml index b896db0..7b172f3 100644 --- a/config/sync/language/es/webform.webform.training.yml +++ b/config/sync/language/es/webform.webform.training.yml @@ -1 +1,22 @@ -elements: "intro_text:\n '#text': \"

Gracias por el interetes en nuestras capacitaciones. Solo necesitamos un poco de información acerca de lo que buscas y nos pondremos en contacto pronto.

\\r\\n\"\nname:\n '#title': Nombre\ntopics:\n '#title': Temas\n '#options':\n 'Introduction to Drupal': 'Introducción a Drupal'\n 'Drupal development (beginning)': 'Desarollo en Drupal development (principiante)'\n 'Drupal development (intermediate)': 'Desarrollo en Drupal (intermedio)'\n 'Drupal development (advanced)': 'Desarrollo en Drupal (avanzado)'\n 'Drupal theming and templating': 'Diseño y theming en Drupal'\n 'Data migration': 'Migración de Datos'\nsize:\n '#title': Tamaño\n '#options':\n 'Personal training': 'Capacitación personal'\n 'Small group (2-5)': 'Grupo pequeño(2-5)'\n 'Larger group (more than 5)': 'Grupo grande (mas de 5)'\nactions:\n '#submit__label': 'Pedir una capacitación'\n" +elements: | + intro_text: + '#text': "

Gracias por el interetes en nuestras capacitaciones. Solo necesitamos un poco de información acerca de lo que buscas y nos pondremos en contacto pronto.

\r\n" + name: + '#title': Nombre + topics: + '#title': Temas + '#options': + 'Introduction to Drupal': 'Introducción a Drupal' + 'Drupal development (beginning)': 'Desarollo en Drupal development (principiante)' + 'Drupal development (intermediate)': 'Desarrollo en Drupal (intermedio)' + 'Drupal development (advanced)': 'Desarrollo en Drupal (avanzado)' + 'Drupal theming and templating': 'Diseño y theming en Drupal' + 'Data migration': 'Migración de Datos' + size: + '#title': Tamaño + '#options': + 'Personal training': 'Capacitación personal' + 'Small group (2-5)': 'Grupo pequeño(2-5)' + 'Larger group (more than 5)': 'Grupo grande (mas de 5)' + actions: + '#submit__label': 'Pedir una capacitación' diff --git a/config/sync/redirect_404.settings.yml b/config/sync/redirect_404.settings.yml index f8af3af..215aa90 100644 --- a/config/sync/redirect_404.settings.yml +++ b/config/sync/redirect_404.settings.yml @@ -1,5 +1,139 @@ row_limit: 10000 -pages: "/wp-login.php\r\n/\r\n/xmlrpc.php\r\n/\r\n/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/PMkNg/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/ps.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/core/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/s.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/VaVWK/ZkPMP/imWVj/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/OOYUZ/USSVZ/WNOgZ/WifnZ/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/module.php?echo%2027ebdd36a8ac535e55aaeb6abf8a769d&feature=shell\r\n/\r\n/.well-known/assetlinks.json\r\n/\r\n/plus/read.php\r\n/\r\n/servlet?jumpto=status&p=login&q=loginForm\r\n/\r\n/data/cache/asd.php\r\n/\r\n/data/cache/flye.php\r\n/\r\n/plus/result.php\r\n/\r\n/phpmyadmin\r\n/\r\n/fuck.php\r\n/\r\n/plus/mytag_js.php?aid=9527\r\n/\r\n/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/wordpress/wp-login.php\r\n/\r\n/coon.php\r\n/\r\n/sqlite/sqlite-manager/main.php\r\n/\r\n/plus/mytag_js.php?aid=9527\r\n/\r\n/dede/login.php\r\n/\r\n/blog/xmlrpc.php\r\n/\r\n/plus/90sec.php\r\n/\r\n/admin/login.php\r\n/\r\n/lx.php\r\n/\r\n/lequ.php\r\n/\r\n/blog/user/register\r\n/\r\n/payload.php\r\n/\r\n/PMkNg/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/MYAdmin\r\n/\r\n/plus/mytag_js.php?aid=511348\r\n/\r\n/sb.php\r\n/\r\n/\r\n/sqlite/sqlitemanager/main.php\r\n/\r\n/mySqlDumper\r\n/\r\n/plus/mytag_js.php?aid=6022\r\n/\r\n/pmd/index.php\r\n/\r\n/sites/default/files/content-post.php\r\n/\r\n/gb.php\r\n/\r\n/s.php?c=echo%20InfoOS%3A%60uname%20-a%3Bid%60OSInfo%3B%20exit%3B\r\n/\r\n/modules/coder/coder_upgrade/scripts/coder_upgrade.run.php\r\n/\r\n/install/index.php.bak?insLockfile=a&install_demo_name=..%2Fdata%2Fadmin%2Fconfig_update.php&s_lang=a&step=11\r\n/\r\n/srv/svn/agaric/drupal-contrib/5/modules-all/transliteration/data/x6e.php\r\n/\r\n/config/secrets.yml\r\n/\r\n/ewebeditor/php/upload.php?action=save&language=en&style=toby57&type=FILE\r\n/\r\n/plus/da.php\r\n/\r\n/plus/car.php\r\n/\r\n/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/VaVWK/ZkPMP/imWVj/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/PMkNg/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/OOYUZ/USSVZ/WNOgZ/WifnZ/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/core/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/core/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/core/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/s.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/ps.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\n" +pages: | + /wp-login.php + / + /xmlrpc.php + / + /LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run + / + /PMkNg/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run + / + /ps.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d + / + /~kava/paypal/us/webscr.php?cmd=_login-run + / + /27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d + / + /core/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d + / + /s.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d + / + /VaVWK/ZkPMP/imWVj/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run + / + /OOYUZ/USSVZ/WNOgZ/WifnZ/~kava/paypal/us/webscr.php?cmd=_login-run + / + /keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run + / + /module.php?echo%2027ebdd36a8ac535e55aaeb6abf8a769d&feature=shell + / + /.well-known/assetlinks.json + / + /plus/read.php + / + /servlet?jumpto=status&p=login&q=loginForm + / + /data/cache/asd.php + / + /data/cache/flye.php + / + /plus/result.php + / + /phpmyadmin + / + /fuck.php + / + /plus/mytag_js.php?aid=9527 + / + /~kava/paypal/us/webscr.php?cmd=_login-run + / + /wordpress/wp-login.php + / + /coon.php + / + /sqlite/sqlite-manager/main.php + / + /plus/mytag_js.php?aid=9527 + / + /dede/login.php + / + /blog/xmlrpc.php + / + /plus/90sec.php + / + /admin/login.php + / + /lx.php + / + /lequ.php + / + /blog/user/register + / + /payload.php + / + /PMkNg/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run + / + /MYAdmin + / + /plus/mytag_js.php?aid=511348 + / + /sb.php + / + / + /sqlite/sqlitemanager/main.php + / + /mySqlDumper + / + /plus/mytag_js.php?aid=6022 + / + /pmd/index.php + / + /sites/default/files/content-post.php + / + /gb.php + / + /s.php?c=echo%20InfoOS%3A%60uname%20-a%3Bid%60OSInfo%3B%20exit%3B + / + /modules/coder/coder_upgrade/scripts/coder_upgrade.run.php + / + /install/index.php.bak?insLockfile=a&install_demo_name=..%2Fdata%2Fadmin%2Fconfig_update.php&s_lang=a&step=11 + / + /srv/svn/agaric/drupal-contrib/5/modules-all/transliteration/data/x6e.php + / + /config/secrets.yml + / + /ewebeditor/php/upload.php?action=save&language=en&style=toby57&type=FILE + / + /plus/da.php + / + /plus/car.php + / + /~kava/paypal/us/webscr.php?cmd=_login-run + / + /VaVWK/ZkPMP/imWVj/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run + / + /PMkNg/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run + / + /keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run + / + /LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run + / + /OOYUZ/USSVZ/WNOgZ/WifnZ/~kava/paypal/us/webscr.php?cmd=_login-run + / + /core/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d + / + /27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d + / + /core/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d + / + /core/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d + / + /27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d + / + /~kava/paypal/us/webscr.php?cmd=_login-run + / + /s.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d + / + /ps.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d suppress_404: false _core: default_config_hash: FgPCEDevf9dhNU_QB_fo-4AWxi0rrSZ2SGfd7bLNzLM diff --git a/config/sync/tour.tour.honeypot.yml b/config/sync/tour.tour.honeypot.yml index fa4dfc1..0385688 100644 --- a/config/sync/tour.tour.honeypot.yml +++ b/config/sync/tour.tour.honeypot.yml @@ -18,7 +18,10 @@ tips: plugin: text label: Honeypot weight: -10 - body: "Congratulations on installing Honeypot on your site! With just a few clicks, you can have your site well-protected against automated spam bots.\r\n\r\nClick Next to be guided through this configuration page." + body: | + Congratulations on installing Honeypot on your site! With just a few clicks, you can have your site well-protected against automated spam bots. + + Click Next to be guided through this configuration page. location: top protect-all-forms: id: protect-all-forms @@ -27,7 +30,10 @@ tips: weight: -9 attributes: data-id: edit-protect-all-forms - body: "Protecting all the forms is the easiest way to quickly cut down on spam on your site, but doing this disables Drupal's caching for every page where a form is displayed.\r\n\r\nNote: If you have the honeypot time limit enabled, this option may cause issues with Drupal Commerce product forms or similarly-sparse forms that are able to be completed in a very short time." + body: | + Protecting all the forms is the easiest way to quickly cut down on spam on your site, but doing this disables Drupal's caching for every page where a form is displayed. + + Note: If you have the honeypot time limit enabled, this option may cause issues with Drupal Commerce product forms or similarly-sparse forms that are able to be completed in a very short time. location: bottom log-blocked-form-submissions: id: log-blocked-form-submissions diff --git a/config/sync/user.mail.yml b/config/sync/user.mail.yml index 25e2429..0951c06 100644 --- a/config/sync/user.mail.yml +++ b/config/sync/user.mail.yml @@ -1,29 +1,115 @@ cancel_confirm: - body: "[user:display-name],\n\nA request to cancel your account has been made at [site:name].\n\nYou may now cancel your account on [site:url-brief] by clicking this link or copying and pasting it into your browser:\n\n[user:cancel-url]\n\nNOTE: The cancellation of your account is not reversible.\n\nThis link expires in one day and nothing will happen if it is not used.\n\n-- [site:name] team" + body: | + [user:display-name], + + A request to cancel your account has been made at [site:name]. + + You may now cancel your account on [site:url-brief] by clicking this link or copying and pasting it into your browser: + + [user:cancel-url] + + NOTE: The cancellation of your account is not reversible. + + This link expires in one day and nothing will happen if it is not used. + + -- [site:name] team subject: 'Account cancellation request for [user:display-name] at [site:name]' password_reset: - body: "[user:display-name],\n\nA request to reset the password for your account has been made at [site:name].\n\nYou may now log in by clicking this link or copying and pasting it into your browser:\n\n[user:one-time-login-url]\n\nThis link can only be used once to log in and will lead you to a page where you can set your password. It expires after one day and nothing will happen if it's not used.\n\n-- [site:name] team" + body: | + [user:display-name], + + A request to reset the password for your account has been made at [site:name]. + + You may now log in by clicking this link or copying and pasting it into your browser: + + [user:one-time-login-url] + + This link can only be used once to log in and will lead you to a page where you can set your password. It expires after one day and nothing will happen if it's not used. + + -- [site:name] team subject: 'Replacement login information for [user:display-name] at [site:name]' register_admin_created: - body: "[user:display-name],\n\nA site administrator at [site:name] has created an account for you. You may now log in by clicking this link or copying and pasting it into your browser:\n\n[user:one-time-login-url]\n\nThis link can only be used once to log in and will lead you to a page where you can set your password.\n\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\n\nusername: [user:name]\npassword: Your password\n\n-- [site:name] team" + body: | + [user:display-name], + + A site administrator at [site:name] has created an account for you. You may now log in by clicking this link or copying and pasting it into your browser: + + [user:one-time-login-url] + + This link can only be used once to log in and will lead you to a page where you can set your password. + + After setting your password, you will be able to log in at [site:login-url] in the future using: + + username: [user:name] + password: Your password + + -- [site:name] team subject: 'An administrator created an account for you at [site:name]' register_no_approval_required: - body: "[user:display-name],\n\nThank you for registering at [site:name]. You may now log in by clicking this link or copying and pasting it into your browser:\n\n[user:one-time-login-url]\n\nThis link can only be used once to log in and will lead you to a page where you can set your password.\n\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\n\nusername: [user:name]\npassword: Your password\n\n-- [site:name] team" + body: | + [user:display-name], + + Thank you for registering at [site:name]. You may now log in by clicking this link or copying and pasting it into your browser: + + [user:one-time-login-url] + + This link can only be used once to log in and will lead you to a page where you can set your password. + + After setting your password, you will be able to log in at [site:login-url] in the future using: + + username: [user:name] + password: Your password + + -- [site:name] team subject: 'Account details for [user:display-name] at [site:name]' register_pending_approval: - body: "[user:display-name],\n\nThank you for registering at [site:name]. Your application for an account is currently pending approval. Once it has been approved, you will receive another email containing information about how to log in, set your password, and other details.\n\n-- [site:name] team" + body: | + [user:display-name], + + Thank you for registering at [site:name]. Your application for an account is currently pending approval. Once it has been approved, you will receive another email containing information about how to log in, set your password, and other details. + + -- [site:name] team subject: 'Account details for [user:display-name] at [site:name] (pending admin approval)' register_pending_approval_admin: - body: "[user:display-name] has applied for an account.\n\n[user:edit-url]" + body: | + [user:display-name] has applied for an account. + + [user:edit-url] subject: 'Account details for [user:display-name] at [site:name] (pending admin approval)' status_activated: - body: "[user:display-name],\n\nYour account at [site:name] has been activated.\n\nYou may now log in by clicking this link or copying and pasting it into your browser:\n\n[user:one-time-login-url]\n\nThis link can only be used once to log in and will lead you to a page where you can set your password.\n\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\n\nusername: [user:account-name]\npassword: Your password\n\n-- [site:name] team" + body: | + [user:display-name], + + Your account at [site:name] has been activated. + + You may now log in by clicking this link or copying and pasting it into your browser: + + [user:one-time-login-url] + + This link can only be used once to log in and will lead you to a page where you can set your password. + + After setting your password, you will be able to log in at [site:login-url] in the future using: + + username: [user:account-name] + password: Your password + + -- [site:name] team subject: 'Account details for [user:display-name] at [site:name] (approved)' status_blocked: - body: "[user:display-name],\n\nYour account on [site:name] has been blocked.\n\n-- [site:name] team" + body: | + [user:display-name], + + Your account on [site:name] has been blocked. + + -- [site:name] team subject: 'Account details for [user:display-name] at [site:name] (blocked)' status_canceled: - body: "[user:display-name],\n\nYour account on [site:name] has been canceled.\n\n-- [site:name] team" + body: | + [user:display-name], + + Your account on [site:name] has been canceled. + + -- [site:name] team subject: 'Account details for [user:display-name] at [site:name] (canceled)' langcode: en _core: diff --git a/config/sync/views.view.blog.yml b/config/sync/views.view.blog.yml index 9ebe830..064028a 100644 --- a/config/sync/views.view.blog.yml +++ b/config/sync/views.view.blog.yml @@ -277,7 +277,12 @@ display: empty: false tokenize: false content: - value: "
\r\n
\r\n More blog posts\r\n
\r\n
" + value: | +
+ +
format: full_html plugin_id: text cache_metadata: diff --git a/config/sync/webform.settings.yml b/config/sync/webform.settings.yml index e77c9f5..1305ff0 100644 --- a/config/sync/webform.settings.yml +++ b/config/sync/webform.settings.yml @@ -18,7 +18,12 @@ settings: default_form_required_label: 'Indicates required field' default_form_details_toggle: true default_form_file_limit: '' - form_classes: "container-inline clearfix\nform--inline clearfix\nmessages messages--error\nmessages messages--warning\nmessages messages--status\n" + form_classes: | + container-inline clearfix + form--inline clearfix + messages messages--error + messages messages--warning + messages messages--status button_classes: '' default_wizard_prev_button_label: '< Previous Page' default_wizard_next_button_label: 'Next Page >' @@ -55,9 +60,15 @@ settings: default_previous_submission_message: 'You have already submitted this webform. View your previous submission.' default_previous_submissions_message: 'You have already submitted this webform. View your previous submissions.' default_autofill_message: 'This submission has been autofilled with your previous submission.' - preview_classes: "messages messages--error\nmessages messages--warning\nmessages messages--status\n" - confirmation_classes: "messages messages--error\nmessages messages--warning\nmessages messages--status\n" - confirmation_back_classes: "button\n" + preview_classes: | + messages messages--error + messages messages--warning + messages messages--status + confirmation_classes: | + messages messages--error + messages messages--warning + messages messages--status + confirmation_back_classes: button default_limit_total_message: 'No more submissions are permitted.' default_limit_user_message: 'No more submissions are permitted.' dialog: false @@ -107,9 +118,28 @@ purge: element: empty_message: '{Empty}' allowed_tags: admin - wrapper_classes: "container-inline clearfix\nform--inline clearfix\nmessages messages--error\nmessages messages--warning\nmessages messages--status\n" - classes: "container-inline clearfix\nform--inline clearfix\nmessages messages--error\nmessages messages--warning\nmessages messages--status\n" - horizontal_rule_classes: "webform-horizontal-rule--solid\nwebform-horizontal-rule--dashed\nwebform-horizontal-rule--dotted\nwebform-horizontal-rule--gradient\nwebform-horizontal-rule--thin\nwebform-horizontal-rule--medium\nwebform-horizontal-rule--thick\nwebform-horizontal-rule--flaired\nwebform-horizontal-rule--glyph\n" + 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 @@ -152,12 +182,98 @@ mail: default_sender_mail: '' default_sender_name: '' default_subject: 'Webform submission from: [webform_submission:source-entity]' - default_body_text: "Submitted on [webform_submission:created]\nSubmitted by: [webform_submission:user]\n\nSubmitted values are:\n[webform_submission:values]\n" - default_body_html: "

Submitted on [webform_submission:created]

\n

Submitted by: [webform_submission:user]

\n

Submitted values are:

\n[webform_submission:values]\n" + default_body_text: | + Submitted on [webform_submission:created] + Submitted by: [webform_submission:user] + + Submitted values are: + [webform_submission:values] + default_body_html: | +

Submitted on [webform_submission:created]

+

Submitted by: [webform_submission:user]

+

Submitted values are:

+ [webform_submission:values] roles: { } test: - types: "checkbox:\n - true\ncolor:\n - '#ffffcc'\n - '#ffffcc'\n - '#ccffff'\nemail:\n - 'example@example.com'\n - 'test@test.com'\n - 'random@random.com'\nlanguage_select:\n - en\nmachine_name:\n - 'loremipsum'\n - 'oratione'\n - 'dixisset'\ntel:\n - '123-456-7890'\n - '098-765-4321'\ntextarea:\n - '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.'\n - '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;'\n - '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.'\ntext_format:\n - value: '

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.

'\n - value: '

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;

'\n - value: '

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.

'\nurl:\n - 'http://example.com'\n - 'http://test.com'\nwebform_email_confirm:\n - 'example@example.com'\n - 'test@test.com'\n - 'random@random.com'\nwebform_email_multiple:\n - 'example@example.com, test@test.com, random@random.com'\nwebform_time:\n - '09:00'\n - '17:00'\n" - names: "first_name:\n - 'John'\n - 'Paul'\n - 'Ringo'\n - 'George'\nlast_name:\n - 'Lennon'\n - 'McCartney'\n - 'Starr'\n - 'Harrison'\naddress:\n - '10 Main Street'\n - '11 Brook Alley Road. APT 1'\nzip:\n - '11111'\n - '12345'\n - '12345-6789'\npostal_code:\n - '11111'\n - '12345'\n - '12345-6789'\nphone:\n - '123-456-7890'\n - '098-765-4321'\nfax:\n - '123-456-7890'\n - '098-765-4321'\ncity:\n - 'Springfield'\n - 'Pleasantville'\n - 'Hill Valley'\nurl:\n - 'http://example.com'\n - 'http://test.com'\ndefault:\n - 'Loremipsum'\n - 'Oratione'\n - 'Dixisset'\n" + 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: '

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.

' + - value: '

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;

' + - value: '

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.

' + 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 diff --git a/config/sync/webform.webform.attend_the_tech_and_rev_workshop.yml b/config/sync/webform.webform.attend_the_tech_and_rev_workshop.yml index d7add9a..e5f3ea1 100644 --- a/config/sync/webform.webform.attend_the_tech_and_rev_workshop.yml +++ b/config/sync/webform.webform.attend_the_tech_and_rev_workshop.yml @@ -12,7 +12,27 @@ id: attend_the_tech_and_rev_workshop title: 'Attend the Tech and Rev Workshop' description: '' category: '' -elements: "intro:\n '#type': webform_markup\n '#markup': 'Register for the upcoming partipatory workshop on technology and revolution. The more people that RSVP the better we can prepare for the discussion.'\nyour_name:\n '#type': textfield\n '#title': 'Your Name'\norganization:\n '#type': textfield\n '#title': 'Your organization'\nattendee_number:\n '#type': number\n '#title': 'How many people are you bringing (including yourself)'\nemail:\n '#type': email\n '#title': 'Your email'\n '#description': 'Include your email address if you'd like to be added to Agaric's announcement list for future events.'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': Register" +elements: | + intro: + '#type': webform_markup + '#markup': 'Register for the upcoming partipatory workshop on technology and revolution. The more people that RSVP the better we can prepare for the discussion.' + your_name: + '#type': textfield + '#title': 'Your Name' + organization: + '#type': textfield + '#title': 'Your organization' + attendee_number: + '#type': number + '#title': 'How many people are you bringing (including yourself)' + email: + '#type': email + '#title': 'Your email' + '#description': 'Include your email address if you'd like to be added to Agaric's announcement list for future events.' + actions: + '#type': webform_actions + '#title': 'Submit button(s)' + '#submit__label': Register css: '' javascript: '' settings: diff --git a/config/sync/webform.webform.contact.yml b/config/sync/webform.webform.contact.yml index d4c7da6..7ca2f2b 100644 --- a/config/sync/webform.webform.contact.yml +++ b/config/sync/webform.webform.contact.yml @@ -17,7 +17,35 @@ id: contact title: Contact description: 'Basic email contact webform.' category: '' -elements: "introduction:\n '#type': webform_markup\n '#admin_title': Introduction\n '#markup': 'You – our clients, colleagues, and crazed adoring fans – are the reason we do what we do. We'd love to hear from you.'\nname:\n '#title': 'Your Name'\n '#type': textfield\n '#required': true\n '#default_value': '[current-user:display-name]'\nemail:\n '#title': 'Your Email'\n '#type': email\n '#required': true\n '#default_value': '[current-user:mail]'\nsubject:\n '#title': Subject\n '#type': textfield\n '#required': true\n '#test': 'Testing contact webform from [site:name]'\nmessage:\n '#title': Message\n '#type': textarea\n '#required': true\n '#test': 'Please ignore this email.'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Send message'" +elements: | + introduction: + '#type': webform_markup + '#admin_title': Introduction + '#markup': 'You – our clients, colleagues, and crazed adoring fans – are the reason we do what we do. We'd love to hear from you.' + name: + '#title': 'Your Name' + '#type': textfield + '#required': true + '#default_value': '[current-user:display-name]' + email: + '#title': 'Your Email' + '#type': email + '#required': true + '#default_value': '[current-user:mail]' + subject: + '#title': Subject + '#type': textfield + '#required': true + '#test': 'Testing contact webform from [site:name]' + message: + '#title': Message + '#type': textarea + '#required': true + '#test': 'Please ignore this email.' + actions: + '#type': webform_actions + '#title': 'Submit button(s)' + '#submit__label': 'Send message' css: '' javascript: '' settings: @@ -192,7 +220,14 @@ handlers: from_options: { } from_name: '[webform_submission:values:name:raw]' subject: '[webform_submission:values:subject:raw]' - body: "Hi Agarics, \r\n\r\nYou got a new message.\r\n\r\n

Submitted on {{ webform_token('[webform_submission:created]', webform_submission) }}

\r\n

Submitted values are:

\r\n{{ webform_token('[webform_submission:values]', webform_submission) }}\r\n" + body: | + Hi Agarics, + + You got a new message. + +

Submitted on {{ webform_token('[webform_submission:created]', webform_submission) }}

+

Submitted values are:

+ {{ webform_token('[webform_submission:values]', webform_submission) }} excluded_elements: { } ignore_access: false exclude_empty: true diff --git a/config/sync/webform.webform.contact_confirm.yml b/config/sync/webform.webform.contact_confirm.yml index 23ce939..508e475 100644 --- a/config/sync/webform.webform.contact_confirm.yml +++ b/config/sync/webform.webform.contact_confirm.yml @@ -12,7 +12,25 @@ id: contact_confirm title: 'Thanks for contacting Agaric' description: 'A confirmation page to ask some follow-up questions.' category: '' -elements: "do_you_have_any_feedback_for_us_:\n '#type': textarea\n '#title': 'Do you have any feedback for us?'\n '#required': true\n '#format_items': comma\nhow_did_you_find_us:\n '#type': webform_radios_other\n '#title': 'How did you find us?'\n '#options':\n 'A professional or personal recommendation': 'A professional or personal recommendation'\n 'I met an Agaric and was given a business card': 'I met an Agaric and was given a business card'\n 'Google or something similar': 'Google or something similar'\n 'The Agaric logo appeared on toast I made': 'The Agaric logo appeared on toast I made'\n '#other__option_label': Other\nsubmission_id:\n '#type': hidden\n '#title': 'Submission ID'\n '#default_value': '[current-page:query:submission]'" +elements: | + do_you_have_any_feedback_for_us_: + '#type': textarea + '#title': 'Do you have any feedback for us?' + '#required': true + '#format_items': comma + how_did_you_find_us: + '#type': webform_radios_other + '#title': 'How did you find us?' + '#options': + 'A professional or personal recommendation': 'A professional or personal recommendation' + 'I met an Agaric and was given a business card': 'I met an Agaric and was given a business card' + 'Google or something similar': 'Google or something similar' + 'The Agaric logo appeared on toast I made': 'The Agaric logo appeared on toast I made' + '#other__option_label': Other + submission_id: + '#type': hidden + '#title': 'Submission ID' + '#default_value': '[current-page:query:submission]' css: '' javascript: '' settings: diff --git a/config/sync/webform.webform.general_services.yml b/config/sync/webform.webform.general_services.yml index c019f7d..5147a0c 100644 --- a/config/sync/webform.webform.general_services.yml +++ b/config/sync/webform.webform.general_services.yml @@ -12,7 +12,27 @@ id: general_services title: 'General services' description: 'Intake form for general services inquiries.' category: '' -elements: "budget:\n '#type': range\n '#title': Budget\n '#description': 'Approximate budget.'\n '#title_display': inline\n '#default_value': '45'\n '#min': '3'\n '#max': '600'\n '#step': '3'\n '#output': above\n '#output__field_prefix': $\n '#output__field_suffix': K\ncontact_information:\n '#type': webform_contact\n '#title': 'Contact information'\n '#email__required': true\n '#address__access': false\n '#address_2__access': false\n '#postal_code__access': false\n '#required': true" +elements: | + budget: + '#type': range + '#title': Budget + '#description': 'Approximate budget.' + '#title_display': inline + '#default_value': '45' + '#min': '3' + '#max': '600' + '#step': '3' + '#output': above + '#output__field_prefix': $ + '#output__field_suffix': K + contact_information: + '#type': webform_contact + '#title': 'Contact information' + '#email__required': true + '#address__access': false + '#address_2__access': false + '#postal_code__access': false + '#required': true css: '' javascript: '' settings: diff --git a/config/sync/webform.webform.join_the_movement.yml b/config/sync/webform.webform.join_the_movement.yml index 1ba9447..0b328d7 100644 --- a/config/sync/webform.webform.join_the_movement.yml +++ b/config/sync/webform.webform.join_the_movement.yml @@ -14,7 +14,18 @@ id: join_the_movement title: 'Join the movement' description: '' category: Mailchimp -elements: "intro_text:\n '#type': processed_text\n '#text': \"

We'll send you very occasional dispatches from our perspective on various overlapping movements for freedom and justice as workers fighting the good fight and as passionate observers.

\\r\\n\"\n '#format': basic_html\nemail:\n '#type': email\n '#title': 'Your e-mail address'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Join the movement'" +elements: | + intro_text: + '#type': processed_text + '#text': "

We will send you very occasional dispatches from our perspective on various overlapping movements for cooperation, freedom and justice as workers and as passionate observers.

\r\n" + '#format': basic_html + email: + '#type': email + '#title': 'Your e-mail address' + actions: + '#type': webform_actions + '#title': 'Submit button(s)' + '#submit__label': 'Join the movement' css: '' javascript: '' settings: diff --git a/config/sync/webform.webform.join_the_movement_confirm.yml b/config/sync/webform.webform.join_the_movement_confirm.yml index 26e0df1..60e7a7f 100644 --- a/config/sync/webform.webform.join_the_movement_confirm.yml +++ b/config/sync/webform.webform.join_the_movement_confirm.yml @@ -12,7 +12,10 @@ id: join_the_movement_confirm title: 'Join the movement confirm' description: 'Confirmation webform after submitting the "join the movement" form.' category: 'Confirmation (do not use directly)' -elements: "what_inspired_to_sign_up:\n '#type': textarea\n '#title': 'What inspired you to make this potentially life-changing decision?'" +elements: | + what_inspired_to_sign_up: + '#type': textarea + '#title': 'What inspired you to make this potentially life-changing decision?' css: '' javascript: '' settings: diff --git a/config/sync/webform.webform.migrations.yml b/config/sync/webform.webform.migrations.yml index 2124662..ba3b0cd 100644 --- a/config/sync/webform.webform.migrations.yml +++ b/config/sync/webform.webform.migrations.yml @@ -14,7 +14,18 @@ id: migrations title: 'Migrations training' description: 'A webform for people joining our migration trainings announcement list.' category: Mailchimp -elements: "your_email:\n '#type': email\n '#title': 'Your e-mail address'\n '#required': true\nyour_name:\n '#type': textfield\n '#title': 'Your name (optional)'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Get notified'" +elements: | + your_email: + '#type': email + '#title': 'Your e-mail address' + '#required': true + your_name: + '#type': textfield + '#title': 'Your name (optional)' + actions: + '#type': webform_actions + '#title': 'Submit button(s)' + '#submit__label': 'Get notified' css: '' javascript: '' settings: diff --git a/config/sync/webform.webform.migrations_training_confirm.yml b/config/sync/webform.webform.migrations_training_confirm.yml index ddb45e3..95579c4 100644 --- a/config/sync/webform.webform.migrations_training_confirm.yml +++ b/config/sync/webform.webform.migrations_training_confirm.yml @@ -12,7 +12,14 @@ id: migrations_training_confirm title: 'Migrations training confirm' description: 'Confirmation page for the migrations training signup.' category: 'Confirmation (do not use directly)' -elements: "what_motivated_sign_up_for_migration_training:\n '#type': textarea\n '#title': 'What motivated you to sign up for migration training?'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Share your motivation'" +elements: | + what_motivated_sign_up_for_migration_training: + '#type': textarea + '#title': 'What motivated you to sign up for migration training?' + actions: + '#type': webform_actions + '#title': 'Submit button(s)' + '#submit__label': 'Share your motivation' css: '' javascript: '' settings: diff --git a/config/sync/webform.webform.speaker_request_agaric.yml b/config/sync/webform.webform.speaker_request_agaric.yml index 45d92a7..9dcde70 100644 --- a/config/sync/webform.webform.speaker_request_agaric.yml +++ b/config/sync/webform.webform.speaker_request_agaric.yml @@ -73,7 +73,6 @@ elements: | '#type': webform_actions '#title': 'Submit button(s)' '#submit__label': 'Invite an Agaric to speak' - css: '' javascript: '' settings: diff --git a/config/sync/webform.webform.speaker_request_clayton_dewey.yml b/config/sync/webform.webform.speaker_request_clayton_dewey.yml index 4cd7248..ac3752d 100644 --- a/config/sync/webform.webform.speaker_request_clayton_dewey.yml +++ b/config/sync/webform.webform.speaker_request_clayton_dewey.yml @@ -53,7 +53,6 @@ elements: | '#type': webform_actions '#title': 'Submit button(s)' '#submit__label': 'Invite Clayton to speak' - css: '' javascript: '' settings: diff --git a/config/sync/webform.webform.speaker_request_mauricio_dinarte.yml b/config/sync/webform.webform.speaker_request_mauricio_dinarte.yml index dbed7b3..024de16 100644 --- a/config/sync/webform.webform.speaker_request_mauricio_dinarte.yml +++ b/config/sync/webform.webform.speaker_request_mauricio_dinarte.yml @@ -53,7 +53,6 @@ elements: | '#type': webform_actions '#title': 'Submit button(s)' '#submit__label': 'Invite Mauricio to speak' - css: '' javascript: '' settings: diff --git a/config/sync/webform.webform.speaker_request_michele_metts.yml b/config/sync/webform.webform.speaker_request_michele_metts.yml index d41a103..6f84486 100644 --- a/config/sync/webform.webform.speaker_request_michele_metts.yml +++ b/config/sync/webform.webform.speaker_request_michele_metts.yml @@ -12,7 +12,47 @@ id: speaker_request_michele_metts title: 'Speaker request form for Michele Metts' description: '' category: Speaker -elements: "your_name:\n '#type': webform_name\n '#title': 'Your name'\n '#title__access': false\n '#first__title': 'Your name'\n '#middle__access': false\n '#last__access': false\n '#suffix__access': false\n '#degree__access': false\nevent_website:\n '#type': url\n '#title': 'Event website'\nevent_dates:\n '#type': datetime\n '#title': 'Event date'\n '#date_date_datepicker_button': false\n '#date_time_element': none\nevent_location:\n '#type': textfield\n '#title': 'Event location'\ndescription_of_event:\n '#type': textarea\n '#title': 'What should the speaker know about this event?'\nbudget_for_speaker:\n '#type': textfield\n '#title': 'Budget for speaker'\nemail:\n '#type': email\n '#title': Email\n '#required': true\nphone:\n '#type': tel\n '#title': Phone\nadditional_info:\n '#type': textarea\n '#title': 'Additional information'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Invite Micky to speak'" +elements: | + your_name: + '#type': webform_name + '#title': 'Your name' + '#title__access': false + '#first__title': 'Your name' + '#middle__access': false + '#last__access': false + '#suffix__access': false + '#degree__access': false + event_website: + '#type': url + '#title': 'Event website' + event_dates: + '#type': datetime + '#title': 'Event date' + '#date_date_datepicker_button': false + '#date_time_element': none + event_location: + '#type': textfield + '#title': 'Event location' + description_of_event: + '#type': textarea + '#title': 'What should the speaker know about this event?' + budget_for_speaker: + '#type': textfield + '#title': 'Budget for speaker' + email: + '#type': email + '#title': Email + '#required': true + phone: + '#type': tel + '#title': Phone + additional_info: + '#type': textarea + '#title': 'Additional information' + actions: + '#type': webform_actions + '#title': 'Submit button(s)' + '#submit__label': 'Invite Micky to speak' css: '' javascript: '' settings: diff --git a/config/sync/webform.webform.speaker_request_micky_metts.yml b/config/sync/webform.webform.speaker_request_micky_metts.yml index a4bbf97..80b5e57 100644 --- a/config/sync/webform.webform.speaker_request_micky_metts.yml +++ b/config/sync/webform.webform.speaker_request_micky_metts.yml @@ -12,7 +12,47 @@ id: speaker_request_micky_metts title: 'Speaker Request - Micky Metts' description: 'Speaker Request for Micky Metts' category: '' -elements: "your_name:\n '#type': webform_name\n '#title': 'Your name'\n '#title__access': false\n '#first__title': 'Your name'\n '#middle__access': false\n '#last__access': false\n '#suffix__access': false\n '#degree__access': false\nevent_website:\n '#type': url\n '#title': 'Event website'\nevent_dates:\n '#type': datetime\n '#title': 'Event date'\n '#date_date_datepicker_button': false\n '#date_time_element': none\nevent_location:\n '#type': textfield\n '#title': 'Event location'\ndescription_of_event:\n '#type': textarea\n '#title': 'What should the speaker know about this event?'\nbudget_for_speaker:\n '#type': textfield\n '#title': 'Budget for speaker'\nemail:\n '#type': email\n '#title': Email\n '#required': true\nphone:\n '#type': tel\n '#title': Phone\nadditional_info:\n '#type': textarea\n '#title': 'Additional information'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Invite Micky to speak'" +elements: | + your_name: + '#type': webform_name + '#title': 'Your name' + '#title__access': false + '#first__title': 'Your name' + '#middle__access': false + '#last__access': false + '#suffix__access': false + '#degree__access': false + event_website: + '#type': url + '#title': 'Event website' + event_dates: + '#type': datetime + '#title': 'Event date' + '#date_date_datepicker_button': false + '#date_time_element': none + event_location: + '#type': textfield + '#title': 'Event location' + description_of_event: + '#type': textarea + '#title': 'What should the speaker know about this event?' + budget_for_speaker: + '#type': textfield + '#title': 'Budget for speaker' + email: + '#type': email + '#title': Email + '#required': true + phone: + '#type': tel + '#title': Phone + additional_info: + '#type': textarea + '#title': 'Additional information' + actions: + '#type': webform_actions + '#title': 'Submit button(s)' + '#submit__label': 'Invite Micky to speak' css: '' javascript: '' settings: diff --git a/config/sync/webform.webform.training.yml b/config/sync/webform.webform.training.yml index 93480e7..f755bcf 100644 --- a/config/sync/webform.webform.training.yml +++ b/config/sync/webform.webform.training.yml @@ -12,7 +12,38 @@ id: training title: Training description: 'Training intake form' category: '' -elements: "intro_text:\n '#type': processed_text\n '#text': \"

Thanks for showing interest in our trainings. Just share a bit about what you're looking for and we'll follow up with you soon thereafter.

\\r\\n\"\n '#format': basic_html\nname:\n '#type': textfield\n '#title': Name\nemail:\n '#type': email\n '#title': Email\ntopics:\n '#type': checkboxes\n '#title': Topics\n '#options':\n 'Introduction to Drupal': 'Introduction to Drupal'\n 'Drupal development (beginning)': 'Drupal development (beginning)'\n 'Drupal development (intermediate)': 'Drupal development (intermediate)'\n 'Drupal development (advanced)': 'Drupal development (advanced)'\n 'Drupal theming and templating': 'Drupal theming and templating'\n 'Data migration': 'Data migration'\nsize:\n '#type': checkboxes\n '#title': Size\n '#options':\n 'Personal training': 'Personal training'\n 'Small group (2-5)': 'Small group (2-5)'\n 'Larger group (more than 5)': 'Larger group (more than 5)'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Request training'\n" +elements: | + intro_text: + '#type': processed_text + '#text': "

Thanks for showing interest in our trainings. Just share a bit about what you're looking for and we'll follow up with you soon thereafter.

\r\n" + '#format': basic_html + name: + '#type': textfield + '#title': Name + email: + '#type': email + '#title': Email + topics: + '#type': checkboxes + '#title': Topics + '#options': + 'Introduction to Drupal': 'Introduction to Drupal' + 'Drupal development (beginning)': 'Drupal development (beginning)' + 'Drupal development (intermediate)': 'Drupal development (intermediate)' + 'Drupal development (advanced)': 'Drupal development (advanced)' + 'Drupal theming and templating': 'Drupal theming and templating' + 'Data migration': 'Data migration' + size: + '#type': checkboxes + '#title': Size + '#options': + 'Personal training': 'Personal training' + 'Small group (2-5)': 'Small group (2-5)' + 'Larger group (more than 5)': 'Larger group (more than 5)' + actions: + '#type': webform_actions + '#title': 'Submit button(s)' + '#submit__label': 'Request training' css: '' javascript: '' settings: diff --git a/config/sync/webform.webform_options.days.yml b/config/sync/webform.webform_options.days.yml index 6c6f317..2479ab3 100644 --- a/config/sync/webform.webform_options.days.yml +++ b/config/sync/webform.webform_options.days.yml @@ -11,4 +11,11 @@ id: days label: Days category: 'Date and time' likert: false -options: "Sunday: Sunday\nMonday: Monday\nTuesday: Tuesday\nWednesday: Wednesday\nThursday: Thursday\nFriday: Friday\nSaturday: Saturday\n" +options: | + Sunday: Sunday + Monday: Monday + Tuesday: Tuesday + Wednesday: Wednesday + Thursday: Thursday + Friday: Friday + Saturday: Saturday diff --git a/config/sync/webform.webform_options.education.yml b/config/sync/webform.webform_options.education.yml index 5579559..d9e54be 100644 --- a/config/sync/webform.webform_options.education.yml +++ b/config/sync/webform.webform_options.education.yml @@ -11,4 +11,8 @@ id: education label: Education category: Demographic likert: false -options: "High School: High School\nAssociate Degree: Associate Degree\nGraduate or Professional Degree: Graduate or Professional Degree\nSome College: Some College\n" +options: | + High School: High School + Associate Degree: Associate Degree + Graduate or Professional Degree: Graduate or Professional Degree + Some College: Some College diff --git a/config/sync/webform.webform_options.employment_status.yml b/config/sync/webform.webform_options.employment_status.yml index df247bf..151fde2 100644 --- a/config/sync/webform.webform_options.employment_status.yml +++ b/config/sync/webform.webform_options.employment_status.yml @@ -11,4 +11,9 @@ id: employment_status label: 'Employment status' category: Demographic likert: false -options: "'Full Time': 'Full Time'\n'Part Time': 'Part Time'\n'Military': 'Military'\nUnemployed: Unemployed\nRetired: Retired\n" +options: | + 'Full Time': 'Full Time' + 'Part Time': 'Part Time' + 'Military': 'Military' + Unemployed: Unemployed + Retired: Retired diff --git a/config/sync/webform.webform_options.ethnicity.yml b/config/sync/webform.webform_options.ethnicity.yml index 15351a4..b3b0a12 100644 --- a/config/sync/webform.webform_options.ethnicity.yml +++ b/config/sync/webform.webform_options.ethnicity.yml @@ -11,4 +11,12 @@ id: ethnicity label: Ethnicity category: Demographic likert: false -options: "Caucasian: Caucasian\n'Latino/Hispanic': 'Latino/Hispanic'\n'Middle Eastern': 'Middle Eastern'\nAfrican: African\nCaribbean: Caribbean\n'South Asian': 'South Asian'\n'East Asian': 'East Asian'\nMixed: Mixed\n" +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 diff --git a/config/sync/webform.webform_options.gender.yml b/config/sync/webform.webform_options.gender.yml index e32670b..72b81e4 100644 --- a/config/sync/webform.webform_options.gender.yml +++ b/config/sync/webform.webform_options.gender.yml @@ -11,4 +11,6 @@ id: gender label: Gender category: Demographic likert: false -options: "Male: Male\nFemale: Female\n" +options: | + Male: Male + Female: Female diff --git a/config/sync/webform.webform_options.industry.yml b/config/sync/webform.webform_options.industry.yml index 785c756..3bb4dec 100644 --- a/config/sync/webform.webform_options.industry.yml +++ b/config/sync/webform.webform_options.industry.yml @@ -11,4 +11,43 @@ id: industry label: Industry category: Demographic likert: false -options: "Accounting/Finance: Accounting/Finance\nAdvertising/Public Relations: Advertising/Public Relations\nAerospace/Aviation: Aerospace/Aviation\nArts/Entertainment/Publishing: Arts/Entertainment/Publishing\nAutomotive: Automotive\nBanking/Mortgage: Banking/Mortgage\nBusiness Development: Business Development\nBusiness Opportunity: Business Opportunity\nClerical/Administrative: Clerical/Administrative\nConstruction/Facilities: Construction/Facilities\nConsumer Goods: Consumer Goods\nCustomer Service: Customer Service\nEducation/Training: Education/Training\nEnergy/Utilities: Energy/Utilities\nEngineering: Engineering\nGovernment/Military: Government/Military\nHealthcare: Healthcare\nHospitality/Travel: Hospitality/Travel\nHuman Resources: Human Resources\nInstallation/Maintenance: Installation/Maintenance\nInsurance: Insurance\nInternet: Internet\nLaw Enforcement/Security: Law Enforcement/Security\nLegal: Legal\nManagement/Executive: Management/Executive\nManufacturing/Operations: Manufacturing/Operations\nMarketing: Marketing\nNon-Profit/Volunteer: Non-Profit/Volunteer\nPharmaceutical/Biotech: Pharmaceutical/Biotech\nProfessional Services: Professional Services\nReal Estate: Real Estate\nRestaurant/Food Service: Restaurant/Food Service\nRetail: Retail\nSales: Sales\nScience/Research: Science/Research\nSkilled Labor: Skilled Labor\nTechnology: Technology\nTelecommunications: Telecommunications\nTransportation/Logistics: Transportation/Logistics\n" +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 diff --git a/config/sync/webform.webform_options.likert_agreement.yml b/config/sync/webform.webform_options.likert_agreement.yml index 6fe0026..270ad10 100644 --- a/config/sync/webform.webform_options.likert_agreement.yml +++ b/config/sync/webform.webform_options.likert_agreement.yml @@ -11,4 +11,9 @@ id: likert_agreement label: 'Likert: Agreement' category: Likert likert: true -options: "1: 'Much Worse'\n2: 'Somewhat Worse'\n3: 'About the Same'\n4: 'Somewhat Better'\n5: 'Much Better'\n" +options: | + 1: 'Much Worse' + 2: 'Somewhat Worse' + 3: 'About the Same' + 4: 'Somewhat Better' + 5: 'Much Better' diff --git a/config/sync/webform.webform_options.likert_comparison.yml b/config/sync/webform.webform_options.likert_comparison.yml index fe21b41..6caf395 100644 --- a/config/sync/webform.webform_options.likert_comparison.yml +++ b/config/sync/webform.webform_options.likert_comparison.yml @@ -11,4 +11,9 @@ id: likert_comparison label: 'Likert: Comparison' category: Likert likert: true -options: "1: Strongly Disagree\n2: Disagree\n3: Neutral\n4: Agree\n5: Strongly Agree\n" +options: | + 1: Strongly Disagree + 2: Disagree + 3: Neutral + 4: Agree + 5: Strongly Agree diff --git a/config/sync/webform.webform_options.likert_importance.yml b/config/sync/webform.webform_options.likert_importance.yml index baa7a66..e2fae6b 100644 --- a/config/sync/webform.webform_options.likert_importance.yml +++ b/config/sync/webform.webform_options.likert_importance.yml @@ -11,4 +11,9 @@ id: likert_importance label: 'Likert: Importance' category: Likert likert: true -options: "1: Not at all Important\n2: Somewhat Important\n3: Neutral\n4: Important\n5: Very Important\n" +options: | + 1: Not at all Important + 2: Somewhat Important + 3: Neutral + 4: Important + 5: Very Important diff --git a/config/sync/webform.webform_options.likert_quality.yml b/config/sync/webform.webform_options.likert_quality.yml index ec988df..9dd267a 100644 --- a/config/sync/webform.webform_options.likert_quality.yml +++ b/config/sync/webform.webform_options.likert_quality.yml @@ -11,4 +11,9 @@ id: likert_quality label: 'Likert: Quality' category: Likert likert: true -options: "1: Poor\n2: Fair\n3: Good\n4: Very good\n5: Excellent\n" +options: | + 1: Poor + 2: Fair + 3: Good + 4: Very good + 5: Excellent diff --git a/config/sync/webform.webform_options.likert_satisfaction.yml b/config/sync/webform.webform_options.likert_satisfaction.yml index 8ba7b14..5f7fcb7 100644 --- a/config/sync/webform.webform_options.likert_satisfaction.yml +++ b/config/sync/webform.webform_options.likert_satisfaction.yml @@ -11,4 +11,9 @@ id: likert_satisfaction label: 'Likert: Satisfaction' category: Likert likert: true -options: "1: Very Unsatisfied\n2: Unsatisfied\n3: Neutral\n4: Satisfied\n5: Very Satisfied\n" +options: | + 1: Very Unsatisfied + 2: Unsatisfied + 3: Neutral + 4: Satisfied + 5: Very Satisfied diff --git a/config/sync/webform.webform_options.likert_ten_scale.yml b/config/sync/webform.webform_options.likert_ten_scale.yml index 8ed0b09..67e1989 100644 --- a/config/sync/webform.webform_options.likert_ten_scale.yml +++ b/config/sync/webform.webform_options.likert_ten_scale.yml @@ -11,4 +11,14 @@ id: likert_ten_scale label: 'Likert: Ten Scale' category: Likert likert: true -options: "1: 1\n2: 2\n3: 3\n4: 4\n5: 5\n6: 6\n7: 7\n8: 8\n9: 9\n10: 10\n" +options: | + 1: 1 + 2: 2 + 3: 3 + 4: 4 + 5: 5 + 6: 6 + 7: 7 + 8: 8 + 9: 9 + 10: 10 diff --git a/config/sync/webform.webform_options.likert_would_you.yml b/config/sync/webform.webform_options.likert_would_you.yml index 6fc30f3..b2aca4b 100644 --- a/config/sync/webform.webform_options.likert_would_you.yml +++ b/config/sync/webform.webform_options.likert_would_you.yml @@ -11,4 +11,9 @@ id: likert_would_you label: 'Likert: Would You' category: Likert likert: true -options: "1: Definitely Not\n2: Probably Not\n3: Not Sure\n4: Probably\n5: Definitely\n" +options: | + 1: Definitely Not + 2: Probably Not + 3: Not Sure + 4: Probably + 5: Definitely diff --git a/config/sync/webform.webform_options.marital_status.yml b/config/sync/webform.webform_options.marital_status.yml index 50900f7..69d1a68 100644 --- a/config/sync/webform.webform_options.marital_status.yml +++ b/config/sync/webform.webform_options.marital_status.yml @@ -11,4 +11,8 @@ id: marital_status label: 'Marital status' category: Demographic likert: false -options: "Single: Single\nMarried: Married\nDivorced: Divorced\nWidowed: Widowed\n" +options: | + Single: Single + Married: Married + Divorced: Divorced + Widowed: Widowed diff --git a/config/sync/webform.webform_options.months.yml b/config/sync/webform.webform_options.months.yml index 388724c..0f01f07 100644 --- a/config/sync/webform.webform_options.months.yml +++ b/config/sync/webform.webform_options.months.yml @@ -11,4 +11,16 @@ id: months label: Months category: 'Date and time' likert: false -options: "January: January\nFebruary: February\nMarch: March\nApril: April\nMay: May\nJune: June\nJuly: July\nAugust: August\nSeptember: September\nOctober: October\nNovember: November\nDecember: December\n" +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 diff --git a/config/sync/webform.webform_options.phone_types.yml b/config/sync/webform.webform_options.phone_types.yml index 157abb9..d2504e9 100644 --- a/config/sync/webform.webform_options.phone_types.yml +++ b/config/sync/webform.webform_options.phone_types.yml @@ -11,4 +11,7 @@ id: phone_types label: 'Phone type' category: Demographic likert: false -options: "Home: Home\nOffice: Office\nCell: Cell\n" +options: | + Home: Home + Office: Office + Cell: Cell diff --git a/config/sync/webform.webform_options.relationship.yml b/config/sync/webform.webform_options.relationship.yml index 3c55efa..075b724 100644 --- a/config/sync/webform.webform_options.relationship.yml +++ b/config/sync/webform.webform_options.relationship.yml @@ -11,4 +11,9 @@ id: relationship label: Relationship category: Demographic likert: false -options: "Parent: Parent\n'Significant Other': 'Significant Other'\nSibling: Sibling\nChild: Child\nFriend: Friend\n" +options: | + Parent: Parent + 'Significant Other': 'Significant Other' + Sibling: Sibling + Child: Child + Friend: Friend diff --git a/config/sync/webform.webform_options.size.yml b/config/sync/webform.webform_options.size.yml index 7f71ffb..9eee9b5 100644 --- a/config/sync/webform.webform_options.size.yml +++ b/config/sync/webform.webform_options.size.yml @@ -11,4 +11,9 @@ id: size label: Size category: General likert: false -options: "Extra Small: Extra Small\nSmall: Small\nMedium: Medium\nLarge: Large\nExtra Large: Extra Large\n" +options: | + Extra Small: Extra Small + Small: Small + Medium: Medium + Large: Large + Extra Large: Extra Large diff --git a/config/sync/webform.webform_options.state_codes.yml b/config/sync/webform.webform_options.state_codes.yml index b135405..a4cc588 100644 --- a/config/sync/webform.webform_options.state_codes.yml +++ b/config/sync/webform.webform_options.state_codes.yml @@ -11,4 +11,56 @@ id: state_codes label: 'State codes' category: Geographic likert: false -options: "AL: Alabama\nAK: Alaska\nAZ: Arizona\nAR: Arkansas\nCA: California\nCO: Colorado\nCT: Connecticut\nDE: Delaware\nDC: 'District of Columbia'\nFL: Florida\nGA: Georgia\nGU: Guam\nHI: Hawaii\nID: Idaho\nIL: Illinois\nIN: Indiana\nIA: Iowa\nKS: Kansas\nKY: Kentucky\nLA: Louisiana\nME: Maine\nMD: Maryland\nMA: Massachusetts\nMI: Michigan\nMN: Minnesota\nMS: Mississippi\nMO: Missouri\nMT: Montana\nNE: Nebraska\nNV: Nevada\nNH: 'New Hampshire'\nNJ: 'New Jersey'\nNM: 'New Mexico'\nNY: 'New York'\nNC: 'North Carolina'\nND: 'North Dakota'\nOH: Ohio\nOK: Oklahoma\nOR: Oregon\nPA: Pennsylvania\nRI: 'Rhode Island'\nSC: 'South Carolina'\nSD: 'South Dakota'\nTN: Tennessee\nTX: Texas\nUT: Utah\nVT: Vermont\nVA: Virginia\nWA: Washington\nWV: 'West Virginia'\nWI: Wisconsin\nWY: Wyoming\n" +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 diff --git a/config/sync/webform.webform_options.state_names.yml b/config/sync/webform.webform_options.state_names.yml index ab75912..120e6ec 100644 --- a/config/sync/webform.webform_options.state_names.yml +++ b/config/sync/webform.webform_options.state_names.yml @@ -11,4 +11,55 @@ id: state_names label: 'State names' category: Geographic likert: false -options: "Alabama: Alabama\nAlaska: Alaska\nArizona: Arizona\nArkansas: Arkansas\nCalifornia: California\nColorado: Colorado\nConnecticut: Connecticut\nDelaware: Delaware\n'District of Columbia': 'District of Columbia'\nFlorida: Florida\nGeorgia: Georgia\nHawaii: Hawaii\nIdaho: Idaho\nIllinois: Illinois\nIndiana: Indiana\nIowa: Iowa\nKansas: Kansas\nKentucky: Kentucky\nLouisiana: Louisiana\nMaine: Maine\nMaryland: Maryland\nMassachusetts: Massachusetts\nMichigan: Michigan\nMinnesota: Minnesota\nMississippi: Mississippi\nMissouri: Missouri\nMontana: Montana\nNebraska: Nebraska\nNevada: Nevada\n'New Hampshire': 'New Hampshire'\n'New Jersey': 'New Jersey'\n'New Mexico': 'New Mexico'\n'New York': 'New York'\n'North Carolina': 'North Carolina'\n'North Dakota': 'North Dakota'\nOhio: Ohio\nOklahoma: Oklahoma\nOregon: Oregon\nPennsylvania: Pennsylvania\n'Rhode Island': 'Rhode Island'\n'South Carolina': 'South Carolina'\n'South Dakota': 'South Dakota'\nTennessee: Tennessee\nTexas: Texas\nUtah: Utah\nVermont: Vermont\nVirginia: Virginia\nWashington: Washington\n'West Virginia': 'West Virginia'\nWisconsin: Wisconsin\nWyoming: Wyoming\n" +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 diff --git a/config/sync/webform.webform_options.state_province_codes.yml b/config/sync/webform.webform_options.state_province_codes.yml index 7805b23..2b6aa51 100644 --- a/config/sync/webform.webform_options.state_province_codes.yml +++ b/config/sync/webform.webform_options.state_province_codes.yml @@ -11,4 +11,66 @@ id: state_province_codes label: 'State/Province codes' category: Geographic likert: false -options: "AL: Alabama\nAK: Alaska\nAS: 'American Samoa'\nAZ: Arizona\nAR: Arkansas\nAE: 'Armed Forces (Canada, Europe, Africa, or Middle East'\nAA: 'Armed Forces Americas'\nAP: 'Armed Forces Pacific'\nCA: California\nCO: Colorado\nCT: Connecticut\nDE: Delaware\nDC: 'District of Columbia'\nFM: 'Federated States of Micronesia'\nFL: Florida\nGA: Georgia\nGU: Guam\nHI: Hawaii\nID: Idaho\nIL: Illinois\nIN: Indiana\nIA: Iowa\nKS: Kansas\nKY: Kentucky\nLA: Louisiana\nME: Maine\nMH: 'Marshall Islands'\nMD: Maryland\nMA: Massachusetts\nMI: Michigan\nMN: Minnesota\nMS: Mississippi\nMO: Missouri\nMT: Montana\nNE: Nebraska\nNV: Nevada\nNH: 'New Hampshire'\nNJ: 'New Jersey'\nNM: 'New Mexico'\nNY: 'New York'\nNC: 'North Carolina'\nND: 'North Dakota'\nMP: 'Northern Mariana Islands'\nOH: Ohio\nOK: Oklahoma\nOR: Oregon\nPW: Palau\nPA: Pennsylvania\nPR: 'Puerto Rico'\nRI: 'Rhode Island'\nSC: 'South Carolina'\nSD: 'South Dakota'\nTN: Tennessee\nTX: Texas\nUT: Utah\nVT: Vermont\nVI: 'Virgin Islands'\nVA: Virginia\nWA: Washington\nWV: 'West Virginia'\nWI: Wisconsin\nWY: Wyoming\n" +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 diff --git a/config/sync/webform.webform_options.state_province_names.yml b/config/sync/webform.webform_options.state_province_names.yml index 4eb7ebd..7a14e0a 100644 --- a/config/sync/webform.webform_options.state_province_names.yml +++ b/config/sync/webform.webform_options.state_province_names.yml @@ -11,4 +11,66 @@ id: state_province_names label: 'State/Province names' category: Geographic likert: false -options: "Alabama: Alabama\nAlaska: Alaska\n'American Samoa': 'American Samoa'\nArizona: Arizona\nArkansas: Arkansas\n'Armed Forces (Canada, Europe, Africa, or Middle East)': 'Armed Forces (Canada, Europe, Africa, or Middle East)'\n'Armed Forces Americas': 'Armed Forces Americas'\n'Armed Forces Pacific': 'Armed Forces Pacific'\nCalifornia: California\nColorado: Colorado\nConnecticut: Connecticut\nDelaware: Delaware\n'District of Columbia': 'District of Columbia'\n'Federated States of Micronesia': 'Federated States of Micronesia'\nFlorida: Florida\nGeorgia: Georgia\nGuam: Guam\nHawaii: Hawaii\nIdaho: Idaho\nIllinois: Illinois\nIndiana: Indiana\nIowa: Iowa\nKansas: Kansas\nKentucky: Kentucky\nLouisiana: Louisiana\nMaine: Maine\n'Marshall Islands': 'Marshall Islands'\nMaryland: Maryland\nMassachusetts: Massachusetts\nMichigan: Michigan\nMinnesota: Minnesota\nMississippi: Mississippi\nMissouri: Missouri\nMontana: Montana\nNebraska: Nebraska\nNevada: Nevada\n'New Hampshire': 'New Hampshire'\n'New Jersey': 'New Jersey'\n'New Mexico': 'New Mexico'\n'New York': 'New York'\n'North Carolina': 'North Carolina'\n'North Dakota': 'North Dakota'\n'Northern Mariana Islands': 'Northern Mariana Islands'\nOhio: Ohio\nOklahoma: Oklahoma\nOregon: Oregon\nPalau: Palau\nPennsylvania: Pennsylvania\n'Puerto Rico': 'Puerto Rico'\n'Rhode Island': 'Rhode Island'\n'South Carolina': 'South Carolina'\n'South Dakota': 'South Dakota'\nTennessee: Tennessee\nTexas: Texas\nUtah: Utah\nVermont: Vermont\n'Virgin Islands': 'Virgin Islands'\nVirginia: Virginia\nWashington: Washington\n'West Virginia': 'West Virginia'\nWisconsin: Wisconsin\nWyoming: Wyoming\n" +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 diff --git a/config/sync/webform.webform_options.yes_no.yml b/config/sync/webform.webform_options.yes_no.yml index 926a878..045273d 100644 --- a/config/sync/webform.webform_options.yes_no.yml +++ b/config/sync/webform.webform_options.yes_no.yml @@ -11,4 +11,6 @@ id: yes_no label: Yes/No category: General likert: false -options: "Yes: Yes\nNo: No\n" +options: | + Yes: Yes + No: No