mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-10 00:05:27 +00:00
fix(frontend): fix schema form toolips (#3123)
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user