diff --git a/frontend/src/lib/components/apps/editor/component/components.ts b/frontend/src/lib/components/apps/editor/component/components.ts
index 7e5b08c0fc..df6d1b2a0e 100644
--- a/frontend/src/lib/components/apps/editor/component/components.ts
+++ b/frontend/src/lib/components/apps/editor/component/components.ts
@@ -3069,18 +3069,7 @@ This is a paragraph.
type: 'static',
value: 'yyyy-MM-dd',
fieldType: 'text',
- markdownTooltip: `### Output format
-See date-fns format for more information. By default, it is 'yyyy-MM-dd'
-
-| Format | Result | Description |
-| ----------- | ----------- | ----------- |
-| dd | 01, 02, ..., 31 | Day of the month |
-| d | 1, 2, ..., 31 | Day of the month |
-| MM | 01, 02, ..., 12 | Month |
-| MMM | Jan, Feb, ..., Dec | Month |
-| MMMM | January, February, ..., December | Month |
-| yyyy | 2021, 2022, ... | Year |
-`,
+ tooltip: `Output format See date-fns format for more information. Default: yyyy-MM-dd
Format
Result
Description
dd
01, 02, ..., 31
Day of the month
d
1, 2, ..., 31
Day of the month
MM
01, 02, ..., 12
Month
MMM
Jan, Feb, ..., Dec
Month
MMMM
January, ..., December
Month
yyyy
2021, 2022, ...
Year
`,
documentationLink: 'https://date-fns.org/v2.30.0/docs/format',
placeholder: 'yyyy-MM-dd'
@@ -3131,21 +3120,7 @@ See date-fns format for more information. By default, it is 'yyyy-MM-dd'
fieldType: 'text',
documentationLink: 'https://date-fns.org/v2.30.0/docs/format',
placeholder: 'dd.MM.yyyy HH:mm',
- markdownTooltip: `### Output format
-See date-fns format for more information. By default, it is 'dd.MM.yyyy HH:mm'
-
-| Format | Result | Description |
-| ----------- | ----------- | ----------- |
-| dd | 01, 02, ..., 31 | Day of the month |
-| d | 1, 2, ..., 31 | Day of the month |
-| MM | 01, 02, ..., 12 | Month |
-| MMM | Jan, Feb, ..., Dec | Month |
-| MMMM | January, February, ..., December | Month |
-| yyyy | 2021, 2022, ... | Year |
-| HH | 00, 01, ..., 23 | Hours |
-| mm | 00, 01, ..., 59 | Minutes |
-| ss | 00, 01, ..., 59 | Seconds |
- `
+ tooltip: `Output format See date-fns format for more information. Default: dd.MM.yyyy HH:mm