Add rake tasks #306
1 changed files with 13 additions and 11 deletions
|
@ -9,10 +9,10 @@ uid: 12
|
|||
template: false
|
||||
archive: false
|
||||
id: public_speaker
|
||||
title: 'Public Speaker Request'
|
||||
description: 'Book an Agaric for a presentation or lecture.'
|
||||
title: 'Speaker Request - Micky Metts'
|
||||
description: 'Request Micky's presence for a presentation or lecture.'
|
||||
category: ''
|
||||
elements: "your_name:\n '#type': webform_name\n '#title': 'Your name'\n '#middle__access': false\n '#suffix__access': false\n '#degree__access': false\nevent_theme:\n '#type': textfield\n '#title': 'Event theme'\n '#description': 'Is there an overall theme for this event?'\ndescription_of_event:\n '#type': textarea\n '#title': 'Description of event'\nevent_website:\n '#type': url\n '#title': 'Event website'\nevent_dates:\n '#type': datetime\n '#title': 'Event dates'\n '#date_date_datepicker_button': false\nevent_location:\n '#type': webform_address\n '#title': 'Event location'\nemail:\n '#type': email\n '#title': Email\n '#required': true\nconfirm_your_email:\n '#type': webform_email_confirm\n '#title': 'Confirm your email'\nphone:\n '#type': tel\n '#title': Phone\nadditional_info:\n '#type': textarea\n '#title': 'Additional information'\nspecial_requests:\n '#type': textarea\n '#title': 'Special requests'\nbudget_for_speaker:\n '#type': number\n '#title': 'Budget for speaker'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Invite an Agaric to speak'"
|
||||
elements: "your_name:\n '#type': webform_name\n '#title': 'Your name'\n '#middle__access': false\n '#suffix__access': false\n '#degree__access': false\nevent_theme:\n '#type': textfield\n '#title': 'Event theme'\n '#description': 'Is there an overall theme for this event?'\ndescription_of_event:\n '#type': textarea\n '#title': 'Description of event'\nevent_website:\n '#type': url\n '#title': 'Event website'\nevent_dates:\n '#type': datetime\n '#title': 'Event dates'\n '#date_date_datepicker_button': false\nevent_location:\n '#type': webform_address\n '#title': 'Event location'\nemail:\n '#type': email\n '#title': Email\n '#required': true\nconfirm_your_email:\n '#type': webform_email_confirm\n '#title': 'Confirm your email'\nphone:\n '#type': tel\n '#title': Phone\nadditional_info:\n '#type': textarea\n '#title': 'Additional information'\nspecial_requests:\n '#type': textarea\n '#title': 'Special requests'\nbudget_for_speaker:\n '#type': number\n '#title': 'Budget for speaker'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Invite Micky to speak'"
|
||||
css: ''
|
||||
javascript: ''
|
||||
settings:
|
||||
|
@ -20,12 +20,12 @@ settings:
|
|||
ajax_scroll_top: form
|
||||
page: true
|
||||
page_submit_path: ''
|
||||
page_confirm_path: ''
|
||||
form_title: both
|
||||
page_confirm_path: /your-request-has-been-sent-micky
|
||||
form_title: source_entity_webform
|
||||
form_submit_once: false
|
||||
form_exception_message: ''
|
||||
form_open_message: ''
|
||||
form_close_message: ''
|
||||
form_close_message: 'Micky is not accepting bookings at this time.'
|
||||
form_previous_submissions: true
|
||||
form_confidential: false
|
||||
form_confidential_message: ''
|
||||
|
@ -50,10 +50,12 @@ settings:
|
|||
form_access_denied_message: ''
|
||||
form_access_denied_attributes: { }
|
||||
form_file_limit: ''
|
||||
submission_label: ''
|
||||
submission_label: 'Speaker request for Micky'
|
||||
submission_log: false
|
||||
submission_views: { }
|
||||
submission_views_replace: { }
|
||||
submission_views_replace:
|
||||
webform_routes: { }
|
||||
node_routes: { }
|
||||
submission_user_columns: { }
|
||||
submission_user_duplicate: false
|
||||
submission_access_denied: default
|
||||
|
@ -70,7 +72,7 @@ settings:
|
|||
autofill: false
|
||||
autofill_message: ''
|
||||
autofill_excluded_elements: { }
|
||||
wizard_progress_bar: true
|
||||
wizard_progress_bar: false
|
||||
wizard_progress_pages: false
|
||||
wizard_progress_percentage: false
|
||||
wizard_progress_link: false
|
||||
|
@ -92,10 +94,10 @@ settings:
|
|||
draft_auto_save: false
|
||||
draft_saved_message: ''
|
||||
draft_loaded_message: ''
|
||||
confirmation_type: page
|
||||
confirmation_type: url
|
||||
confirmation_title: ''
|
||||
confirmation_message: ''
|
||||
confirmation_url: ''
|
||||
confirmation_url: /your-request-has-been-sent-micky
|
||||
confirmation_attributes: { }
|
||||
confirmation_back: true
|
||||
confirmation_back_label: ''
|
||||
|
|
Loading…
Reference in a new issue