nit form config

This commit is contained in:
Ruben Fiszel
2023-05-10 08:57:04 +02:00
parent 3769a33b90
commit f6b938f446
@@ -1767,12 +1767,14 @@ Hello \${ctx.username}
displayType: {
fieldType: 'boolean',
type: 'static',
value: false
value: false,
staticOnly: true
},
largeGap: {
fieldType: 'boolean',
type: 'static',
value: false
value: false,
staticOnly: true
}
}
}