For discussing the development and usage of Checkout UI extensions, post-purchase extensions, web pixels, Customer Accounts UI extensions, and POS UI extensions
Hi team,
Could you help me take a look and give me a solution/suggestions why the build failed. I am settings validations for status of banner like bellow:
[extensions.settings] [[extensions.settings.fields]] key = "status" type = "single_line_text_field" name = "Banner Status" description = "Choose a status for the banner" [[settings.fields.validations]] name = "choices" value = "['info', 'success', 'warning', 'critical']" [[extensions.settings.fields]] key = "title" type = "multi_line_text_field" name = "Banner title" description = "Enter a title for the banner" [[extensions.settings.fields]] key = "description" type = "multi_line_text_field" name = "Banner Description" description = "Enter a description for the banner"
Thank you very much
Solved! Go to the solution
This is an accepted solution.
Hi there 👋
Looks like just a small typo. It should be
[[extensions.settings.fields.validations]]
not settings.fields.validations.
To learn more visit the Shopify Help Center or the Community Blog.
This is an accepted solution.
Hi there 👋
Looks like just a small typo. It should be
[[extensions.settings.fields.validations]]
not settings.fields.validations.
To learn more visit the Shopify Help Center or the Community Blog.
Thank you very much