Add liquid content to the Multicolumn section block

In the past days, we always receive lots of  similar requests from our merchant - they want to add liquid content to the Multicolumn or Collapsible content, which can allow them to custom the content with less restriction.

That is pretty straight forward. For example, if we want to add a new liquid content option to the Multicolumn section of my store, just need to add the script below to multicolumn.liquid > schema > Block:

{

"type":"liquid",

"id":"liquid",

"label":"Liquid"
}

Then we continue the HTML part - add   <div> {{ block.settings.liquid }}</div> to the <div class="multicolumn-card__info">

 

Please refer to the below screenshot:

 

After the above steps, we can easily achieve the outcome we want