I would like to add a new text input setting in the schema of this block, but i can’t find where i can the file that contains his schema
I would like to add a new text field called “Extra data” for example, below the title, but i don’t find the file where i can add this.
I would be grateful if you could help me with this.
Thanks
Hi @Velkamhell
This is Richard from PageFly - Shopify Page Builder App
You will need to add that extra code for the schema in the main-product.liquid file
In that file, search for: “type”: “collapsible_tab”
Then add schema settings for it below the heading
After that, make sure you will output it
Above is the example, you can change to any classes,id you want
Hope this can help you solve the issue
Best regards,
Richard | PageFly
1 Like
Thanks a lot Richard, i was able even to include a custom liquid section. Thanks!