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,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue