A user seeks to add a custom liquid block inside collapsible content rows on a custom page layout using the Dawn theme, noting that Dawn’s structure differs from solutions found in similar threads.
Proposed Solutions:
Option 1: Create a page and select it from the customization interface, or use a custom liquid field with schema (requires custom code implementation assistance offered).
Option 2 (Initial): Edit “main-product.liquid” file by locating “collapsible_tab” and adding custom liquid code with corresponding schema markup. However, this approach targets product pages specifically.
Option 2 (Revised): After clarification that the goal is for custom page layouts (not product pages), the recommendation shifts to editing the “collapsible-content” file directly, inserting the custom liquid block code and schema as shown in attached screenshots.
The discussion includes code snippets and visual guides for implementing the schema changes. The issue remains focused on adapting collapsible content functionality for non-product page contexts in Dawn theme.
Summarized with AI on November 11.
AI used: claude-sonnet-4-5-20250929.
Another way is to create a custom liquid field with a schema which would require a custom code.
If you will unable to implement the same then I’m happy to do this for you, let me know. I can implement the code changes so that this will work well for you.
Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!
Next, search for the schema and locate the closing bracket for “collapsible_tab”. Paste the code before this bracket. For your convenience, I have attached a screenshot.
Hi @devmont-digital thanks for the tips, but in this case I’m not trying to do it for a product page. I want to do it in a custom page layout I’m making. Is there a way I can add the custom liquid block in collapsible row to it?