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]

\n

Submitted by: [webform_submission:user]

\n

Submitted values are:

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

Submitted on [webform_submission:created]

+

Submitted by: [webform_submission:user]

+

Submitted values are:

+ [webform_submission:values] roles: { } test: - types: "checkbox:\n - true\ncolor:\n - '#ffffcc'\n - '#ffffcc'\n - '#ccffff'\nemail:\n - 'example@example.com'\n - 'test@test.com'\n - 'random@random.com'\nlanguage_select:\n - en\nmachine_name:\n - 'loremipsum'\n - 'oratione'\n - 'dixisset'\ntel:\n - '123-456-7890'\n - '098-765-4321'\ntextarea:\n - 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Negat esse eam, inquit, propter se expetendam. Primum Theophrasti, Strato, physicum se voluit; Id mihi magnum videtur. Itaque mihi non satis videmini considerare quod iter sit naturae quaeque progressio. Quare hoc videndum est, possitne nobis hoc ratio philosophorum dare. Est enim tanti philosophi tamque nobilis audacter sua decreta defendere.'\n - 'Huius, Lyco, oratione locuples, rebus ipsis ielunior. Duo Reges: constructio interrete. Sed haec in pueris; Sed utrum hortandus es nobis, Luci, inquit, an etiam tua sponte propensus es? Sapiens autem semper beatus est et est aliquando in dolore; Immo videri fortasse. Paulum, cum regem Persem captum adduceret, eodem flumine invectio? Et ille ridens: Video, inquit, quid agas;'\n - 'Quae cum dixisset, finem ille. Quamquam non negatis nos intellegere quid sit voluptas, sed quid ille dicat. Progredientibus autem aetatibus sensim tardeve potius quasi nosmet ipsos cognoscimus. Gloriosa ostentatio in constituendo summo bono. Qui-vere falsone, quaerere mittimus-dicitur oculis se privasse; Duarum enim vitarum nobis erunt instituta capienda. Comprehensum, quod cognitum non habet? Qui enim existimabit posse se miserum esse beatus non erit. Causa autem fuit huc veniendi ut quosdam hinc libros promerem. Nunc omni virtuti vitium contrario nomine opponitur.'\ntext_format:\n - value: '

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Negat esse eam, inquit, propter se expetendam. Primum Theophrasti, Strato, physicum se voluit; Id mihi magnum videtur. Itaque mihi non satis videmini considerare quod iter sit naturae quaeque progressio. Quare hoc videndum est, possitne nobis hoc ratio philosophorum dare. Est enim tanti philosophi tamque nobilis audacter sua decreta defendere.

'\n - value: '

Huius, Lyco, oratione locuples, rebus ipsis ielunior. Duo Reges: constructio interrete. Sed haec in pueris; Sed utrum hortandus es nobis, Luci, inquit, an etiam tua sponte propensus es? Sapiens autem semper beatus est et est aliquando in dolore; Immo videri fortasse. Paulum, cum regem Persem captum adduceret, eodem flumine invectio? Et ille ridens: Video, inquit, quid agas;

'\n - value: '

Quae cum dixisset, finem ille. Quamquam non negatis nos intellegere quid sit voluptas, sed quid ille dicat. Progredientibus autem aetatibus sensim tardeve potius quasi nosmet ipsos cognoscimus. Gloriosa ostentatio in constituendo summo bono. Qui-vere falsone, quaerere mittimus-dicitur oculis se privasse; Duarum enim vitarum nobis erunt instituta capienda. Comprehensum, quod cognitum non habet? Qui enim existimabit posse se miserum esse beatus non erit. Causa autem fuit huc veniendi ut quosdam hinc libros promerem. Nunc omni virtuti vitium contrario nomine opponitur.

'\nurl:\n - 'http://example.com'\n - 'http://test.com'\nwebform_email_confirm:\n - 'example@example.com'\n - 'test@test.com'\n - 'random@random.com'\nwebform_email_multiple:\n - 'example@example.com, test@test.com, random@random.com'\nwebform_time:\n - '09:00'\n - '17:00'\n" - names: "first_name:\n - 'John'\n - 'Paul'\n - 'Ringo'\n - 'George'\nlast_name:\n - 'Lennon'\n - 'McCartney'\n - 'Starr'\n - 'Harrison'\naddress:\n - '10 Main Street'\n - '11 Brook Alley Road. APT 1'\nzip:\n - '11111'\n - '12345'\n - '12345-6789'\npostal_code:\n - '11111'\n - '12345'\n - '12345-6789'\nphone:\n - '123-456-7890'\n - '098-765-4321'\nfax:\n - '123-456-7890'\n - '098-765-4321'\ncity:\n - 'Springfield'\n - 'Pleasantville'\n - 'Hill Valley'\nurl:\n - 'http://example.com'\n - 'http://test.com'\ndefault:\n - 'Loremipsum'\n - 'Oratione'\n - 'Dixisset'\n" + types: | + checkbox: + - true + color: + - '#ffffcc' + - '#ffffcc' + - '#ccffff' + email: + - 'example@example.com' + - 'test@test.com' + - 'random@random.com' + language_select: + - en + machine_name: + - 'loremipsum' + - 'oratione' + - 'dixisset' + tel: + - '123-456-7890' + - '098-765-4321' + textarea: + - 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Negat esse eam, inquit, propter se expetendam. Primum Theophrasti, Strato, physicum se voluit; Id mihi magnum videtur. Itaque mihi non satis videmini considerare quod iter sit naturae quaeque progressio. Quare hoc videndum est, possitne nobis hoc ratio philosophorum dare. Est enim tanti philosophi tamque nobilis audacter sua decreta defendere.' + - 'Huius, Lyco, oratione locuples, rebus ipsis ielunior. Duo Reges: constructio interrete. Sed haec in pueris; Sed utrum hortandus es nobis, Luci, inquit, an etiam tua sponte propensus es? Sapiens autem semper beatus est et est aliquando in dolore; Immo videri fortasse. Paulum, cum regem Persem captum adduceret, eodem flumine invectio? Et ille ridens: Video, inquit, quid agas;' + - 'Quae cum dixisset, finem ille. Quamquam non negatis nos intellegere quid sit voluptas, sed quid ille dicat. Progredientibus autem aetatibus sensim tardeve potius quasi nosmet ipsos cognoscimus. Gloriosa ostentatio in constituendo summo bono. Qui-vere falsone, quaerere mittimus-dicitur oculis se privasse; Duarum enim vitarum nobis erunt instituta capienda. Comprehensum, quod cognitum non habet? Qui enim existimabit posse se miserum esse beatus non erit. Causa autem fuit huc veniendi ut quosdam hinc libros promerem. Nunc omni virtuti vitium contrario nomine opponitur.' + text_format: + - value: '

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Negat esse eam, inquit, propter se expetendam. Primum Theophrasti, Strato, physicum se voluit; Id mihi magnum videtur. Itaque mihi non satis videmini considerare quod iter sit naturae quaeque progressio. Quare hoc videndum est, possitne nobis hoc ratio philosophorum dare. Est enim tanti philosophi tamque nobilis audacter sua decreta defendere.

' + - value: '

Huius, Lyco, oratione locuples, rebus ipsis ielunior. Duo Reges: constructio interrete. Sed haec in pueris; Sed utrum hortandus es nobis, Luci, inquit, an etiam tua sponte propensus es? Sapiens autem semper beatus est et est aliquando in dolore; Immo videri fortasse. Paulum, cum regem Persem captum adduceret, eodem flumine invectio? Et ille ridens: Video, inquit, quid agas;

' + - value: '

Quae cum dixisset, finem ille. Quamquam non negatis nos intellegere quid sit voluptas, sed quid ille dicat. Progredientibus autem aetatibus sensim tardeve potius quasi nosmet ipsos cognoscimus. Gloriosa ostentatio in constituendo summo bono. Qui-vere falsone, quaerere mittimus-dicitur oculis se privasse; Duarum enim vitarum nobis erunt instituta capienda. Comprehensum, quod cognitum non habet? Qui enim existimabit posse se miserum esse beatus non erit. Causa autem fuit huc veniendi ut quosdam hinc libros promerem. Nunc omni virtuti vitium contrario nomine opponitur.

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

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

\n
\n
\n
\n
\n
\n

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

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

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

+
+
+
+
+
+

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

+ Marvin Moore, "Green Door" +
+
+
+
    +
  • +
+
+
+
+
+
+
theme: '' 404: title: 'Requested page not found' diff --git a/config/editor.editor.basic_html.yml b/config/editor.editor.basic_html.yml index 7b25af2..1b10fb7 100644 --- a/config/editor.editor.basic_html.yml +++ b/config/editor.editor.basic_html.yml @@ -48,7 +48,10 @@ settings: - Maximize plugins: stylescombo: - styles: "p.subtitle.is-mono.is-4|Mono subtitle\np.title.is-5.is-spaced|Small title\np.subtitle.is-6|Small subtitle\n" + styles: | + p.subtitle.is-mono.is-4|Mono subtitle + p.title.is-5.is-spaced|Small title + p.subtitle.is-6|Small subtitle language: language_list: un linebreaks: diff --git a/config/google_analytics.settings.yml b/config/google_analytics.settings.yml index 801b419..8afb5a9 100644 --- a/config/google_analytics.settings.yml +++ b/config/google_analytics.settings.yml @@ -4,7 +4,13 @@ domain_mode: 0 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/group.type.group.yml b/config/group.type.group.yml index 1e80e7c..fa37171 100644 --- a/config/group.type.group.yml +++ b/config/group.type.group.yml @@ -10,3 +10,4 @@ description: 'Basic group type that can be classified by a group type vocabulary creator_membership: true creator_wizard: true creator_roles: { } +new_revision: false diff --git a/config/language/es/views.view.blog.yml b/config/language/es/views.view.blog.yml index 62fbadf..bd21b4f 100644 --- a/config/language/es/views.view.blog.yml +++ b/config/language/es/views.view.blog.yml @@ -4,7 +4,10 @@ display: footer: area: content: - value: "
\n
Más entradas de blog
\n
\n" + value: | +
+ +
format: full_html page_listing: display_title: Página diff --git a/config/language/es/webform.webform.capacitacion.yml b/config/language/es/webform.webform.capacitacion.yml index b896db0..7b172f3 100644 --- a/config/language/es/webform.webform.capacitacion.yml +++ b/config/language/es/webform.webform.capacitacion.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/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\n

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

\n

Submitted 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
\n More blog posts\n
\n
\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]

\n

Submitted by: [webform_submission:user]

\n

Submitted values are:

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

Submitted on [webform_submission:created]

+

Submitted by: [webform_submission:user]

+

Submitted values are:

+ [webform_submission:values] roles: - 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.
\n \n" + 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.
+   confirmation_url: '' confirmation_attributes: { } confirmation_back: true diff --git a/config/webform.webform.contact.yml b/config/webform.webform.contact.yml index 10a6d29..91191e7 100644 --- a/config/webform.webform.contact.yml +++ b/config/webform.webform.contact.yml @@ -5,8 +5,6 @@ dependencies: enforced: module: - webform -_core: - default_config_hash: B-E6t3OGPrgG1OPuVOmoXmjWLXkta_R-lSr_ppfU2Ww open: null close: null weight: 0 @@ -17,7 +15,35 @@ id: contact title: Contact description: 'Basic email contact webform.' category: '' -elements: "introduction:\n '#type': webform_markup\n '#admin_title': Introduction\n '#markup': 'You – our clients, colleagues, and crazed adoring fans – are the reason we do what we do. We would love to hear from you.'\nname:\n '#title': 'Your Name'\n '#type': textfield\n '#required': true\n '#default_value': '[current-user:display-name]'\nemail:\n '#title': 'Your Email'\n '#type': email\n '#required': true\n '#default_value': '[current-user:mail]'\nsubject:\n '#title': Subject\n '#type': textfield\n '#required': true\n '#test': 'Testing contact webform from [site:name]'\nmessage:\n '#title': Message\n '#type': textarea\n '#required': true\n '#test': 'Please ignore this email.'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Send message'\n" +elements: | + introduction: + '#type': webform_markup + '#admin_title': Introduction + '#markup': 'You – our clients, colleagues, and crazed adoring fans – are the reason we do what we do. We would love to hear from you.' + name: + '#title': 'Your Name' + '#type': textfield + '#required': true + '#default_value': '[current-user:display-name]' + email: + '#title': 'Your Email' + '#type': email + '#required': true + '#default_value': '[current-user:mail]' + subject: + '#title': Subject + '#type': textfield + '#required': true + '#test': 'Testing contact webform from [site:name]' + message: + '#title': Message + '#type': textarea + '#required': true + '#test': 'Please ignore this email.' + actions: + '#type': webform_actions + '#title': 'Submit button(s)' + '#submit__label': 'Send message' css: '' javascript: '' settings: @@ -38,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 @@ -218,7 +244,14 @@ handlers: from_options: { } from_name: '[webform_submission:values:name:raw]' subject: '[webform_submission:values:subject:raw]' - body: "Hi Agarics, \n\nYou got a new message.\n\n

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

\n

Submitted 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:
\n[webform_submission:values:course_summary:html]
\nWe've sent an e-mail to [webform_submission:values:email].\n" + confirmation_message: | + Thank you [webform_submission:values:name]!  You're registered for:
+ [webform_submission:values:course_summary:html]
+ We've sent an e-mail to [webform_submission:values:email]. confirmation_url: '' confirmation_attributes: { } confirmation_back: false @@ -235,7 +272,18 @@ handlers: from_options: { } from_name: _default subject: 'Training registration for [webform:title]' - body: "Dear [webform_submission:values:name],
\n
\nThank you for registering!
\n
\n[webform_submission:values:course_summary:html]
\n
\nConnection information for joining the training online will be sent prior to the event.
\n
\nBest,
\n
\nThe team at Agaric\n" + body: | + Dear [webform_submission:values:name],
+
+ Thank you for registering!
+
+ [webform_submission:values:course_summary:html]
+
+ Connection information for joining the training online will be sent prior to the event.
+
+ Best,
+
+ The team at Agaric excluded_elements: course_summary: course_summary payment: payment diff --git a/config/webform.webform.drutopia_intake.yml b/config/webform.webform.drutopia_intake.yml index 66ae937..acbc6cf 100644 --- a/config/webform.webform.drutopia_intake.yml +++ b/config/webform.webform.drutopia_intake.yml @@ -12,7 +12,51 @@ id: drutopia_intake title: 'Drutopia Intake' description: 'Determine a potential Drutopia partner's needs.' category: 'Survey of needs' -elements: "contactinfo:\n '#type': webform_contact\n '#title': 'Contact Info'\nyour_mission:\n '#type': textarea\n '#title': 'Your Mission'\n '#description': 'What are you all about?'\nhow_do_you_plan_to_reach_your_goal_:\n '#type': textarea\n '#title': 'How do you plan to reach your goal?'\nwhat_is_your_role_in_the_organization_:\n '#type': webform_checkboxes_other\n '#title': 'What is your role in the Organization?'\n '#options':\n 1: 'Worker-Owner -- A worker-owner of a cooperative'\n 2: 'Member -- A member of a cooperative'\n 3: 'Founder -- Founder of an organization'\n 4: 'Sales and Marketing -- Advertisements'\n 5: 'Financials and Fundraising -- Financials and Fundraising'\n 6: None\n '#options_display': two_columns\n '#options_randomize': true\n '#other__title': Other\nwhat_version_of_drupal_are_you_currently_using_:\n '#type': textfield\n '#title': 'What version of Drupal are you currently using?'\nwhat_specific_goals_are_you_trying_to_accomplish_by_building_pla:\n '#type': textarea\n '#title': 'What specific goals are you trying to accomplish by building platform?'\nlead_this_project:\n '#type': textarea\n '#title': 'Is there someone on the team to lead this project and go forward to maintain it?'\nare_volunteers_important_to_your_organization_meeting_its_goals_:\n '#type': checkbox\n '#title': 'Are volunteers important to your organization meeting its goals?'\nwhat_s_the_biggest_barrier_to_engaging_your_supporters_:\n '#type': webform_select_other\n '#title': 'What''s the biggest barrier to engaging your supporters?'\n '#options':\n funding: Funding\n time: Time\n people: People\n logistics: Logistics\n '#empty_option': Other\n" +elements: | + contactinfo: + '#type': webform_contact + '#title': 'Contact Info' + your_mission: + '#type': textarea + '#title': 'Your Mission' + '#description': 'What are you all about?' + how_do_you_plan_to_reach_your_goal_: + '#type': textarea + '#title': 'How do you plan to reach your goal?' + what_is_your_role_in_the_organization_: + '#type': webform_checkboxes_other + '#title': 'What is your role in the Organization?' + '#options': + 1: 'Worker-Owner -- A worker-owner of a cooperative' + 2: 'Member -- A member of a cooperative' + 3: 'Founder -- Founder of an organization' + 4: 'Sales and Marketing -- Advertisements' + 5: 'Financials and Fundraising -- Financials and Fundraising' + 6: None + '#options_display': two_columns + '#options_randomize': true + '#other__title': Other + what_version_of_drupal_are_you_currently_using_: + '#type': textfield + '#title': 'What version of Drupal are you currently using?' + what_specific_goals_are_you_trying_to_accomplish_by_building_pla: + '#type': textarea + '#title': 'What specific goals are you trying to accomplish by building platform?' + lead_this_project: + '#type': textarea + '#title': 'Is there someone on the team to lead this project and go forward to maintain it?' + are_volunteers_important_to_your_organization_meeting_its_goals_: + '#type': checkbox + '#title': 'Are volunteers important to your organization meeting its goals?' + what_s_the_biggest_barrier_to_engaging_your_supporters_: + '#type': webform_select_other + '#title': 'What''s the biggest barrier to engaging your supporters?' + '#options': + funding: Funding + time: Time + people: People + logistics: Logistics + '#empty_option': Other css: '' javascript: '' settings: @@ -33,7 +77,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.drutopia_platform_intake.yml b/config/webform.webform.drutopia_platform_intake.yml index 3262666..34d3965 100644 --- a/config/webform.webform.drutopia_platform_intake.yml +++ b/config/webform.webform.drutopia_platform_intake.yml @@ -12,7 +12,22 @@ id: drutopia_platform_intake title: 'Drutopia platform intake' description: 'Request for minimal contact information and an optional statement of need regarding a hosted site.' category: Lead -elements: "e_mail_address:\n '#type': email\n '#title': 'E-mail address:'\n '#required': true\n '#required_error': 'Please provide an e-mail address so we can contact you!'\nname:\n '#type': textfield\n '#title': 'Name:'\nneeds:\n '#type': textarea\n '#title': 'What online or website goals does your group have? '\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Share your need'\n" +elements: | + e_mail_address: + '#type': email + '#title': 'E-mail address:' + '#required': true + '#required_error': 'Please provide an e-mail address so we can contact you!' + name: + '#type': textfield + '#title': 'Name:' + needs: + '#type': textarea + '#title': 'What online or website goals does your group have? ' + actions: + '#type': webform_actions + '#title': 'Submit button(s)' + '#submit__label': 'Share your need' css: '' javascript: '' settings: @@ -33,7 +48,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.find_it_platform.yml b/config/webform.webform.find_it_platform.yml index eac04e0..ce3fc52 100644 --- a/config/webform.webform.find_it_platform.yml +++ b/config/webform.webform.find_it_platform.yml @@ -12,7 +12,13 @@ id: find_it_platform title: 'Find It Platform' description: '' category: '' -elements: "name:\n '#type': textfield\n '#title': Name\nemail:\n '#type': email\n '#title': Email\n" +elements: | + name: + '#type': textfield + '#title': Name + email: + '#type': email + '#title': Email css: '' javascript: '' settings: @@ -33,7 +39,7 @@ settings: form_previous_submissions: true form_confidential: false form_confidential_message: '' - form_remote_addr: false + form_disable_remote_addr: true form_convert_anonymous: false form_prepopulate: false form_prepopulate_source_entity: false diff --git a/config/webform.webform.general_services.yml b/config/webform.webform.general_services.yml index 31c5bf2..570012e 100644 --- a/config/webform.webform.general_services.yml +++ b/config/webform.webform.general_services.yml @@ -12,7 +12,27 @@ id: general_services title: 'General services' description: 'Intake form for general services inquiries.' category: '' -elements: "budget:\n '#type': range\n '#title': Budget\n '#description': 'Approximate budget.'\n '#title_display': inline\n '#default_value': '45'\n '#min': 3\n '#max': 600\n '#step': 3\n '#output': above\n '#output__field_prefix': $\n '#output__field_suffix': K\ncontact_information:\n '#type': webform_contact\n '#title': 'Contact information'\n '#email__required': true\n '#address__access': false\n '#address_2__access': false\n '#postal_code__access': false\n '#required': true\n" +elements: | + budget: + '#type': range + '#title': Budget + '#description': 'Approximate budget.' + '#title_display': inline + '#default_value': '45' + '#min': 3 + '#max': 600 + '#step': 3 + '#output': above + '#output__field_prefix': $ + '#output__field_suffix': K + contact_information: + '#type': webform_contact + '#title': 'Contact information' + '#email__required': true + '#address__access': false + '#address_2__access': false + '#postal_code__access': false + '#required': true css: '' javascript: '' settings: @@ -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.getting_started_with_drupal_9.yml b/config/webform.webform.getting_started_with_drupal_9.yml index 84b6590..24c0695 100644 --- a/config/webform.webform.getting_started_with_drupal_9.yml +++ b/config/webform.webform.getting_started_with_drupal_9.yml @@ -14,7 +14,41 @@ id: getting_started_with_drupal_9 title: 'Getting started with Drupal 9' 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, January 26** and **Thursday, January 28, 2021**\n * Time: Both sessions at **10AM–1:30PM Eastern**\n * Cost: **$250**\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, January 26** and **Thursday, January 28, 2021** + * Time: Both sessions at **10AM–1:30PM Eastern** + * Cost: **$250** + + '#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:
\n[webform_submission:values:course_summary:html]
\nWe've sent an e-mail to [webform_submission:values:email].\n" + confirmation_message: | + Thank you [webform_submission:values:name]!  You're registered for:
+ [webform_submission:values:course_summary:html]
+ We've sent an e-mail to [webform_submission:values:email]. confirmation_url: '' confirmation_attributes: { } confirmation_back: false @@ -235,7 +272,18 @@ handlers: from_options: { } from_name: _default subject: 'Training registration for [webform:title]' - body: "Dear [webform_submission:values:name],
\n
\nThank you for registering!
\n
\n[webform_submission:values:course_summary:html]
\n
\nConnection information for joining the training online will be sent prior to the event.
\n
\nBest,
\n
\nThe team at Agaric\n" + body: | + Dear [webform_submission:values:name],
+
+ Thank you for registering!
+
+ [webform_submission:values:course_summary:html]
+
+ Connection information for joining the training online will be sent prior to the event.
+
+ Best,
+
+ The team at Agaric excluded_elements: course_summary: course_summary payment: payment diff --git a/config/webform.webform.getting_started_with_react_js.yml b/config/webform.webform.getting_started_with_react_js.yml index 458e08c..7d25594 100644 --- a/config/webform.webform.getting_started_with_react_js.yml +++ b/config/webform.webform.getting_started_with_react_js.yml @@ -14,7 +14,41 @@ id: getting_started_with_react_js title: 'Getting started with React.js' 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 16** and **Thursday, February 18, 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 16** and **Thursday, February 18, 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:
\n[webform_submission:values:course_summary:html]
\nWe've sent an e-mail to [webform_submission:values:email].\n" + confirmation_message: | + Thank you [webform_submission:values:name]!  You're registered for:
+ [webform_submission:values:course_summary:html]
+ We've sent an e-mail to [webform_submission:values:email]. confirmation_url: '' confirmation_attributes: { } confirmation_back: false @@ -235,7 +272,18 @@ handlers: from_options: { } from_name: _default subject: 'Training registration for [webform:title]' - body: "Dear [webform_submission:values:name],
\n
\nThank you for registering!
\n
\n[webform_submission:values:course_summary:html]
\n
\nConnection information for joining the training online will be sent prior to the event.
\n
\nBest,
\n
\nThe team at Agaric\n" + body: | + Dear [webform_submission:values:name],
+
+ Thank you for registering!
+
+ [webform_submission:values:course_summary:html]
+
+ Connection information for joining the training online will be sent prior to the event.
+
+ Best,
+
+ The team at Agaric excluded_elements: course_summary: course_summary payment: payment diff --git a/config/webform.webform.join_the_movement.yml b/config/webform.webform.join_the_movement.yml index fa77a9a..1c1f1c4 100644 --- a/config/webform.webform.join_the_movement.yml +++ b/config/webform.webform.join_the_movement.yml @@ -14,7 +14,18 @@ id: join_the_movement title: 'Join the movement' description: '' category: Mailchimp -elements: "intro_text:\n '#type': processed_text\n '#text': \"

We 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!
\n
\nAll webinars on July 7 will take place in the same Zoom room. Below are the details on time and connection information. We look forward to seeing you there.
\n
\nGetting started Drupal 9 @ 10:00 AM - 11:00 AM Eastern Time (EDT)
\n
\nIntroduction to Drupal 9 migrations @ 11:30 AM - 12:30 AM Eastern Time (EDT)
\n
\nDrupal 9 upgrades: how and when to move your Drupal 7 sites? @ 1:00 PM - 2:00 PM Eastern Time (EDT)
\n
\nYou might as well be interested in these full-day training options: https://agaric.coop/training
\n
\nJoin Zoom Meeting
\nhttps://zoom.us/j/94411125686?pwd=VXp1bnZtV21OOGhNUDk0S253a211QT09
\n
\nMeeting ID: 944 1112 5686
\nPassword: AgaricWeb
\nOne tap mobile
\n+13126266799,,94411125686#,,,,0#,,514824770# US (Chicago)
\n+16468769923,,94411125686#,,,,0#,,514824770# US (New York)
\n
\nDial by your location
\n        +1 312 626 6799 US (Chicago)
\n        +1 646 876 9923 US (New York)
\n        +1 301 715 8592 US (Germantown)
\n        +1 346 248 7799 US (Houston)
\n        +1 669 900 6833 US (San Jose)
\n        +1 253 215 8782 US (Tacoma)
\nMeeting ID: 944 1112 5686
\nPassword: 514824770
\n
\nIn solidarity,
\nAgaric.coop\n" + body: | + Thank you for registering!
+
+ All webinars on July 7 will take place in the same Zoom room. Below are the details on time and connection information. We look forward to seeing you there.
+
+ Getting started Drupal 9 @ 10:00 AM - 11:00 AM Eastern Time (EDT)
+
+ Introduction to Drupal 9 migrations @ 11:30 AM - 12:30 AM Eastern Time (EDT)
+
+ Drupal 9 upgrades: how and when to move your Drupal 7 sites? @ 1:00 PM - 2:00 PM Eastern Time (EDT)
+
+ You might as well be interested in these full-day training options: https://agaric.coop/training
+
+ Join Zoom Meeting
+ https://zoom.us/j/94411125686?pwd=VXp1bnZtV21OOGhNUDk0S253a211QT09
+
+ Meeting ID: 944 1112 5686
+ Password: AgaricWeb
+ One tap mobile
+ +13126266799,,94411125686#,,,,0#,,514824770# US (Chicago)
+ +16468769923,,94411125686#,,,,0#,,514824770# US (New York)
+
+ Dial by your location
+         +1 312 626 6799 US (Chicago)
+         +1 646 876 9923 US (New York)
+         +1 301 715 8592 US (Germantown)
+         +1 346 248 7799 US (Houston)
+         +1 669 900 6833 US (San Jose)
+         +1 253 215 8782 US (Tacoma)
+ Meeting ID: 944 1112 5686
+ Password: 514824770
+
+ In solidarity,
+ Agaric.coop excluded_elements: { } ignore_access: false exclude_empty: true diff --git a/config/webform.webform.lms.yml b/config/webform.webform.lms.yml index d529d80..a0956e7 100644 --- a/config/webform.webform.lms.yml +++ b/config/webform.webform.lms.yml @@ -12,7 +12,28 @@ id: lms title: 'Request an LMS - Video chat - Consultation ' description: 'Online learning platform' category: Education -elements: "your_name:\n '#type': webform_name\n '#title': 'Your name'\n '#title__access': false\n '#first__title': 'Your name'\n '#middle__access': false\n '#last__access': false\n '#suffix__access': false\n '#degree__access': false\nyour_email_address:\n '#type': email\n '#title': 'Your email address'\n '#required': true\n '#required_error': 'We will need a contact email address to respond to you.'\ncontact_s_phone_number:\n '#type': tel\n '#title': 'Your phone number'\nhow_will_you_be_using_the_platform_:\n '#type': textarea\n '#title': 'How will you be using the platform?'\n '#description': 'Tell us how you would like to use the online learning platform. The more details you can give, the easier it will be for us to help your mission!'\n" +elements: | + your_name: + '#type': webform_name + '#title': 'Your name' + '#title__access': false + '#first__title': 'Your name' + '#middle__access': false + '#last__access': false + '#suffix__access': false + '#degree__access': false + your_email_address: + '#type': email + '#title': 'Your email address' + '#required': true + '#required_error': 'We will need a contact email address to respond to you.' + contact_s_phone_number: + '#type': tel + '#title': 'Your phone number' + how_will_you_be_using_the_platform_: + '#type': textarea + '#title': 'How will you be using the platform?' + '#description': 'Tell us how you would like to use the online learning platform. The more details you can give, the easier it will be for us to help your mission!' css: '' javascript: '' settings: @@ -33,7 +54,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.migrations.yml b/config/webform.webform.migrations.yml index 848792e..def8028 100644 --- a/config/webform.webform.migrations.yml +++ b/config/webform.webform.migrations.yml @@ -14,7 +14,18 @@ id: migrations title: 'Migrations training' description: 'A webform for people joining our migration trainings announcement list.' category: Mailchimp -elements: "your_email:\n '#type': email\n '#title': 'Your e-mail address'\n '#required': true\nyour_name:\n '#type': textfield\n '#title': 'Your name (optional)'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Get notified'\n" +elements: | + your_email: + '#type': email + '#title': 'Your e-mail address' + '#required': true + your_name: + '#type': textfield + '#title': 'Your name (optional)' + actions: + '#type': webform_actions + '#title': 'Submit button(s)' + '#submit__label': 'Get notified' css: '' javascript: '' settings: @@ -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_message confirmation_title: 'You are now subscribed.' confirmation_message: 'Welcome to the training list! You are subscribed as [webform_submission:values:your_name] <[webform_submission:values:your_email]>. We hope to see you at one of our trainings in the near future.' - confirmation_url: /thanks-your-interest-data-migration-training + confirmation_url: thanks-your-interest-data-migration-training confirmation_attributes: { } confirmation_back: true confirmation_back_label: '' diff --git a/config/webform.webform.migrations_training_confirm.yml b/config/webform.webform.migrations_training_confirm.yml index d1290c2..51edb67 100644 --- a/config/webform.webform.migrations_training_confirm.yml +++ b/config/webform.webform.migrations_training_confirm.yml @@ -12,7 +12,14 @@ id: migrations_training_confirm title: 'Migrations training confirm' description: 'Confirmation page for the migrations training signup.' category: 'Confirmation (do not use directly)' -elements: "what_motivated_sign_up_for_migration_training:\n '#type': textarea\n '#title': 'What motivated you to sign up for migration training?'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Share your motivation'\n" +elements: | + what_motivated_sign_up_for_migration_training: + '#type': textarea + '#title': 'What motivated you to sign up for migration training?' + actions: + '#type': webform_actions + '#title': 'Submit button(s)' + '#submit__label': 'Share your motivation' css: '' javascript: '' settings: @@ -33,7 +40,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.newsletter.yml b/config/webform.webform.newsletter.yml index 63e32de..05c965e 100644 --- a/config/webform.webform.newsletter.yml +++ b/config/webform.webform.newsletter.yml @@ -12,7 +12,30 @@ id: newsletter title: Newsletter description: 'Sign up for the Agaric Newsletter' category: Marketing -elements: "processed_text:\n '#type': processed_text\n '#text': |\n

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:
\n[webform_submission:values:course_summary:html]
\nWe've sent an e-mail to [webform_submission:values:email].\n" + confirmation_message: | + Thank you [webform_submission:values:name]!  You're registered for:
+ [webform_submission:values:course_summary:html]
+ We've sent an e-mail to [webform_submission:values:email]. confirmation_url: '' confirmation_attributes: { } confirmation_back: false @@ -235,7 +272,18 @@ handlers: from_options: { } from_name: _default subject: 'Training registration for [webform:title]' - body: "Dear [webform_submission:values:name],
\n
\nThank you for registering!
\n
\n[webform_submission:values:course_summary:html]
\n
\nConnection information for joining the training online will be sent prior to the event.
\n
\nBest,
\n
\nThe the team at Agaric\n" + body: | + Dear [webform_submission:values:name],
+
+ Thank you for registering!
+
+ [webform_submission:values:course_summary:html]
+
+ Connection information for joining the training online will be sent prior to the event.
+
+ Best,
+
+ The the team at Agaric excluded_elements: course_summary: course_summary payment: payment diff --git a/config/webform.webform.request.yml b/config/webform.webform.request.yml index 194e67e..0ee0cab 100644 --- a/config/webform.webform.request.yml +++ b/config/webform.webform.request.yml @@ -12,7 +12,20 @@ id: request title: Request description: 'Very simple form for potential clients to tell us what they need.' category: Lead -elements: "describe_goal:\n '#type': textarea\n '#title': 'Describe your goal'\nemail_address:\n '#type': email\n '#title': 'E-mail address'\nphone_number:\n '#type': tel\n '#title': 'Phone number'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Send request'\n" +elements: | + describe_goal: + '#type': textarea + '#title': 'Describe your goal' + email_address: + '#type': email + '#title': 'E-mail address' + phone_number: + '#type': tel + '#title': 'Phone number' + actions: + '#type': webform_actions + '#title': 'Submit button(s)' + '#submit__label': 'Send request' 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.showandtell.yml b/config/webform.webform.showandtell.yml index 2e5b65a..07196dd 100644 --- a/config/webform.webform.showandtell.yml +++ b/config/webform.webform.showandtell.yml @@ -17,7 +17,55 @@ id: showandtell title: 'Show and Tell' description: 'Submit an idea for Show and Tell.' category: 'Show and Tell' -elements: "your_name:\n '#type': webform_name\n '#title': 'Your name'\n '#title__access': false\n '#first__title': 'Your Name'\n '#middle__access': false\n '#last__access': false\n '#suffix__access': false\n '#degree__access': false\nyour_email_address:\n '#type': email\n '#title': 'Your email address'\n '#required': true\ni_would_like_to:\n '#type': select\n '#title': 'I would like to'\n '#description': 'Tell us how you would like to take part in Show and Tell or send us a suggestion.'\n '#options':\n 'present a demo': 'Present a demo'\n 'do a presentation': 'Do a presentation'\n 'start a conversation': 'Start a conversation'\n 'suggest a topic for discussion': 'Suggest a topic for discussion'\n 'request a presentation': 'Request a presentation'\n 'suggest a presenter': 'Suggest a presenter'\n 'give a lightning talk': 'Give a lightning talk'\n '#empty_option': 'Choose one'\n '#empty_value': 'Choose one'\n '#options_randomize': true\ncontact_email:\n '#type': email\n '#title': 'Email address of the presenter you are suggesting'\n '#description': 'Let us know how to contact the suggested presenter or speaker.'\n '#states':\n visible:\n ':input[name=\"i_would_like_to\"]':\n value: 'suggest a presenter'\ndetails:\n '#type': textarea\n '#title': Details\n '#description': 'Tell us some details about your request. If you have something to present or would like to do a demo, write a short description. If you have a suggestion, write it here.'\ni_am_available:\n '#type': date\n '#title': 'I am available'\n '#description': 'Choose a date that you are available.'\n '#date_days':\n - '3'\n '#datepicker': true\n '#date_date_format': m/d/Y\n" +elements: | + your_name: + '#type': webform_name + '#title': 'Your name' + '#title__access': false + '#first__title': 'Your Name' + '#middle__access': false + '#last__access': false + '#suffix__access': false + '#degree__access': false + your_email_address: + '#type': email + '#title': 'Your email address' + '#required': true + i_would_like_to: + '#type': select + '#title': 'I would like to' + '#description': 'Tell us how you would like to take part in Show and Tell or send us a suggestion.' + '#options': + 'present a demo': 'Present a demo' + 'do a presentation': 'Do a presentation' + 'start a conversation': 'Start a conversation' + 'suggest a topic for discussion': 'Suggest a topic for discussion' + 'request a presentation': 'Request a presentation' + 'suggest a presenter': 'Suggest a presenter' + 'give a lightning talk': 'Give a lightning talk' + '#empty_option': 'Choose one' + '#empty_value': 'Choose one' + '#options_randomize': true + contact_email: + '#type': email + '#title': 'Email address of the presenter you are suggesting' + '#description': 'Let us know how to contact the suggested presenter or speaker.' + '#states': + visible: + ':input[name="i_would_like_to"]': + value: 'suggest a presenter' + details: + '#type': textarea + '#title': Details + '#description': 'Tell us some details about your request. If you have something to present or would like to do a demo, write a short description. If you have a suggestion, write it here.' + i_am_available: + '#type': date + '#title': 'I am available' + '#description': 'Choose a date that you are available.' + '#date_days': + - '3' + '#datepicker': true + '#date_date_format': m/d/Y css: '' javascript: '' settings: @@ -38,7 +86,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.speaker_request_agaric.yml b/config/webform.webform.speaker_request_agaric.yml index fda35da..1c43618 100644 --- a/config/webform.webform.speaker_request_agaric.yml +++ b/config/webform.webform.speaker_request_agaric.yml @@ -12,7 +12,134 @@ id: speaker_request_agaric title: 'Speaker Request - Agaric' description: 'Request an Agaric's presence for a presentation, workshop or lecture.' category: '' -elements: "event_website:\n '#type': url\n '#title': 'Event website'\n '#description': 'If there is a website for this event, typle the URL here. Leave blank if there is no website. The more information we have about your event, the more relevant our presentation will be!'\n '#title_display': inline\n '#maxlength': 120\n '#size': 120\n '#placeholder': 'https://'\nevent_dates:\n '#type': datetime\n '#title': 'Event date and time'\n '#title_display': inline\n '#date_date_element': datepicker\n '#date_date_datepicker_button': true\n '#date_date_placeholder': 'Date of event'\n '#date_date_format': 'D, m/d/Y'\n '#date_time_element': timepicker\n '#date_time_placeholder': 'Time of the event'\n '#date_time_format': 'g:i A'\n '#date_time_step': '1800'\nevent_location:\n '#type': select\n '#title': 'Event location'\n '#description': 'If you do not have an event location yet, leave this field set to 'None'.'\n '#options':\n online: Online\n in_person: 'In Person'\n conference_call: 'Conference Call'\nevent_address:\n '#type': webform_address\n '#title': 'Event address'\n '#states':\n visible:\n ':input[name=\"event_location\"]':\n value: in_person\n '#address_2__access': false\n '#state_province__access': false\n '#postal_code__access': false\nevent_type:\n '#type': select\n '#title': 'Event type'\n '#description': |\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.
\n  

\n \n '#title_display': inline\n '#options':\n presentation: Presentation\n workshop: Workshop\n demo: Demo\n interview: Interview\n consultation: Consultation\n '#empty_option': 'Select one'\n '#empty_value': 'Select one'\n '#options_randomize': true\nwould_you_like_agaric_to_host_your_online_event_:\n '#type': select\n '#title': 'Would you like Agaric to host your online event?'\n '#options': yes_no\n '#options_randomize': true\n '#states':\n visible:\n ':input[name=\"event_location\"]':\n value: online\nwould_you_like_agaric_to_provide_a_video_recording_of_your_event:\n '#type': select\n '#title': 'Would you like Agaric to provide a recording of your event?'\n '#options': yes_no\n '#states':\n visible:\n ':input[name=\"event_location\"]':\n value: online\nbudget_for_speaker:\n '#type': textfield\n '#title': 'Your budget'\n '#description': 'If you do not have a budget, leave this field blank and check the box below.'\n '#maxlength': 10\ni_do_not_have_a_budget_:\n '#type': checkbox\n '#title': 'I do not have a budget'\ni_do_not_have_a_budget:\n '#type': textarea\n '#title': 'I have a mission without a budget'\n '#description': 'Please explain the mission of your request and how it will help your community. We do not wish to prevent those without funds from benefitting from our expertise.'\n '#states':\n visible:\n ':input[name=\"i_do_not_have_a_budget_\"]':\n checked: true\ndescription_of_event:\n '#type': textarea\n '#title': 'What else should the speaker know about this event?'\n '#description': 'Please include any information that would be helpful for us to be able to give the most relevant presentation or workshop.'\nyour_name:\n '#type': webform_name\n '#title': 'Contact''s name'\n '#title__access': false\n '#first__title': 'Contact''s name'\n '#middle__access': false\n '#last__access': false\n '#suffix__access': false\n '#degree__access': false\nemail:\n '#type': email\n '#title': 'Contact''s email *'\n '#required': true\n '#required_error': 'Your email is required for Agaric to respond. Your contact information will not be shared.'\nphone:\n '#type': tel\n '#title': 'Contact''s phone number'\n '#description': 'Your information will not be shared.'\n '#international': true\nspeaker_s_name:\n '#type': webform_select_other\n '#title': 'Select an Agaric!'\n '#title_display': none\n '#options':\n mlncn: 'Ben Melançon'\n dinarcon: 'Mauricio Dinarte'\n Gnuget: 'David Valdez'\n wolcen: 'Christopher Thompson'\n freescholar: 'Micky Metts'\n '#empty_option': 'Select an Agaric'\n '#empty_value': 'Select one'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Send to Agaric'\n" +elements: | + event_website: + '#type': url + '#title': 'Event website' + '#description': 'If there is a website for this event, typle the URL here. Leave blank if there is no website. The more information we have about your event, the more relevant our presentation will be!' + '#title_display': inline + '#maxlength': 120 + '#size': 120 + '#placeholder': 'https://' + event_dates: + '#type': datetime + '#title': 'Event date and time' + '#title_display': inline + '#date_date_element': datepicker + '#date_date_datepicker_button': true + '#date_date_placeholder': 'Date of event' + '#date_date_format': 'D, m/d/Y' + '#date_time_element': timepicker + '#date_time_placeholder': 'Time of the event' + '#date_time_format': 'g:i A' + '#date_time_step': '1800' + event_location: + '#type': select + '#title': 'Event location' + '#description': 'If you do not have an event location yet, leave this field set to 'None'.' + '#options': + online: Online + in_person: 'In Person' + conference_call: 'Conference Call' + event_address: + '#type': webform_address + '#title': 'Event address' + '#states': + visible: + ':input[name="event_location"]': + value: in_person + '#address_2__access': false + '#state_province__access': false + '#postal_code__access': false + event_type: + '#type': select + '#title': 'Event type' + '#description': | +

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.
+  

+ + '#title_display': inline + '#options': + presentation: Presentation + workshop: Workshop + demo: Demo + interview: Interview + consultation: Consultation + '#empty_option': 'Select one' + '#empty_value': 'Select one' + '#options_randomize': true + would_you_like_agaric_to_host_your_online_event_: + '#type': select + '#title': 'Would you like Agaric to host your online event?' + '#options': yes_no + '#options_randomize': true + '#states': + visible: + ':input[name="event_location"]': + value: online + would_you_like_agaric_to_provide_a_video_recording_of_your_event: + '#type': select + '#title': 'Would you like Agaric to provide a recording of your event?' + '#options': yes_no + '#states': + visible: + ':input[name="event_location"]': + value: online + budget_for_speaker: + '#type': textfield + '#title': 'Your budget' + '#description': 'If you do not have a budget, leave this field blank and check the box below.' + '#maxlength': 10 + i_do_not_have_a_budget_: + '#type': checkbox + '#title': 'I do not have a budget' + i_do_not_have_a_budget: + '#type': textarea + '#title': 'I have a mission without a budget' + '#description': 'Please explain the mission of your request and how it will help your community. We do not wish to prevent those without funds from benefitting from our expertise.' + '#states': + visible: + ':input[name="i_do_not_have_a_budget_"]': + checked: true + description_of_event: + '#type': textarea + '#title': 'What else should the speaker know about this event?' + '#description': 'Please include any information that would be helpful for us to be able to give the most relevant presentation or workshop.' + your_name: + '#type': webform_name + '#title': 'Contact''s name' + '#title__access': false + '#first__title': 'Contact''s name' + '#middle__access': false + '#last__access': false + '#suffix__access': false + '#degree__access': false + email: + '#type': email + '#title': 'Contact''s email *' + '#required': true + '#required_error': 'Your email is required for Agaric to respond. Your contact information will not be shared.' + phone: + '#type': tel + '#title': 'Contact''s phone number' + '#description': 'Your information will not be shared.' + '#international': true + speaker_s_name: + '#type': webform_select_other + '#title': 'Select an Agaric!' + '#title_display': none + '#options': + mlncn: 'Ben Melançon' + dinarcon: 'Mauricio Dinarte' + Gnuget: 'David Valdez' + wolcen: 'Christopher Thompson' + freescholar: 'Micky Metts' + '#empty_option': 'Select an Agaric' + '#empty_value': 'Select one' + actions: + '#type': webform_actions + '#title': 'Submit button(s)' + '#submit__label': 'Send to Agaric' css: '' javascript: '' settings: @@ -33,7 +160,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 +244,7 @@ settings: confirmation_type: page confirmation_title: 'Thank you for asking an Agaric to speak!' confirmation_message: 'Thank you! You have requested an Agaric's presence for a presentation, interview, workshop, or lecture. One of us will respond to you very soon! You can find past appearances on our individual Agaric worker-owner pages.' - confirmation_url: /your-request-has-been-sent-agaric + confirmation_url: your-request-has-been-sent-agaric confirmation_attributes: { } confirmation_back: true confirmation_back_label: '' diff --git a/config/webform.webform.speaker_request_clayton_dewey.yml b/config/webform.webform.speaker_request_clayton_dewey.yml index b4a6dc6..6708201 100644 --- a/config/webform.webform.speaker_request_clayton_dewey.yml +++ b/config/webform.webform.speaker_request_clayton_dewey.yml @@ -12,7 +12,47 @@ id: speaker_request_clayton_dewey title: 'Speaker Request - Clayton Dewey' description: 'Invite Clayton to speak.' category: '' -elements: "event_website:\n '#type': url\n '#title': 'Event website'\nevent_dates:\n '#type': datetime\n '#title': 'Event date'\n '#date_date_datepicker_button': false\n '#date_time_element': none\nevent_location:\n '#type': textfield\n '#title': 'Event location'\ndescription_of_event:\n '#type': textarea\n '#title': 'What should Clayton know about this event?'\nbudget_for_speaker:\n '#type': textfield\n '#title': 'Budget for speaker'\nyour_name:\n '#type': webform_name\n '#title': 'Your name'\n '#title__access': false\n '#first__title': 'Your name'\n '#middle__access': false\n '#last__access': false\n '#suffix__access': false\n '#degree__access': false\nemail:\n '#type': email\n '#title': 'Your email'\n '#required': true\nphone:\n '#type': tel\n '#title': 'Your phone'\nadditional_info:\n '#type': textarea\n '#title': 'Additional information'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Invite Clayton to speak'\n" +elements: | + event_website: + '#type': url + '#title': 'Event website' + event_dates: + '#type': datetime + '#title': 'Event date' + '#date_date_datepicker_button': false + '#date_time_element': none + event_location: + '#type': textfield + '#title': 'Event location' + description_of_event: + '#type': textarea + '#title': 'What should Clayton know about this event?' + budget_for_speaker: + '#type': textfield + '#title': 'Budget for speaker' + your_name: + '#type': webform_name + '#title': 'Your name' + '#title__access': false + '#first__title': 'Your name' + '#middle__access': false + '#last__access': false + '#suffix__access': false + '#degree__access': false + email: + '#type': email + '#title': 'Your email' + '#required': true + phone: + '#type': tel + '#title': 'Your phone' + additional_info: + '#type': textarea + '#title': 'Additional information' + actions: + '#type': webform_actions + '#title': 'Submit button(s)' + '#submit__label': 'Invite Clayton to speak' css: '' javascript: '' settings: @@ -33,7 +73,7 @@ settings: form_previous_submissions: true form_confidential: false form_confidential_message: '' - form_remote_addr: false + form_disable_remote_addr: true form_convert_anonymous: false form_prepopulate: false form_prepopulate_source_entity: false @@ -117,7 +157,7 @@ settings: confirmation_type: url confirmation_title: '' confirmation_message: '' - confirmation_url: /people/clayton-dewey/speaking-request-received + confirmation_url: people/clayton-dewey/speaking-request-received confirmation_attributes: { } confirmation_back: true confirmation_back_label: '' diff --git a/config/webform.webform.speaker_request_mauricio_dinarte.yml b/config/webform.webform.speaker_request_mauricio_dinarte.yml index c543f4d..86f813c 100644 --- a/config/webform.webform.speaker_request_mauricio_dinarte.yml +++ b/config/webform.webform.speaker_request_mauricio_dinarte.yml @@ -12,7 +12,47 @@ id: speaker_request_mauricio_dinarte title: 'Speaker Request - Mauricio Dinarte' description: 'Invite Mauricio to speak.' category: '' -elements: "event_website:\n '#type': url\n '#title': 'Event website'\nevent_dates:\n '#type': datetime\n '#title': 'Event date'\n '#date_date_datepicker_button': false\n '#date_time_element': none\nevent_location:\n '#type': textfield\n '#title': 'Event location'\ndescription_of_event:\n '#type': textarea\n '#title': 'What should Mauricio know about this event?'\nbudget_for_speaker:\n '#type': textfield\n '#title': 'Budget for speaker'\nyour_name:\n '#type': webform_name\n '#title': 'Your name'\n '#title__access': false\n '#first__title': 'Your name'\n '#middle__access': false\n '#last__access': false\n '#suffix__access': false\n '#degree__access': false\nemail:\n '#type': email\n '#title': 'Your email'\n '#required': true\nphone:\n '#type': tel\n '#title': 'Your phone'\nadditional_info:\n '#type': textarea\n '#title': 'Additional information'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Invite Mauricio to speak'\n" +elements: | + event_website: + '#type': url + '#title': 'Event website' + event_dates: + '#type': datetime + '#title': 'Event date' + '#date_date_datepicker_button': false + '#date_time_element': none + event_location: + '#type': textfield + '#title': 'Event location' + description_of_event: + '#type': textarea + '#title': 'What should Mauricio know about this event?' + budget_for_speaker: + '#type': textfield + '#title': 'Budget for speaker' + your_name: + '#type': webform_name + '#title': 'Your name' + '#title__access': false + '#first__title': 'Your name' + '#middle__access': false + '#last__access': false + '#suffix__access': false + '#degree__access': false + email: + '#type': email + '#title': 'Your email' + '#required': true + phone: + '#type': tel + '#title': 'Your phone' + additional_info: + '#type': textarea + '#title': 'Additional information' + actions: + '#type': webform_actions + '#title': 'Submit button(s)' + '#submit__label': 'Invite Mauricio to speak' css: '' javascript: '' settings: @@ -33,7 +73,7 @@ settings: form_previous_submissions: true form_confidential: false form_confidential_message: '' - form_remote_addr: false + form_disable_remote_addr: true form_convert_anonymous: false form_prepopulate: false form_prepopulate_source_entity: false @@ -117,7 +157,7 @@ settings: confirmation_type: url confirmation_title: '' confirmation_message: '' - confirmation_url: /people/michele-metts/speaking-request-received + confirmation_url: people/michele-metts/speaking-request-received confirmation_attributes: { } confirmation_back: true confirmation_back_label: '' diff --git a/config/webform.webform.speaker_request_michele_metts.yml b/config/webform.webform.speaker_request_michele_metts.yml index ae25ca0..a232de8 100644 --- a/config/webform.webform.speaker_request_michele_metts.yml +++ b/config/webform.webform.speaker_request_michele_metts.yml @@ -12,7 +12,47 @@ id: speaker_request_michele_metts title: 'Speaker request form for Michele Metts' description: '' category: Speaker -elements: "your_name:\n '#type': webform_name\n '#title': 'Your name'\n '#title__access': false\n '#first__title': 'Your name'\n '#middle__access': false\n '#last__access': false\n '#suffix__access': false\n '#degree__access': false\nevent_website:\n '#type': url\n '#title': 'Event website'\nevent_dates:\n '#type': datetime\n '#title': 'Event date'\n '#date_date_datepicker_button': false\n '#date_time_element': none\nevent_location:\n '#type': textfield\n '#title': 'Event location'\ndescription_of_event:\n '#type': textarea\n '#title': 'What should the speaker know about this event?'\nbudget_for_speaker:\n '#type': textfield\n '#title': 'Budget for speaker'\nemail:\n '#type': email\n '#title': Email\n '#required': true\nphone:\n '#type': tel\n '#title': Phone\nadditional_info:\n '#type': textarea\n '#title': 'Additional information'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Invite Micky to speak'\n" +elements: | + your_name: + '#type': webform_name + '#title': 'Your name' + '#title__access': false + '#first__title': 'Your name' + '#middle__access': false + '#last__access': false + '#suffix__access': false + '#degree__access': false + event_website: + '#type': url + '#title': 'Event website' + event_dates: + '#type': datetime + '#title': 'Event date' + '#date_date_datepicker_button': false + '#date_time_element': none + event_location: + '#type': textfield + '#title': 'Event location' + description_of_event: + '#type': textarea + '#title': 'What should the speaker know about this event?' + budget_for_speaker: + '#type': textfield + '#title': 'Budget for speaker' + email: + '#type': email + '#title': Email + '#required': true + phone: + '#type': tel + '#title': Phone + additional_info: + '#type': textarea + '#title': 'Additional information' + actions: + '#type': webform_actions + '#title': 'Submit button(s)' + '#submit__label': 'Invite Micky to speak' css: '' javascript: '' settings: @@ -33,7 +73,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 +157,7 @@ settings: confirmation_type: url confirmation_title: '' confirmation_message: '' - confirmation_url: /people/michele-metts/speaking-request-received + confirmation_url: people/michele-metts/speaking-request-received confirmation_attributes: { } confirmation_back: true confirmation_back_label: '' diff --git a/config/webform.webform.speaker_request_micky_metts.yml b/config/webform.webform.speaker_request_micky_metts.yml index ffa0f99..2fda8d6 100644 --- a/config/webform.webform.speaker_request_micky_metts.yml +++ b/config/webform.webform.speaker_request_micky_metts.yml @@ -12,7 +12,47 @@ id: speaker_request_micky_metts title: 'Speaker Request - Micky Metts' description: 'Speaker Request for Micky Metts' category: '' -elements: "your_name:\n '#type': webform_name\n '#title': 'Your name'\n '#title__access': false\n '#first__title': 'Your name'\n '#middle__access': false\n '#last__access': false\n '#suffix__access': false\n '#degree__access': false\nevent_website:\n '#type': url\n '#title': 'Event website'\nevent_dates:\n '#type': datetime\n '#title': 'Event date'\n '#date_date_datepicker_button': false\n '#date_time_element': none\nevent_location:\n '#type': textfield\n '#title': 'Event location'\ndescription_of_event:\n '#type': textarea\n '#title': 'What should the speaker know about this event?'\nbudget_for_speaker:\n '#type': textfield\n '#title': 'Budget for speaker'\nemail:\n '#type': email\n '#title': Email\n '#required': true\nphone:\n '#type': tel\n '#title': Phone\nadditional_info:\n '#type': textarea\n '#title': 'Additional information'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Invite Micky to speak'\n" +elements: | + your_name: + '#type': webform_name + '#title': 'Your name' + '#title__access': false + '#first__title': 'Your name' + '#middle__access': false + '#last__access': false + '#suffix__access': false + '#degree__access': false + event_website: + '#type': url + '#title': 'Event website' + event_dates: + '#type': datetime + '#title': 'Event date' + '#date_date_datepicker_button': false + '#date_time_element': none + event_location: + '#type': textfield + '#title': 'Event location' + description_of_event: + '#type': textarea + '#title': 'What should the speaker know about this event?' + budget_for_speaker: + '#type': textfield + '#title': 'Budget for speaker' + email: + '#type': email + '#title': Email + '#required': true + phone: + '#type': tel + '#title': Phone + additional_info: + '#type': textarea + '#title': 'Additional information' + actions: + '#type': webform_actions + '#title': 'Submit button(s)' + '#submit__label': 'Invite Micky to speak' css: '' javascript: '' settings: @@ -33,7 +73,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 +157,7 @@ settings: confirmation_type: url confirmation_title: '' confirmation_message: '' - confirmation_url: /people/michele-metts/speaking-request-received + confirmation_url: people/michele-metts/speaking-request-received confirmation_attributes: { } confirmation_back: true confirmation_back_label: '' diff --git a/config/webform.webform.training.yml b/config/webform.webform.training.yml index 7022ee6..f3ad1ae 100644 --- a/config/webform.webform.training.yml +++ b/config/webform.webform.training.yml @@ -12,7 +12,40 @@ id: training title: Training description: 'Training intake form' category: '' -elements: "intro_text:\n '#type': processed_text\n '#text': |\n

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:
\n[webform_submission:values:course_summary:html]
\nWe've sent an e-mail to [webform_submission:values:email].\n" + confirmation_message: | + Thank you [webform_submission:values:name]!  You're registered for:
+ [webform_submission:values:course_summary:html]
+ We've sent an e-mail to [webform_submission:values:email]. confirmation_url: '' confirmation_attributes: { } confirmation_back: false @@ -235,7 +278,18 @@ handlers: from_options: { } from_name: _default subject: 'Training registration for [webform:title]' - body: "Dear [webform_submission:values:name],
\n
\nThank you for registering!
\n
\n[webform_submission:values:course_summary:html]
\n
\nConnection information for joining the training online will be sent prior to the event.
\n
\nBest,
\n
\nThe team at Agaric\n" + body: | + Dear [webform_submission:values:name],
+
+ Thank you for registering!
+
+ [webform_submission:values:course_summary:html]
+
+ Connection information for joining the training online will be sent prior to the event.
+
+ Best,
+
+ The team at Agaric excluded_elements: course_summary: course_summary payment: payment diff --git a/config/webform.webform.training_notification_request.yml b/config/webform.webform.training_notification_request.yml index 13a7568..56affc4 100644 --- a/config/webform.webform.training_notification_request.yml +++ b/config/webform.webform.training_notification_request.yml @@ -12,7 +12,35 @@ id: training_notification_request title: 'Training Notification Request' description: 'Users who submit this form should be notified when any of the trainings they are interested in become available.' category: '' -elements: "intro_text:\n '#type': processed_text\n '#text': |\n

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