Built-in section type

Built-in

Raw HTML section type

A direct HTML escape hatch for scoped custom markup that does not fit built-in section layouts.

What it is

A direct HTML escape hatch for scoped custom markup that does not fit built-in section layouts.

When to use it

  • Embeds
  • Bespoke markup
  • Third-party snippets
  • Legacy content imports

Important fields

raw_htmlCTA fields

Compatible row types

This section renders its own content and does not usually contain child rows.

API example

{
  "type_of": "raw_html",
  "header": "Raw html",
  "status": "active"
}

Built-in sections use type_of. Custom Liquid template sections use template_id instead.