App reviews, troubleshooting, and recommendations
Hi,
I want to ask about setting types, I see there is no select field
https://shopify.dev/docs/api/checkout-ui-extensions/2024-10/configuration#supported-setting-types
I want to field like attached screenshot
Solved! Go to the solution
This is an accepted solution.
[[extensions.settings.fields]]
key = "label_text_size"
type = "single_line_text_field"
name = "Label Text Size"
description = "Enter a label for the upsell"
[[extensions.settings.fields.validations]]
name = "choices"
value = "[\"Default\", \"Heading-small\", \"Heading-medium\", \"Heading-large\", \"Text-small\", \"Text-medium\", \"Text-large\", \"Text-xlarge\"]"
This is custom app, you can see https://apps.shopify.com/checkoutplus?show_store_picker=1 this app, I am trying to clone the extension , but I cannot write code for select field
This is Shopify.extension.toml file
This is an accepted solution.
[[extensions.settings.fields]]
key = "label_text_size"
type = "single_line_text_field"
name = "Label Text Size"
description = "Enter a label for the upsell"
[[extensions.settings.fields.validations]]
name = "choices"
value = "[\"Default\", \"Heading-small\", \"Heading-medium\", \"Heading-large\", \"Text-small\", \"Text-medium\", \"Text-large\", \"Text-xlarge\"]"
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025