Skip to content

Commit

Permalink
Merge pull request #855 from Shopify/fix/number-input-setting-placeho…
Browse files Browse the repository at this point in the history
…lder

Number input settings take string placeholders
  • Loading branch information
charlespwd authored Nov 29, 2024
2 parents ba83937 + 61c0272 commit 27996bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/theme/setting.json
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@
"markdownDescription": "A setting of type `number` outputs a single number field.\n\n---\n\n[Shopify reference](https://shopify.dev/docs/themes/architecture/settings/input-settings#number)"
},
"placeholder": {
"type": "number",
"type": "string",
"description": "A placeholder value for the input."
},
"default": { "type": "number" },
Expand Down

0 comments on commit 27996bc

Please sign in to comment.