Skip to content

Commit 0c82ea1

Browse files
authored
Convert fieldsets/code to use Timezone Dictionary field (#139)
1 parent 646e259 commit 0c82ea1

7 files changed

Lines changed: 11 additions & 2386 deletions

File tree

resources/fieldsets/event.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,11 @@ fields:
1717
-
1818
handle: timezone
1919
field:
20+
dictionary: timezones
2021
max_items: 1
21-
clearable: false
22-
searchable: true
23-
taggable: false
24-
push_tags: false
25-
cast_booleans: false
22+
default: UTC
23+
type: dictionary
2624
display: Timezone
27-
type: timezones
28-
mode: typeahead
29-
width: 33
3025
-
3126
handle: all_day
3227
field:

0 commit comments

Comments
 (0)