liquid rendering problem
Hey @react-beginer
{{ block.settings.color_background }} is the right approach, is just needs to be used in a block iteration:
{%- for block in section.blocks -%}
{{ block.settings.color_background }}
{%- endfor -%}
Hey @react-beginer
{{ block.settings.color_background }} is the right approach, is just needs to be used in a block iteration:
{%- for block in section.blocks -%}
{{ block.settings.color_background }}
{%- endfor -%}