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\"]"
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024