mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 16:01:42 +00:00
Fixed links and components descriptions (#3515)
* Fixed links and components descriptions * Forgot on doc
This commit is contained in:
@@ -2380,14 +2380,14 @@ See date-fns format for more information. By default, it is 'dd.MM.yyyy'
|
||||
value: '',
|
||||
fieldType: 'datetime',
|
||||
tooltip:
|
||||
'The minimum date that can be selected. The format is the ISO 8601 format: "yyyy-MM-ddTHH:mm:ss:SSSZ", for example "2021-11-06T23:39:30.000Z", or toISOString() from a Date'
|
||||
'The minimum date and time that can be selected. The format is the ISO 8601 format: "yyyy-MM-ddTHH:mm:ss:SSSZ", for example "2021-11-06T23:39:30.000Z", or toISOString() from a Date'
|
||||
},
|
||||
maxDateTime: {
|
||||
type: 'static',
|
||||
value: '',
|
||||
fieldType: 'datetime',
|
||||
tooltip:
|
||||
'The maximum date that can be selected. The format is the ISO 8601 format: "yyyy-MM-ddTHH:mm:ss:SSSZ", for example "2021-11-06T23:39:30.000Z", or toISOString() from a Date'
|
||||
'The maximum date and time that can be selected. The format is the ISO 8601 format: "yyyy-MM-ddTHH:mm:ss:SSSZ", for example "2021-11-06T23:39:30.000Z", or toISOString() from a Date'
|
||||
},
|
||||
outputFormat: {
|
||||
type: 'static',
|
||||
@@ -2436,14 +2436,14 @@ See date-fns format for more information. By default, it is 'dd.MM.yyyy HH:mm'
|
||||
value: '',
|
||||
fieldType: 'time',
|
||||
tooltip:
|
||||
'The minimum date that can be selected. If the time provided is not valid, it will set the output "validity" to false. The format is: "HH:mm"'
|
||||
'The minimum time that can be selected. If the time provided is not valid, it will set the output "validity" to false. The format is: "HH:mm"'
|
||||
},
|
||||
maxTime: {
|
||||
type: 'static',
|
||||
value: '',
|
||||
fieldType: 'time',
|
||||
tooltip:
|
||||
'The maximum date that can be selected. If the time provided is not valid, it will set the output "validity" to false. The format is: "HH:mm"'
|
||||
'The maximum time that can be selected. If the time provided is not valid, it will set the output "validity" to false. The format is: "HH:mm"'
|
||||
},
|
||||
defaultValue: {
|
||||
type: 'static',
|
||||
|
||||
@@ -57,7 +57,7 @@ const changelogs: Changelog[] = [
|
||||
},
|
||||
{
|
||||
label: 'Workflow as Code',
|
||||
href: 'https://www.windmill.dev/changelog/workflows_as_code',
|
||||
href: 'https://www.windmill.dev/changelog/workflows-as-code',
|
||||
date: '2024-03-04'
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user