Last active
January 5, 2023 10:33
-
-
Save shopifypartners/ac8d6abb79a931bdcab5e2ca04210702 to your computer and use it in GitHub Desktop.
Shopify theme setting input types - https://www.shopify.com/partners/blog/shopify-theme-styles-and-presets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
article | |
blog | |
checkbox | |
collection | |
color | |
font_picker | |
hidden | |
html | |
image | |
image_picker | |
layout | |
link_list | |
number | |
page | |
product | |
radio | |
range | |
richtext | |
select | |
text | |
textarea | |
url | |
video_url |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The list is not complete. Since there are new types of metafields like list of products,list of collections and list of files I was wondering how to use them in the schema. By default I found "product_list" as a new type that is working with the metafield list of products. But I couldn't find any type to address a list of files type metafield. Is there such a thing? Will you update this list with the new types?