We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8143a1e commit 1bd5d79Copy full SHA for 1bd5d79
sources/platform/actors/development/actor_definition/input_schema/specification.md
@@ -206,7 +206,7 @@ Example of date selection using absolute and relative `datepicker` editor:
206
"description": "Select date in format YYYY-MM-DD or {number} {unit}",
207
"editor": "datepicker",
208
"dateType": "absoluteOrRelative",
209
- "pattern": "^(\\d{4})-(0[1-9]|1[0-2])-(0[1-9]|[12]\\d|3[01])$|^([+-])\\s*(\\d+)\\s*(day|week|month|year)s?$"
+ "pattern": "^(\\d{4})-(0[1-9]|1[0-2])-(0[1-9]|[12]\\d|3[01])$|^(\\d+)\\s*(day|week|month|year)s?$"
210
}
211
212
```
0 commit comments