I am building a shopify theme, and I am not sure why I cannot see the unit in range element in theme editor. It is displayed in theme settings as you can see here. But when it comes to schema se...
No content to show
User Activity
09-15-2021
Hello, thanks for your answer. Now I can upload files using api. BTW - can you let me know how to get file ID ? When I try to update or delete file, api needs file ID. I have searched online for a long time, but I couldn't find a way. Would be great ...
09-06-2021
QUERY mutation fileCreate($files: [FileCreateInput!]!) {
fileCreate(files: $files) {
files {
alt
createdAt
}
userErrors {
code
field
message
}
}
} GRAPHQL VARIABLES {
"files": [
{
"...
In online store 2.0 themes like Dawn, I noticed a section can have 12 blocks at most even tho max_block is not set in section schema. Is there any way to have more than 12 blocks in a section?