mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
Incorporate design feedback
This commit is contained in:
parent
e82e4e40d3
commit
d2080d8fdd
|
@ -240,6 +240,7 @@ export const formFields: INodeProperties = {
|
||||||
noDataExpression: true,
|
noDataExpression: true,
|
||||||
default: placeholder,
|
default: placeholder,
|
||||||
description: 'HTML elements to display on the form page',
|
description: 'HTML elements to display on the form page',
|
||||||
|
hint: 'Does not accept <code><script></code>, <code><style></code> or <code><input></code> tags',
|
||||||
displayOptions: {
|
displayOptions: {
|
||||||
show: {
|
show: {
|
||||||
fieldType: ['html'],
|
fieldType: ['html'],
|
||||||
|
@ -284,18 +285,6 @@ export const formFields: INodeProperties = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
|
||||||
displayName:
|
|
||||||
'Does not accept <code><script></code>, <code><style></code> or <code><input></code> tags',
|
|
||||||
name: 'htmlLimitations',
|
|
||||||
type: 'notice',
|
|
||||||
default: '',
|
|
||||||
displayOptions: {
|
|
||||||
show: {
|
|
||||||
fieldType: ['html'],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
displayName: 'Required Field',
|
displayName: 'Required Field',
|
||||||
name: 'requiredField',
|
name: 'requiredField',
|
||||||
|
|
Loading…
Reference in a new issue