1766813050a:1:{s:18:"button_group.block";a:10:{s:8:"fileName";s:18:"button_group.block";s:7:"content";s:1300:"name: winter.blocks::lang.blocks.button_group.name
description: winter.blocks::lang.blocks.button_group.description
icon: icon-object-group
context: ["pages"]
fields:
    buttons:
        label: winter.blocks::lang.blocks.button_group.buttons
        span: full
        type: blocks
        allow:
            - button
    position:
        label: winter.blocks::lang.blocks.button_group.position
        span: left
        type: balloon-selector
        default: "justify-center"
        options:
            "justify-start": winter.blocks::lang.blocks.button_group.position_left
            "justify-center": winter.blocks::lang.blocks.button_group.position_center
            "justify-end": winter.blocks::lang.blocks.button_group.position_right
    width:
        label: winter.blocks::lang.blocks.button_group.width
        span: right
        type: balloon-selector
        default: "w-full"
        options:
            "w-full": winter.blocks::lang.blocks.button_group.width_full
            "w-auto": winter.blocks::lang.blocks.button_group.width_auto
==
<div class="flex {{ data.position }} pb-4 space-x-4 w-full">
    {% for button in data.buttons %}
        {% set button = button | merge({'width': data.width}) %}
        {% partial "button.block" data=button %}
    {% endfor %}
</div>
";s:5:"mtime";i:1687257561;s:6:"markup";s:235:"<div class="flex {{ data.position }} pb-4 space-x-4 w-full">
    {% for button in data.buttons %}
        {% set button = button | merge({'width': data.width}) %}
        {% partial "button.block" data=button %}
    {% endfor %}
</div>";s:4:"code";N;s:4:"name";s:44:"winter.blocks::lang.blocks.button_group.name";s:11:"description";s:51:"winter.blocks::lang.blocks.button_group.description";s:4:"icon";s:17:"icon-object-group";s:7:"context";a:1:{i:0;s:5:"pages";}s:6:"fields";a:3:{s:7:"buttons";a:4:{s:5:"label";s:47:"winter.blocks::lang.blocks.button_group.buttons";s:4:"span";s:4:"full";s:4:"type";s:6:"blocks";s:5:"allow";a:1:{i:0;s:6:"button";}}s:8:"position";a:5:{s:5:"label";s:48:"winter.blocks::lang.blocks.button_group.position";s:4:"span";s:4:"left";s:4:"type";s:16:"balloon-selector";s:7:"default";s:14:"justify-center";s:7:"options";a:3:{s:13:"justify-start";s:53:"winter.blocks::lang.blocks.button_group.position_left";s:14:"justify-center";s:55:"winter.blocks::lang.blocks.button_group.position_center";s:11:"justify-end";s:54:"winter.blocks::lang.blocks.button_group.position_right";}}s:5:"width";a:5:{s:5:"label";s:45:"winter.blocks::lang.blocks.button_group.width";s:4:"span";s:5:"right";s:4:"type";s:16:"balloon-selector";s:7:"default";s:6:"w-full";s:7:"options";a:2:{s:6:"w-full";s:50:"winter.blocks::lang.blocks.button_group.width_full";s:6:"w-auto";s:50:"winter.blocks::lang.blocks.button_group.width_auto";}}}}}