Apply config changes from Webform update hooks

This commit is contained in:
benjamin melançon 2025-09-23 22:04:36 -04:00
parent c41ba16734
commit 892494c1b5
2 changed files with 5 additions and 2 deletions

View file

@ -13,16 +13,18 @@ title: Request
description: 'Very simple form for potential clients to tell us what they need.'
categories:
- Lead
elements: |
elements: |-
describe_goal:
'#type': textarea
'#title': 'Describe your goal'
email_address:
'#type': email
'#title': 'E-mail address'
'#required': true
phone_number:
'#type': tel
'#title': 'Phone number'
'#required': true
actions:
'#type': webform_actions
'#title': 'Submit button(s)'