diff --git a/data/presets.yaml b/data/presets.yaml index 3b20e2331..aede647a2 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -579,6 +579,8 @@ en: hashtags: # hashtags=* label: Hashtags + # hashtags field placeholder + placeholder: '#example' height: # height=* label: Height (Meters) diff --git a/data/presets/fields.json b/data/presets/fields.json index 56e95d394..2a0ea2a53 100644 --- a/data/presets/fields.json +++ b/data/presets/fields.json @@ -796,8 +796,9 @@ }, "hashtags": { "key": "hashtags", - "type": "text", - "label": "Hashtags" + "type": "semiCombo", + "label": "Hashtags", + "placeholder": "#example" }, "height": { "key": "height", diff --git a/data/presets/fields/hashtags.json b/data/presets/fields/hashtags.json index 4ea1277d9..d3045507c 100644 --- a/data/presets/fields/hashtags.json +++ b/data/presets/fields/hashtags.json @@ -1,5 +1,6 @@ { "key": "hashtags", - "type": "text", - "label": "Hashtags" + "type": "semiCombo", + "label": "Hashtags", + "placeholder": "#example" } diff --git a/dist/locales/en.json b/dist/locales/en.json index 1cb360e7c..618af1d78 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -1570,7 +1570,8 @@ "label": "Handrail" }, "hashtags": { - "label": "Hashtags" + "label": "Hashtags", + "placeholder": "#example" }, "height": { "label": "Height (Meters)"