Skip to content

Commit cbc223f

Browse files
authored
Remove x-options from datetime fields in schema
Removed x-options configuration for start and end datetime fields in the schema.
1 parent bde6bce commit cbc223f

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

docs/config-schema.json

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -52,33 +52,11 @@
5252
"title": "Startzeitpunkt der Konferenz",
5353
"description": "Befinden wir uns davor, wird die Closed-Seite mit einem Text der Art 'hat noch nicht angefangen' angezeigt. Wird dieser Zeitpunkt nicht angegeben, gilt die Konferenz immer als angefangen. ",
5454
"examples": ["2021-04-02T09:30:00+02:00"],
55-
"x-options": {
56-
"grid_columns": 2,
57-
"inputAttributes": {
58-
"placeholder": "Enter datetime"
59-
},
60-
"flatpickr": {
61-
"wrap": true,
62-
"time_24hr": true,
63-
"allowInput": true
64-
}
65-
}
6655
},
6756
"end": {
6857
"type": "string",
6958
"format": "datetime-local",
7059
"examples": ["2021-04-05T18:30:00+02:00"],
71-
"x-options": {
72-
"grid_columns": 2,
73-
"inputAttributes": {
74-
"placeholder": "Enter datetime"
75-
},
76-
"flatpickr": {
77-
"wrap": true,
78-
"time_24hr": true,
79-
"allowInput": true
80-
}
81-
}
8260
},
8361
"time_zone_name": {
8462
"title": "Zeitzone",

0 commit comments

Comments
 (0)