mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Change hashtags field to semiCombo
This commit is contained in:
@@ -579,6 +579,8 @@ en:
|
||||
hashtags:
|
||||
# hashtags=*
|
||||
label: Hashtags
|
||||
# hashtags field placeholder
|
||||
placeholder: '#example'
|
||||
height:
|
||||
# height=*
|
||||
label: Height (Meters)
|
||||
|
||||
@@ -796,8 +796,9 @@
|
||||
},
|
||||
"hashtags": {
|
||||
"key": "hashtags",
|
||||
"type": "text",
|
||||
"label": "Hashtags"
|
||||
"type": "semiCombo",
|
||||
"label": "Hashtags",
|
||||
"placeholder": "#example"
|
||||
},
|
||||
"height": {
|
||||
"key": "height",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"key": "hashtags",
|
||||
"type": "text",
|
||||
"label": "Hashtags"
|
||||
"type": "semiCombo",
|
||||
"label": "Hashtags",
|
||||
"placeholder": "#example"
|
||||
}
|
||||
|
||||
Vendored
+2
-1
@@ -1570,7 +1570,8 @@
|
||||
"label": "Handrail"
|
||||
},
|
||||
"hashtags": {
|
||||
"label": "Hashtags"
|
||||
"label": "Hashtags",
|
||||
"placeholder": "#example"
|
||||
},
|
||||
"height": {
|
||||
"label": "Height (Meters)"
|
||||
|
||||
Reference in New Issue
Block a user