{
    "shopengine_products_tab_start": {
        "type": "TabContainer",
        "label": "Main"
    },
    "shopengine_products_setting_start": {
        "type": "TabControl",
        "label": "Content"
    },
    "shopengine_section_meta_content_start": {
        "type": "PanelBody",
        "label": "Settings"
    },
    "shopengine_sku_display": {
        "control": {
            "field": "ToggleControl",
            "props":{
                "label": "SKU",
                "checked": true
            }
        },
        "type": "object",
        "default": {
            "desktop": true
        }
    },
    "shopengine_category_display": {
        "control": {
            "field": "ToggleControl",
            "props":{
                "label": "Category",
                "checked": true
            }
        },
        "type": "object",
        "default": {
            "desktop": true
        }
    },
    "shopengine_tag_display": {
        "control": {
            "field": "ToggleControl",
            "props":{
                "label": "Tag",
                "checked": true
            }
        },
        "type": "object",
        "default": {
            "desktop": true
        }
    },
    "shopengine_section_meta_content_end": {
        "type": "PanelBody"
    },
    "shopengine_products_setting_end": {
        "type": "TabControl"
    },
    "shopengine_products_list_start": {
        "type": "TabControl",
        "label": "Style"
    },
    "style_start": {
        "type": "PanelBody",
        "label": "Styles"
    },
    "shopengine_layout_control": {
        "control": {
            "field": "Choose",
            "props": {
                "label": "Layout",
                "options": [
                    {
                        "label": "Default",
                        "value": "block",
                        "icon" : "dashicons-editor-ul"
                    },
                    {
                        "label": "Inline",
                        "value": "inline-block",
                        "icon" : "dashicons-ellipsis"
                    }
                ]
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": "block"
        }
    },
    "shopengine_align_control": {
        "control": {
            "field": "Choose",
            "props": {
                "label": "Align",
                "options": [
                    {
                        "label": "Left",
                        "value": "left",
                        "icon" : "dashicons-editor-alignleft"
                    },
                    {
                        "label": "Center",
                        "value": "center",
                        "icon" : "dashicons-editor-aligncenter"
                    },
                    {
                        "label": "Right",
                        "value": "right",
                        "icon" :"dashicons-editor-alignright"
                    }
                ]
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": "left"
        }
    },
    "shopengine_padding_control": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Padding (px)",
                "values": {
                    "top": "0px",
                    "left": "0px",
                    "right": "0px",
                    "bottom": "0px"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "0px",
                "right": "0px",
                "bottom": "8px",
                "left": "0px"
            }
        }
    },
    "shopengine_label_section_divider": {
        "control": {
            "field": "__experimentalDivider",
            "props": {}
        },
        "type": "object"
    },
    "shopengine_label_section": {
        "control": {
            "field": "__experimentalHeading",
            "props": {
                "children": "Label"
            }
        },
        "type": "object"
    },
    "shopengine_label_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Label Color"
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#101010"
            }
        }
    },
    "shopengine_value_section_divider": {
        "control": {
            "field": "__experimentalDivider",
            "props": {}
        },
        "type": "object"
    },
    "shopengine_value_section": {
        "control": {
            "field": "__experimentalHeading",
            "props": {
                "children": "Value"
            }
        },
        "type": "object"
    },
    "shopengine_meta_value_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Value Color"
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#a0a0a0"
            }
        }
    },
    "shopengine_link_hover_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Link Hover Color"
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#101010"
            }
        }
    },
    "shopengine_global_typo_section_divider": {
        "control": {
            "field": "__experimentalDivider",
            "props": {}
        },
        "type": "object"
    },
    "shopengine_global_typo_section": {
        "control": {
            "field": "__experimentalHeading",
            "props": {
                "children": "Global Typography "
            }
        },
        "type": "object"
    },
    "typography_section_start": {
        "type": "PopoverControl",
        "label": "Typography"
    },
    "shopengine_font_family": {
        "control": {
            "field": "FontfamilyControl",
            "label": "Font Family"
        },
        "type": "object"
    },
    "shopengine_font_size": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Font Size (px)",
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 14
        }
    },
    "shopengine_font_weight": {
        "control": {
            "field": "SelectControl",
            "props": {
                "label": "Font Weight",
                "options": [
                    {
                        "label": 100,
                        "value": 100
                    },
                    {
                        "label": 200,
                        "value": 200
                    },
                    {
                        "label": 300,
                        "value": 300
                    },
                    {
                        "label": 400,
                        "value": 400
                    },
                    {
                        "label": 500,
                        "value": 500
                    },
                    {
                        "label": 600,
                        "value": 600
                    },
                    {
                        "label": 700,
                        "value": 700
                    },
                    {
                        "label": 800,
                        "value": 800
                    },
                    {
                        "label": "Light",
                        "value": "light"
                    },
                    {
                        "label": "Normal",
                        "value": "normal"
                    },
                    {
                        "label": "Bold",
                        "value": "bold"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": 500
        }
    },
    "shopengine_transform": {
        "control": {
            "field": "SelectControl",
            "props": {
                "label": "Transform",
                "options": [
                    {
                        "label": "Default",
                        "value": "default"
                    },
                    {
                        "label": "Uppercase",
                        "value": "uppercase"
                    },
                    {
                        "label": "Lowercase",
                        "value": "lowercase"
                    },
                    {
                        "label": "Capitalize",
                        "value": "capitalize"
                    },
                    {
                        "label": "Normal",
                        "value": "none"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "normal"
        }
    },
    "shopengine_line_height": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Line Height (px)",
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 17
        }
    },
    "shopengine_word_spacing": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Word Spacing (px)",
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 0
        }
    },
    "typography_section_end": {
        "type": "PopoverControl"
    },
    "style_end": {
        "type": "PanelBody"
    },
    "shopengine_products_list_end": {
        "type": "TabControl"
    },
    "shopengine_products_tab_end": {
        "type": "TabContainer",
        "label": "Main"
    }
}