Add the multiline config module
This commit is contained in:
parent
c39a172690
commit
2aef6eb122
71 changed files with 1891 additions and 126 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"
|
||||
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue