{
    "sections": {
        "cms_page_form.cms_page_form": [ "content" ],
        "product_form.product_form": [ "cc-content" ],
        "category_form.category_form": [ "cc-top", "grid", "cc-bottom" ],
        "brands_edit_form.brands_edit_form": [ "cc-top", "grid", "cc-bottom" ],
        "defaults" : {
            "cms_page_form.cms_page_form": "content",
            "product_form.product_form": "cc-content",
            "category_form.category_form": "grid",
            "brands_edit_form.brands_edit_form": "grid"
        }
    },
    "specialComponents": [
        "magento-product-grid-teasers"
    ],
    "filters": {
        "componentVisibility": {
            "icon": "#icon_eye",
            "title": "Storefront visibility",
            "options": {
                "mobile": {
                    "label": "Mobile",
                    "value": true
                },
                "desktop": {
                    "label": "Desktop",
                    "value": true
                },
                "none": {
                    "label": "Not visible",
                    "value": true
                }
            }
        }
    },
    "columnsConfig": {
        "filterScenario": "sidebar",
        "full": {
            "phone": 1,
            "phoneLg": 2,
            "tablet": 3,
            "laptop": 4,
            "laptopLg": 4,
            "desktop": 4,
            "tv": 4
        },
        "withSidebar": {
            "phone": 1,
            "phoneLg": 2,
            "tablet": 2,
            "laptop": 3,
            "laptopLg": 3,
            "desktop": 3,
            "tv": 3
        }
    },
    "imageTeasersContentPositions": [
        "Text vertically centered on the left",
        "Text on the bottom, left corner",
        "Text vertically centered in the middle",
        "Text on the bottom - centered"
    ],
    "productsGrid": {
        "heroSize": {
            "x": 2,
            "y": 1
        }
    }
}
