New divider element for building custom sections

What's new

You can now add a divider line to content and design settings for your custom section. This is purely cosmetic change visible in the Editor, it doesn't affect how sections are displayed on the storefront.

Changes in API

New element available for content.ts and design.ts files: DIVIDER

It allows you to visually split settings in the Editor. As the settings order is specified in the content/design files, the divider must also be specifically put between the elements you want to split.

content.tsdesign.ts

Last updated

Was this helpful?