Content Selector

Switches between related content panels using tab buttons.
---
block:
  _bookshop_name: layouts/content-selector
  items:
    - title: Test
      sub_text: this is a test
      icon:
        name: null
        alt: null
      content_blocks:
        - _bookshop_name: elements/rich-text
          markdown: |
            sadfsdf
          options:
            align: null
            decoration: null
            margin:
              top: null
              bottom: null
            size: null
    - title: Test 2
      sub_text: this is a test 2
      icon:
        name: null
        alt: null
      content_blocks:
        - _bookshop_name: elements/rich-text
          markdown: |
            We offer a range of services designed to meet your needs:
          options:
            align: null
            decoration: null
            margin:
              top: null
              bottom: null
            size: null
  options:
    navigation:
      position: start
      expand_sub_text: when active
      heading:
        level: null
        size: null
    auto_play_interval: null
    margin:
      top: m
      bottom: m
---
{% bookshop "{{block._bookshop_name}}" bind: block  %}

Properties

itemsobject

optionsobject

Configuration options for the Content Selector