Remove unnecessary newline

This commit is contained in:
Federico Terzi 2020-08-26 18:44:43 +02:00 committed by GitHub
parent 740084419c
commit 58751f306c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -198,8 +198,7 @@ If you want to use other Controls in a form specified using the above (verbose)
- name: "form1"
type: form
params:
layout: "Name: {{name}} \n
Fruit: {{fruit}}"
layout: "Name: {{name}} \nFruit: {{fruit}}"
fields:
name:
multiline: true
@ -217,4 +216,4 @@ Note that **the `fields` parameter content is specified as the `form_fields` par
### macOS remarks
For the expansion to take place on macOS, you have to release the submit keys (CTRL+Enter) after submitting the form.
For the expansion to take place on macOS, you have to release the submit keys (CTRL+Enter) after submitting the form.