fix(frontend): fix schema form toolips (#3123)

This commit is contained in:
Faton Ramadani
2024-02-01 08:47:40 +01:00
committed by GitHub
parent ba10432480
commit 5a6fc4891f
@@ -2743,13 +2743,15 @@ This is a paragraph.
type: 'static',
fieldType: 'object',
value: {},
tooltip: 'This will allow you to dynamically set the default values of the form.'
tooltip:
'This enables setting default form values dynamically using an object: keys are field names, and values are the defaults.'
},
dynamicEnums: {
type: 'static',
fieldType: 'object',
value: {},
tooltip: 'This will allow you to dynamically set the enum values of the form.'
tooltip:
'This enables setting form enum values dynamically using an object: keys are field names, and values are arrays of strings.'
},
displayType: {