diff --git a/config/block.block.exposedformsearchpage_1_2.yml b/config/block.block.exposedformsearchpage_1_2.yml index 6ce8761..0c876d5 100644 --- a/config/block.block.exposedformsearchpage_1_2.yml +++ b/config/block.block.exposedformsearchpage_1_2.yml @@ -30,6 +30,8 @@ visibility: context_mapping: { } request_path: id: request_path - pages: "/search\n/search/*\n" + pages: | + /search + /search/* negate: false context_mapping: { } diff --git a/config/block.block.footer_about_us.yml b/config/block.block.footer_about_us.yml index 1bce7e8..36bf514 100644 --- a/config/block.block.footer_about_us.yml +++ b/config/block.block.footer_about_us.yml @@ -26,9 +26,11 @@ settings: follow_parent: child level: 1 depth: 0 - expand: 0 + expand_all_items: false parent: 'main:menu_link_content:33435872-bdbe-4833-9477-c057c2c33359' suggestion: main + label_type: block + label_link: false visibility: condition_group: id: condition_group diff --git a/config/block.block.footer_get_involved.yml b/config/block.block.footer_get_involved.yml index 2a00d01..ef65519 100644 --- a/config/block.block.footer_get_involved.yml +++ b/config/block.block.footer_get_involved.yml @@ -26,9 +26,11 @@ settings: follow_parent: child level: 1 depth: 0 - expand: 0 + expand_all_items: false parent: 'main:menu_link_content:f1eaa438-620d-418b-acd3-ad00dab9c635' suggestion: main + label_type: block + label_link: false visibility: condition_group: id: condition_group diff --git a/config/block.block.footer_our_work.yml b/config/block.block.footer_our_work.yml index 1b3fa10..2c980e0 100644 --- a/config/block.block.footer_our_work.yml +++ b/config/block.block.footer_our_work.yml @@ -26,9 +26,11 @@ settings: follow_parent: child level: 1 depth: 0 - expand: 0 + expand_all_items: false parent: 'main:menu_link_content:3f594be0-bb0f-4b30-923e-e7984983a0fd' suggestion: main + label_type: block + label_link: false visibility: condition_group: id: condition_group diff --git a/config/comment_notify.settings.yml b/config/comment_notify.settings.yml index 7971531..f55526f 100644 --- a/config/comment_notify.settings.yml +++ b/config/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],\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: node: 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] _core: default_config_hash: Q6HMOSKUhb-YgBPZ1JIbcVeOxHPv-eJoBGYmXiG9Pik bundle_types: diff --git a/config/config_perms.custom_perms_entity.edit_contact_form.yml b/config/config_perms.custom_perms_entity.edit_contact_form.yml index ab8ca6e..cec3b04 100644 --- a/config/config_perms.custom_perms_entity.edit_contact_form.yml +++ b/config/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\nentity.contact_form.edit_form\n" +route: | + entity.contact_form.collection + entity.contact_form.edit_form diff --git a/config/config_snapshot.snapshot.config_sync.module.comment_notify.yml b/config/config_snapshot.snapshot.config_sync.module.comment_notify.yml index ef80d9b..bb55b73 100644 --- a/config/config_snapshot.snapshot.config_sync.module.comment_notify.yml +++ b/config/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/config_snapshot.snapshot.config_sync.module.drutopia_core.yml b/config/config_snapshot.snapshot.config_sync.module.drutopia_core.yml index b1a3c9f..b509de6 100644 --- a/config/config_snapshot.snapshot.config_sync.module.drutopia_core.yml +++ b/config/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\nentity.contact_form.edit_form\n" + route: | + entity.contact_form.collection + entity.contact_form.edit_form - collection: '' name: core.date_format.month_day_year diff --git a/config/config_snapshot.snapshot.config_sync.module.google_analytics.yml b/config/config_snapshot.snapshot.config_sync.module.google_analytics.yml index 38affde..d73caab 100644 --- a/config/config_snapshot.snapshot.config_sync.module.google_analytics.yml +++ b/config/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/*/*\n" + 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/config_snapshot.snapshot.config_sync.module.honeypot.yml b/config/config_snapshot.snapshot.config_sync.module.honeypot.yml index 9b8ab63..f2e9152 100644 --- a/config/config_snapshot.snapshot.config_sync.module.honeypot.yml +++ b/config/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.\n\nClick Next to be guided through this configuration page.\n" + 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.\n\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.\n" + 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/config_snapshot.snapshot.config_sync.module.user.yml b/config/config_snapshot.snapshot.config_sync.module.user.yml index 6b88875..36274cd 100644 --- a/config/config_snapshot.snapshot.config_sync.module.user.yml +++ b/config/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\n" + 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\n" + 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\n" + 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\n" + 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\n" + 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]\n" + 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\n" + 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\n" + 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\n" + 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/config_snapshot.snapshot.config_sync.module.webform.yml b/config/config_snapshot.snapshot.config_sync.module.webform.yml index 59b242d..5587a1d 100644 --- a/config/config_snapshot.snapshot.config_sync.module.webform.yml +++ b/config/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,8 +3316,14 @@ 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" + 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.' @@ -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]
\nSubmitted by: [webform_submission:user]
\nSubmitted 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/customerror.settings.yml b/config/customerror.settings.yml index cd2eeec..668c562 100644 --- a/config/customerror.settings.yml +++ b/config/customerror.settings.yml @@ -1,6 +1,33 @@ 403: title: 'Access denied' - body: "I'm sorry, you do not have permission to be here.
\n\n\nKnocked once
\nMarvin Moore, \"Green Door\"\n
\nTried to tell 'em I've been there
\nDoor slammed
\nHospitality's thin there
I'm sorry, you do not have permission to be here.
+++Knocked once
+ Marvin Moore, "Green Door" +
+ Tried to tell 'em I've been there
+ Door slammed
+ Hospitality's thin there
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/language/es/webform.webform.contact.yml b/config/language/es/webform.webform.contact.yml index 4472d1d..ec80cb1 100644 --- a/config/language/es/webform.webform.contact.yml +++ b/config/language/es/webform.webform.contact.yml @@ -1,8 +1,27 @@ title: Contact -elements: "introduction:\n '#markup': 'Usted – nuestros clientes, colegas, y admiradores locos – es 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\nactions:\n '#submit__label': 'Enviar Mensaje'\n" +elements: | + introduction: + '#markup': 'Usted – nuestros clientes, colegas, y admiradores locos – es 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 + 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.' handlers: email_notification: settings: - body: "Hola Agarics, \n\nTú recibiste un nuevo mensaje.\n\nSubmitted on {{ webform_token('[webform_submission:created]', webform_submission) }}
\nSubmitted values are:
\n{{ webform_token('[webform_submission:values]', webform_submission) }}\n" + body: | + Hola Agarics, + + Tú recibiste un nuevo mensaje. + +Submitted on {{ webform_token('[webform_submission:created]', webform_submission) }}
+Submitted values are:
+ {{ webform_token('[webform_submission:values]', webform_submission) }} diff --git a/config/language/es/webform.webform.contacto.yml b/config/language/es/webform.webform.contacto.yml index 2684696..c54f21c 100644 --- a/config/language/es/webform.webform.contacto.yml +++ b/config/language/es/webform.webform.contacto.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/language/es/webform.webform.training.yml b/config/language/es/webform.webform.training.yml index b896db0..7b172f3 100644 --- a/config/language/es/webform.webform.training.yml +++ b/config/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/redirect_404.settings.yml b/config/redirect_404.settings.yml index 691c715..2bd426e 100644 --- a/config/redirect_404.settings.yml +++ b/config/redirect_404.settings.yml @@ -1,5 +1,155 @@ row_limit: 100000 -pages: "/wp-login.php\n/\n/xmlrpc.php\n/\n/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/PMkNg/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/ps.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\n/\n/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\n/\n/core/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\n/\n/s.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\n/\n/VaVWK/ZkPMP/imWVj/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/OOYUZ/USSVZ/WNOgZ/WifnZ/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/module.php?echo%2027ebdd36a8ac535e55aaeb6abf8a769d&feature=shell\n/\n/.well-known/assetlinks.json\n/\n/plus/read.php\n/\n/servlet?jumpto=status&p=login&q=loginForm\n/\n/data/cache/asd.php\n/\n/data/cache/flye.php\n/\n/plus/result.php\n/\n/phpmyadmin\n/\n/fuck.php\n/\n/plus/mytag_js.php?aid=9527\n/\n/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/wordpress/wp-login.php\n/\n/coon.php\n/\n/sqlite/sqlite-manager/main.php\n/\n/plus/mytag_js.php?aid=9527\n/\n/dede/login.php\n/\n/blog/xmlrpc.php\n/\n/plus/90sec.php\n/\n/admin/login.php\n/\n/lx.php\n/\n/lequ.php\n/\n/blog/user/register\n/\n/payload.php\n/\n/PMkNg/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/MYAdmin\n/\n/plus/mytag_js.php?aid=511348\n/\n/sb.php\n/\n/\n/sqlite/sqlitemanager/main.php\n/\n/mySqlDumper\n/\n/plus/mytag_js.php?aid=6022\n/\n/pmd/index.php\n/\n/sites/default/files/content-post.php\n/\n/gb.php\n/\n/s.php?c=echo%20InfoOS%3A%60uname%20-a%3Bid%60OSInfo%3B%20exit%3B\n/\n/modules/coder/coder_upgrade/scripts/coder_upgrade.run.php\n/\n/install/index.php.bak?insLockfile=a&install_demo_name=..%2Fdata%2Fadmin%2Fconfig_update.php&s_lang=a&step=11\n/\n/srv/svn/agaric/drupal-contrib/5/modules-all/transliteration/data/x6e.php\n/\n/config/secrets.yml\n/\n/ewebeditor/php/upload.php?action=save&language=en&style=toby57&type=FILE\n/\n/plus/da.php\n/\n/plus/car.php\n/\n/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/VaVWK/ZkPMP/imWVj/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/PMkNg/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/OOYUZ/USSVZ/WNOgZ/WifnZ/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/core/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\n/\n/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\n/\n/core/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\n/\n/core/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\n/\n/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\n/\n/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/s.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\n/\n/ps.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\n/\n/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/auth/register\n/\n/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/VaVWK/ZkPMP/imWVj/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/PMkNg/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/OOYUZ/USSVZ/WNOgZ/WifnZ/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\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 + / + /~kava/paypal/us/webscr.php?cmd=_login-run + / + /auth/register + / + /~kava/paypal/us/webscr.php?cmd=_login-run + / + /VaVWK/ZkPMP/imWVj/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run + / + /LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run + / + /PMkNg/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 suppress_404: false _core: default_config_hash: FgPCEDevf9dhNU_QB_fo-4AWxi0rrSZ2SGfd7bLNzLM diff --git a/config/tour.tour.honeypot.yml b/config/tour.tour.honeypot.yml index ad5633f..0385688 100644 --- a/config/tour.tour.honeypot.yml +++ b/config/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.\n\nClick Next to be guided through this configuration page.\n" + 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.\n\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.\n" + 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/user.mail.yml b/config/user.mail.yml index 0d0e6db..0951c06 100644 --- a/config/user.mail.yml +++ b/config/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\n" + 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\n" + 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\n" + 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\n" + 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\n" + 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]\n" + 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\n" + 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\n" + 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\n" + 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/views.view.blog.yml b/config/views.view.blog.yml index af6d006..9efda2c 100644 --- a/config/views.view.blog.yml +++ b/config/views.view.blog.yml @@ -282,7 +282,12 @@ display: empty: false tokenize: false content: - value: " \n" + value: | + format: full_html plugin_id: text cache_metadata: diff --git a/config/views.view.glossary.yml b/config/views.view.glossary.yml index 34b985b..da1f2c6 100644 --- a/config/views.view.glossary.yml +++ b/config/views.view.glossary.yml @@ -352,6 +352,19 @@ display: plugin_id: language entity_type: node entity_field: langcode + status: + expose: + operator: '' + operator_limit_selection: false + operator_list: { } + field: status + group: 1 + id: status + table: node_field_data + value: '1' + plugin_id: boolean + entity_type: node + entity_field: status display_extenders: { } cache_metadata: contexts: diff --git a/config/webform.settings.yml b/config/webform.settings.yml index 38efc78..9bcd62d 100644 --- a/config/webform.settings.yml +++ b/config/webform.settings.yml @@ -1,6 +1,6 @@ settings: default_status: open - default_page_base_path: form + default_page_base_path: /form default_ajax: false default_ajax_effect: fade default_ajax_speed: 500 @@ -17,13 +17,19 @@ settings: default_form_disable_back: false default_form_submit_back: false default_form_unsaved: false + default_form_disable_remote_addr: false default_form_novalidate: false default_form_disable_inline_errors: false default_form_required: false default_form_required_label: 'Indicates required field' default_form_details_toggle: true default_form_file_limit: '' - form_classes: "container-inline clearfix\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 >' @@ -65,8 +71,14 @@ 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" + 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.' @@ -128,9 +140,28 @@ element: machine_name_pattern: a-z0-9_ 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 @@ -173,13 +204,99 @@ mail: default_sender_mail: '' default_sender_name: Agaric default_subject: 'Webform submission from: [webform_submission:source-title]' - 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]
\nSubmitted by: [webform_submission:user]
\nSubmitted 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: - staff 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 @@ -187,6 +304,7 @@ ui: dialog_disabled: false offcanvas_disabled: false promotions_disabled: false + support_disabled: false description_help: true toolbar_item: false libraries: diff --git a/config/webform.webform.attend_the_tech_and_rev_workshop.yml b/config/webform.webform.attend_the_tech_and_rev_workshop.yml index c464aad..ae26394 100644 --- a/config/webform.webform.attend_the_tech_and_rev_workshop.yml +++ b/config/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\n" +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: @@ -33,7 +53,7 @@ settings: form_previous_submissions: true form_confidential: false form_confidential_message: '' - form_remote_addr: true + form_disable_remote_addr: false form_convert_anonymous: false form_prepopulate: false form_prepopulate_source_entity: false diff --git a/config/webform.webform.blog_posts.yml b/config/webform.webform.blog_posts.yml index 0e48a13..f534366 100644 --- a/config/webform.webform.blog_posts.yml +++ b/config/webform.webform.blog_posts.yml @@ -12,7 +12,20 @@ id: blog_posts title: 'Blog posts' description: 'Get blog posts via email' category: Mailchimp -elements: "your_name:\n '#type': webform_name\n '#title': 'Your name'\n '#title__access': false\n '#middle__access': false\n '#suffix__access': false\n '#degree__access': false\nyour_email_address:\n '#type': email\n '#title': 'Your email address'\nsend_blog_posts_via_email:\n '#type': checkbox\n '#title': 'Send blog posts via email'\n" +elements: | + your_name: + '#type': webform_name + '#title': 'Your name' + '#title__access': false + '#middle__access': false + '#suffix__access': false + '#degree__access': false + your_email_address: + '#type': email + '#title': 'Your email address' + send_blog_posts_via_email: + '#type': checkbox + '#title': 'Send blog posts via email' css: '' javascript: '' settings: @@ -33,7 +46,7 @@ settings: form_previous_submissions: true form_confidential: false form_confidential_message: '' - form_remote_addr: true + form_disable_remote_addr: false form_convert_anonymous: false form_prepopulate: false form_prepopulate_source_entity: false diff --git a/config/webform.webform.capacitacion.yml b/config/webform.webform.capacitacion.yml index 2f813a0..308e2b5 100644 --- a/config/webform.webform.capacitacion.yml +++ b/config/webform.webform.capacitacion.yml @@ -12,7 +12,38 @@ id: capacitacion title: Capacitación description: 'Formulario para capacitación
' 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: @@ -33,7 +64,7 @@ settings: form_previous_submissions: true form_confidential: false form_confidential_message: '' - form_remote_addr: true + form_disable_remote_addr: false form_convert_anonymous: false form_prepopulate: false form_prepopulate_source_entity: false @@ -114,7 +145,9 @@ settings: draft_pending_multiple_message: '' confirmation_type: page confirmation_title: 'Tu solicitud de entrenamiento fue un éxito.' - confirmation_message: "Gracias por solicitar un entrenamiento. Revisaremos sus necesidades y haremos un seguimiento pronto. Mientras tanto, no dude en leer nuestras publicaciones de blog o nuestros videos de capacitación.Submitted on {{ webform_token('[webform_submission:created]', webform_submission) }}
\nSubmitted values are:
\n{{ webform_token('[webform_submission:values]', webform_submission) }}\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 @@ -235,3 +268,5 @@ handlers: theme_name: '' parameters: { } variants: { } +_core: + default_config_hash: B-E6t3OGPrgG1OPuVOmoXmjWLXkta_R-lSr_ppfU2Ww diff --git a/config/webform.webform.contact_confirm.yml b/config/webform.webform.contact_confirm.yml index 38967f2..9a2961d 100644 --- a/config/webform.webform.contact_confirm.yml +++ b/config/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]'\n" +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: @@ -33,7 +51,7 @@ settings: form_previous_submissions: true form_confidential: false form_confidential_message: '' - form_remote_addr: true + form_disable_remote_addr: false form_convert_anonymous: false form_prepopulate: false form_prepopulate_source_entity: false diff --git a/config/webform.webform.drupal_8_9_content_migrations.yml b/config/webform.webform.drupal_8_9_content_migrations.yml index 02b8734..8f57dc1 100644 --- a/config/webform.webform.drupal_8_9_content_migrations.yml +++ b/config/webform.webform.drupal_8_9_content_migrations.yml @@ -14,7 +14,41 @@ id: drupal_8_9_content_migrations title: 'Drupal 8/9 content migrations' description: '' category: Purchase -elements: "course_summary:\n '#type': processed_text\n '#display_on': both\n '#text': |2\n * Lead instructor: **Mauricio Dinarte**\n * Date: **Tuesday, February 02** and **Thursday, February 04, 2021**\n * Time: Both sessions at **10AM–1:30PM Eastern**\n * Cost: **$500**\n \n '#format': markdown\nname:\n '#type': textfield\n '#title': Name\n '#required': true\nemail:\n '#type': email\n '#title': E-mail\n '#required': true\npayment:\n '#type': stripe\n '#title': Payment\n '#format_items': ul\n '#format_items_html': ''\n '#format_items_text': ''\n '#stripe_selectors_name': ':input[name=\"name\"]'\noptional_info_for_your_receipt:\n '#type': textarea\n '#title': 'Optional info for your receipt'\n '#placeholder': 'Your company name, purchase order, etc. Leave blank if you don''t need it.'\n '#autocomplete': 'off'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Purchase ticket'\n" +elements: | + course_summary: + '#type': processed_text + '#display_on': both + '#text': |2 + * Lead instructor: **Mauricio Dinarte** + * Date: **Tuesday, February 02** and **Thursday, February 04, 2021** + * Time: Both sessions at **10AM–1:30PM Eastern** + * Cost: **$500** + + '#format': markdown + name: + '#type': textfield + '#title': Name + '#required': true + email: + '#type': email + '#title': E-mail + '#required': true + payment: + '#type': stripe + '#title': Payment + '#format_items': ul + '#format_items_html': '' + '#format_items_text': '' + '#stripe_selectors_name': ':input[name="name"]' + optional_info_for_your_receipt: + '#type': textarea + '#title': 'Optional info for your receipt' + '#placeholder': 'Your company name, purchase order, etc. Leave blank if you don''t need it.' + '#autocomplete': 'off' + actions: + '#type': webform_actions + '#title': 'Submit button(s)' + '#submit__label': 'Purchase ticket' css: '' javascript: '' settings: @@ -35,7 +69,7 @@ settings: form_previous_submissions: true form_confidential: false form_confidential_message: '' - form_remote_addr: true + form_disable_remote_addr: false form_convert_anonymous: false form_prepopulate: false form_prepopulate_source_entity: false @@ -116,7 +150,10 @@ settings: draft_pending_multiple_message: '' confirmation_type: inline confirmation_title: '' - confirmation_message: "Thank you [webform_submission:values:name]! You're registered for: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\"\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'\n" +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: @@ -35,7 +46,7 @@ settings: form_previous_submissions: true form_confidential: false form_confidential_message: '' - form_remote_addr: true + form_disable_remote_addr: false form_convert_anonymous: false form_prepopulate: false form_prepopulate_source_entity: false @@ -117,7 +128,7 @@ settings: confirmation_type: url confirmation_title: '' confirmation_message: '' - confirmation_url: '/confirmation/thanks-joining-movement?webform_sid=[webform_submission:sid]' + confirmation_url: 'confirmation/thanks-joining-movement?webform_sid=[webform_submission:sid]' confirmation_attributes: { } confirmation_back: true confirmation_back_label: '' diff --git a/config/webform.webform.join_the_movement_confirm.yml b/config/webform.webform.join_the_movement_confirm.yml index e13ebd5..c48655c 100644 --- a/config/webform.webform.join_the_movement_confirm.yml +++ b/config/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?'\n" +elements: | + what_inspired_to_sign_up: + '#type': textarea + '#title': 'What inspired you to make this potentially life-changing decision?' css: '' javascript: '' settings: @@ -33,7 +36,7 @@ settings: form_previous_submissions: true form_confidential: false form_confidential_message: '' - form_remote_addr: true + form_disable_remote_addr: false form_convert_anonymous: false form_prepopulate: false form_prepopulate_source_entity: false diff --git a/config/webform.webform.june_2020_webinars.yml b/config/webform.webform.june_2020_webinars.yml index 9978a88..d5b2899 100644 --- a/config/webform.webform.june_2020_webinars.yml +++ b/config/webform.webform.june_2020_webinars.yml @@ -12,7 +12,23 @@ id: june_2020_webinars title: 'July 2020 webinars' description: '' category: Education -elements: "name:\n '#type': textfield\n '#title': Name\n '#required': true\nemail:\n '#type': email\n '#title': Email\n '#required': true\ninterested_in:\n '#type': checkboxes\n '#title': 'Interested in'\n '#options':\n d9_site_building: 'Getting started Drupal 9'\n d9_updates: 'Introduction to Drupal 9 migrations'\n d9_upgrades: 'Drupal 9 upgrades: how and when to move your Drupal 7 sites?'\n '#required': true\n" +elements: | + name: + '#type': textfield + '#title': Name + '#required': true + email: + '#type': email + '#title': Email + '#required': true + interested_in: + '#type': checkboxes + '#title': 'Interested in' + '#options': + d9_site_building: 'Getting started Drupal 9' + d9_updates: 'Introduction to Drupal 9 migrations' + d9_upgrades: 'Drupal 9 upgrades: how and when to move your Drupal 7 sites?' + '#required': true css: '' javascript: '' settings: @@ -33,7 +49,7 @@ settings: form_previous_submissions: true form_confidential: false form_confidential_message: '' - form_remote_addr: true + form_disable_remote_addr: false form_convert_anonymous: false form_prepopulate: false form_prepopulate_source_entity: false @@ -213,7 +229,40 @@ handlers: from_options: { } from_name: _default subject: 'Agaric webinars on July 7, 2020 - Connection details' - body: "Thank you for registering!Join the Agaric list to receive our infrequent Newsletters throughout the year!
\n \n '#format': basic_html\nname:\n '#type': webform_name\n '#title': Name\n '#description_display': invisible\n '#required': true\n '#title__access': false\n '#first__title': 'First Name'\n '#first__required': true\n '#middle__access': false\n '#last__title': 'Last Name'\n '#last__required': true\n '#suffix__access': false\n '#degree__access': false\nemail:\n '#type': webform_email_confirm\n '#title': Email\n '#required': true\n" +elements: | + processed_text: + '#type': processed_text + '#text': | +Join the Agaric list to receive our infrequent Newsletters throughout the year!
+ + '#format': basic_html + name: + '#type': webform_name + '#title': Name + '#description_display': invisible + '#required': true + '#title__access': false + '#first__title': 'First Name' + '#first__required': true + '#middle__access': false + '#last__title': 'Last Name' + '#last__required': true + '#suffix__access': false + '#degree__access': false + email: + '#type': webform_email_confirm + '#title': Email + '#required': true css: '' javascript: '' settings: @@ -33,7 +56,7 @@ settings: form_previous_submissions: true form_confidential: false form_confidential_message: '' - form_remote_addr: true + form_disable_remote_addr: false form_convert_anonymous: false form_prepopulate: false form_prepopulate_source_entity: false diff --git a/config/webform.webform.purchase_training_migrate_api.yml b/config/webform.webform.purchase_training_migrate_api.yml index 1a885ce..b754eb2 100644 --- a/config/webform.webform.purchase_training_migrate_api.yml +++ b/config/webform.webform.purchase_training_migrate_api.yml @@ -14,7 +14,41 @@ id: purchase_training_migrate_api title: 'Upgrading to Drupal 9 using the Migrate API' description: '' category: Purchase -elements: "course_summary:\n '#type': processed_text\n '#display_on': both\n '#text': |2\n * Lead instructor: **Mauricio Dinarte**\n * Date: **Tuesday, February 09** and **Thursday, February 11, 2021**\n * Time: Both sessions at **10AM - 1:30PM Eastern**\n * Cost: **$500**\n \n '#format': markdown\nname:\n '#type': textfield\n '#title': Name\n '#required': true\nemail:\n '#type': email\n '#title': E-mail\n '#required': true\npayment:\n '#type': stripe\n '#title': Payment\n '#format_items': ul\n '#format_items_html': ''\n '#format_items_text': ''\n '#stripe_selectors_name': ':input[name=\"name\"]'\noptional_info_for_your_receipt:\n '#type': textarea\n '#title': 'Optional info for your receipt'\n '#placeholder': 'Your company name, purchase order, etc. Leave blank if you don''t need it.'\n '#autocomplete': 'off'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Purchase ticket'\n" +elements: | + course_summary: + '#type': processed_text + '#display_on': both + '#text': |2 + * Lead instructor: **Mauricio Dinarte** + * Date: **Tuesday, February 09** and **Thursday, February 11, 2021** + * Time: Both sessions at **10AM - 1:30PM Eastern** + * Cost: **$500** + + '#format': markdown + name: + '#type': textfield + '#title': Name + '#required': true + email: + '#type': email + '#title': E-mail + '#required': true + payment: + '#type': stripe + '#title': Payment + '#format_items': ul + '#format_items_html': '' + '#format_items_text': '' + '#stripe_selectors_name': ':input[name="name"]' + optional_info_for_your_receipt: + '#type': textarea + '#title': 'Optional info for your receipt' + '#placeholder': 'Your company name, purchase order, etc. Leave blank if you don''t need it.' + '#autocomplete': 'off' + actions: + '#type': webform_actions + '#title': 'Submit button(s)' + '#submit__label': 'Purchase ticket' css: '' javascript: '' settings: @@ -35,7 +69,7 @@ settings: form_previous_submissions: true form_confidential: false form_confidential_message: '' - form_remote_addr: true + form_disable_remote_addr: false form_convert_anonymous: false form_prepopulate: false form_prepopulate_source_entity: false @@ -116,7 +150,10 @@ settings: draft_pending_multiple_message: '' confirmation_type: inline confirmation_title: '' - confirmation_message: "Thank you [webform_submission:values:name]! You're registered for:What type of event are you having? We can provide presentations, workshops or demonstrations of free software tools such as video chat, document management and storage, communication tools that protect your privacy and security.
\n
What type of event are you having? We can provide presentations, workshops or demonstrations of free software tools such as video chat, document management and storage, communication tools that protect your privacy and security.
+
If you are interested in a private training tailored to your needs, give us an idea of what you are looking for and we will follow up with you soon thereafter.
\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': | +If you are interested in a private training tailored to your needs, give us an idea of what you are looking for and we will follow up with you soon thereafter.
+ + '#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: @@ -33,7 +66,7 @@ settings: form_previous_submissions: true form_confidential: false form_confidential_message: '' - form_remote_addr: true + form_disable_remote_addr: false form_convert_anonymous: false form_prepopulate: false form_prepopulate_source_entity: false diff --git a/config/webform.webform.training_discount.yml b/config/webform.webform.training_discount.yml index 980f33b..5c70eda 100644 --- a/config/webform.webform.training_discount.yml +++ b/config/webform.webform.training_discount.yml @@ -14,7 +14,47 @@ id: training_discount title: 'Training Discount' description: '' category: Purchase -elements: "course_summary:\n '#type': processed_text\n '#display_on': both\n '#text': |2\n * Lead instructor: **Mauricio Dinarte**\n * Cost: **$250** (50% discount off $500 usual price)\n \n '#format': markdown\nname:\n '#type': textfield\n '#title': Name\n '#required': true\nemail:\n '#type': email\n '#title': E-mail\n '#required': true\nchoose_training:\n '#type': radios\n '#title': 'Choose training:'\n '#help_title': 'How about both?'\n '#help': 'To register for multiple trainings, simply come back to this form after paying for the first one and do it again. Or contact Agaric for an invoice.'\n '#options':\n upgrades: 'Upgrading to Drupal 8/9 using the Migrate API'\n '#required': true\npayment:\n '#type': stripe\n '#title': Payment\n '#format_items': ul\n '#format_items_html': ''\n '#format_items_text': ''\n '#stripe_selectors_name': ':input[name=\"name\"]'\noptional_info_for_your_receipt:\n '#type': textarea\n '#title': 'Optional info for your receipt'\n '#placeholder': 'Your company name, purchase order, etc. Leave blank if you don''t need it.'\n '#autocomplete': 'off'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Purchase ticket'\n" +elements: | + course_summary: + '#type': processed_text + '#display_on': both + '#text': |2 + * Lead instructor: **Mauricio Dinarte** + * Cost: **$250** (50% discount off $500 usual price) + + '#format': markdown + name: + '#type': textfield + '#title': Name + '#required': true + email: + '#type': email + '#title': E-mail + '#required': true + choose_training: + '#type': radios + '#title': 'Choose training:' + '#help_title': 'How about both?' + '#help': 'To register for multiple trainings, simply come back to this form after paying for the first one and do it again. Or contact Agaric for an invoice.' + '#options': + upgrades: 'Upgrading to Drupal 8/9 using the Migrate API' + '#required': true + payment: + '#type': stripe + '#title': Payment + '#format_items': ul + '#format_items_html': '' + '#format_items_text': '' + '#stripe_selectors_name': ':input[name="name"]' + optional_info_for_your_receipt: + '#type': textarea + '#title': 'Optional info for your receipt' + '#placeholder': 'Your company name, purchase order, etc. Leave blank if you don''t need it.' + '#autocomplete': 'off' + actions: + '#type': webform_actions + '#title': 'Submit button(s)' + '#submit__label': 'Purchase ticket' css: '' javascript: '' settings: @@ -35,7 +75,7 @@ settings: form_previous_submissions: true form_confidential: false form_confidential_message: '' - form_remote_addr: true + form_disable_remote_addr: false form_convert_anonymous: false form_prepopulate: false form_prepopulate_source_entity: false @@ -116,7 +156,10 @@ settings: draft_pending_multiple_message: '' confirmation_type: inline confirmation_title: '' - confirmation_message: "Thank you [webform_submission:values:name]! You're registered for:We do not currently have any public trainings scheduled. If you would like to be notified the next time any of our trainings are being offered, please tell us which ones. By filling out this form, you are also helping us to gage interest so that we will know when the time is right to host!
\n \n\n \n '#format': basic_html\nname:\n '#type': textfield\n '#title': Name\nemail:\n '#type': email\n '#title': Email\ntrainings:\n '#type': checkboxes\n '#title': Trainings\n '#description': 'Tell us which of our trainings you would like to be notified about '\n '#title_display': invisible\n '#description_display': invisible\n '#options':\n 'Getting started with Drupal 9': 'Getting started with Drupal 9'\n 'Drupal 8/9 content migrations': 'Drupal 8/9 content migrations'\n 'Upgrading to Drupal 8/9 using the Migrate API': 'Upgrading to Drupal 8/9 using the Migrate API'\n 'Getting started with React.js': 'Getting started with React.js'\n '#required': true\n '#required_error': 'you must select a training.'\n '#options__properties': ''\n" +elements: | + intro_text: + '#type': processed_text + '#text': | +
We do not currently have any public trainings scheduled. If you would like to be notified the next time any of our trainings are being offered, please tell us which ones. By filling out this form, you are also helping us to gage interest so that we will know when the time is right to host!
+ ++ + '#format': basic_html + name: + '#type': textfield + '#title': Name + email: + '#type': email + '#title': Email + trainings: + '#type': checkboxes + '#title': Trainings + '#description': 'Tell us which of our trainings you would like to be notified about ' + '#title_display': invisible + '#description_display': invisible + '#options': + 'Getting started with Drupal 9': 'Getting started with Drupal 9' + 'Drupal 8/9 content migrations': 'Drupal 8/9 content migrations' + 'Upgrading to Drupal 8/9 using the Migrate API': 'Upgrading to Drupal 8/9 using the Migrate API' + 'Getting started with React.js': 'Getting started with React.js' + '#required': true + '#required_error': 'you must select a training.' + '#options__properties': '' css: '' javascript: '' settings: @@ -33,7 +61,7 @@ settings: form_previous_submissions: true form_confidential: false form_confidential_message: '' - form_remote_addr: true + form_disable_remote_addr: false form_convert_anonymous: false form_prepopulate: false form_prepopulate_source_entity: false diff --git a/config/webform.webform.training_request_draft.yml b/config/webform.webform.training_request_draft.yml index b302655..466961c 100644 --- a/config/webform.webform.training_request_draft.yml +++ b/config/webform.webform.training_request_draft.yml @@ -12,7 +12,29 @@ id: training_request_draft title: 'General Training Request Form' description: 'This is the training request form that will be placed on all specific training pages. Upon submission, you can tell which page this form was submitted from by looking at the results tab.' category: '' -elements: "name:\n '#type': webform_name\n '#title': Name\n '#description_display': invisible\n '#required': true\n '#title__access': false\n '#first__title': Name\n '#first__required': true\n '#middle__access': false\n '#last__access': false\n '#suffix__access': false\n '#degree__access': false\nemail:\n '#type': email\n '#title': Email\n '#description_display': invisible\n '#required': true\n '#required_error': 'Please enter your email address to submit the form.'\nmessage:\n '#type': textarea\n '#title': Message\n '#help': 'Let us know what you need, or if you have any questions about our training.'\n" +elements: | + name: + '#type': webform_name + '#title': Name + '#description_display': invisible + '#required': true + '#title__access': false + '#first__title': Name + '#first__required': true + '#middle__access': false + '#last__access': false + '#suffix__access': false + '#degree__access': false + email: + '#type': email + '#title': Email + '#description_display': invisible + '#required': true + '#required_error': 'Please enter your email address to submit the form.' + message: + '#type': textarea + '#title': Message + '#help': 'Let us know what you need, or if you have any questions about our training.' css: '' javascript: '' settings: @@ -33,7 +55,7 @@ settings: form_previous_submissions: true form_confidential: false form_confidential_message: '' - form_remote_addr: true + form_disable_remote_addr: false form_convert_anonymous: false form_prepopulate: false form_prepopulate_source_entity: false diff --git a/config/webform.webform.workshops.yml b/config/webform.webform.workshops.yml index 9d56251..a873fb2 100644 --- a/config/webform.webform.workshops.yml +++ b/config/webform.webform.workshops.yml @@ -12,7 +12,11 @@ id: workshops title: Workshops description: Workshops category: '' -elements: "basic_encryption:\n '#type': textarea\n '#title': 'Basic encryption'\n '#description': 'Encrypt your email and phone communications.'\n" +elements: | + basic_encryption: + '#type': textarea + '#title': 'Basic encryption' + '#description': 'Encrypt your email and phone communications.' css: '' javascript: '' settings: @@ -33,7 +37,7 @@ settings: form_previous_submissions: true form_confidential: false form_confidential_message: '' - form_remote_addr: true + form_disable_remote_addr: false form_convert_anonymous: false form_prepopulate: false form_prepopulate_source_entity: false diff --git a/config/webform.webform_options.days.yml b/config/webform.webform_options.days.yml index 6c6f317..2479ab3 100644 --- a/config/webform.webform_options.days.yml +++ b/config/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/webform.webform_options.education.yml b/config/webform.webform_options.education.yml index 5579559..d9e54be 100644 --- a/config/webform.webform_options.education.yml +++ b/config/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/webform.webform_options.employment_status.yml b/config/webform.webform_options.employment_status.yml index df247bf..151fde2 100644 --- a/config/webform.webform_options.employment_status.yml +++ b/config/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/webform.webform_options.ethnicity.yml b/config/webform.webform_options.ethnicity.yml index 15351a4..b3b0a12 100644 --- a/config/webform.webform_options.ethnicity.yml +++ b/config/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/webform.webform_options.gender.yml b/config/webform.webform_options.gender.yml index e32670b..72b81e4 100644 --- a/config/webform.webform_options.gender.yml +++ b/config/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/webform.webform_options.industry.yml b/config/webform.webform_options.industry.yml index 785c756..3bb4dec 100644 --- a/config/webform.webform_options.industry.yml +++ b/config/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/webform.webform_options.likert_agreement.yml b/config/webform.webform_options.likert_agreement.yml index 6fe0026..270ad10 100644 --- a/config/webform.webform_options.likert_agreement.yml +++ b/config/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/webform.webform_options.likert_comparison.yml b/config/webform.webform_options.likert_comparison.yml index fe21b41..6caf395 100644 --- a/config/webform.webform_options.likert_comparison.yml +++ b/config/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/webform.webform_options.likert_importance.yml b/config/webform.webform_options.likert_importance.yml index baa7a66..e2fae6b 100644 --- a/config/webform.webform_options.likert_importance.yml +++ b/config/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/webform.webform_options.likert_quality.yml b/config/webform.webform_options.likert_quality.yml index ec988df..9dd267a 100644 --- a/config/webform.webform_options.likert_quality.yml +++ b/config/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/webform.webform_options.likert_satisfaction.yml b/config/webform.webform_options.likert_satisfaction.yml index 8ba7b14..5f7fcb7 100644 --- a/config/webform.webform_options.likert_satisfaction.yml +++ b/config/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/webform.webform_options.likert_ten_scale.yml b/config/webform.webform_options.likert_ten_scale.yml index 8ed0b09..67e1989 100644 --- a/config/webform.webform_options.likert_ten_scale.yml +++ b/config/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/webform.webform_options.likert_would_you.yml b/config/webform.webform_options.likert_would_you.yml index 6fc30f3..b2aca4b 100644 --- a/config/webform.webform_options.likert_would_you.yml +++ b/config/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/webform.webform_options.marital_status.yml b/config/webform.webform_options.marital_status.yml index 50900f7..69d1a68 100644 --- a/config/webform.webform_options.marital_status.yml +++ b/config/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/webform.webform_options.months.yml b/config/webform.webform_options.months.yml index 388724c..0f01f07 100644 --- a/config/webform.webform_options.months.yml +++ b/config/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/webform.webform_options.phone_types.yml b/config/webform.webform_options.phone_types.yml index 157abb9..d2504e9 100644 --- a/config/webform.webform_options.phone_types.yml +++ b/config/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/webform.webform_options.relationship.yml b/config/webform.webform_options.relationship.yml index 3c55efa..075b724 100644 --- a/config/webform.webform_options.relationship.yml +++ b/config/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/webform.webform_options.size.yml b/config/webform.webform_options.size.yml index 7f71ffb..9eee9b5 100644 --- a/config/webform.webform_options.size.yml +++ b/config/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/webform.webform_options.state_codes.yml b/config/webform.webform_options.state_codes.yml index b135405..a4cc588 100644 --- a/config/webform.webform_options.state_codes.yml +++ b/config/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/webform.webform_options.state_names.yml b/config/webform.webform_options.state_names.yml index ab75912..120e6ec 100644 --- a/config/webform.webform_options.state_names.yml +++ b/config/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/webform.webform_options.state_province_codes.yml b/config/webform.webform_options.state_province_codes.yml index 3545c7d..bff582f 100644 --- a/config/webform.webform_options.state_province_codes.yml +++ b/config/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/webform.webform_options.state_province_names.yml b/config/webform.webform_options.state_province_names.yml index 4eb7ebd..7a14e0a 100644 --- a/config/webform.webform_options.state_province_names.yml +++ b/config/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/webform.webform_options.yes_no.yml b/config/webform.webform_options.yes_no.yml index 926a878..045273d 100644 --- a/config/webform.webform_options.yes_no.yml +++ b/config/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