Skip to content

Commit c6680f6

Browse files
authored
Add options and strings for flag:type (#1899)
1 parent 6049a21 commit c6680f6

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

data/fields/flag/type.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
{
22
"key": "flag:type",
33
"type": "combo",
4-
"label": "Flag Type"
4+
"label": "Flag Type",
5+
"strings": {
6+
"options": {
7+
"advertising": "Advertising",
8+
"athletic": "Athletic",
9+
"cultural": "Cultural",
10+
"governmental": "Governmental",
11+
"indigenous": "Indigenous",
12+
"religious": "Religious",
13+
"organisation": "Organizational",
14+
"military": "Military",
15+
"municipal": "Municipal",
16+
"national": "National",
17+
"regional": "Regional"
18+
}
19+
}
520
}

0 commit comments

Comments
 (0)