Commit config after db updates; primarily linebreak expansions
This commit is contained in:
parent
f803aa6668
commit
27bc701d4a
82 changed files with 2765 additions and 199 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue