{
    "main_section_start": {
        "type": "PanelBody",
        "label": "Style"
    },
    "shopengine_breadcrumbs_text_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Text Color",
            "props": {
                "colors": [{
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "Black",
                        "color": "#101010"
                    },
                    {
                        "name": "white",
                        "color": "#FFFFFF"
                    }
                ]
            }
        },
        "responsive": false,
        "type": "object",
        "default": {
            "desktop": "#999999"
        }
    },
    "shopengine_breadcrumbs_link_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Link Color",
            "props": {
                "colors": [{
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "Black",
                        "color": "#101010"
                    },
                    {
                        "name": "white",
                        "color": "#FFFFFF"
                    }
                ]
            }
        },
        "responsive": false,
        "type": "object",
        "default": {
            "desktop": "#999999"
        }
    },
    "shopengine_breadcrumbs_link_hover_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Link Hover Color",
            "props": {
                "colors": [{
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "Black",
                        "color": "#101010"
                    },
                    {
                        "name": "white",
                        "color": "#FFFFFF"
                    }
                ]
            }
        },
        "responsive": false,
        "type": "object",
        "default": {
            "desktop": "#101010"
        }
    },
    "groupcontrol1_start": {
        "type": "PopoverControl",
        "label": "Typography"
    },
    "shopengine_breadcrumbs_text_typography_font_family": {
        "control": {
            "field": "FontfamilyControl",
            "label": "Font Family"
        },
        "type": "object"
    },
    "shopengine_breadcrumbs_text_typography_font_size": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Font Size (px)",
                "min": 0,
                "max": 200
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 14
        }
    },
    "shopengine_breadcrumbs_text_typography_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"
                    }
                ]
            }
        },
        "responsive": false,
        "type": "object",
        "default": {
            "desktop": 500
        }
    },
    "shopengine_breadcrumbs_text_typography_text_transform": {
        "control": {
            "field": "SelectControl",
            "props": {
                "label": "Transform",
                "options": [{
                        "label": "Default"
                    },
                    {
                        "value": "uppercase",
                        "label": "Uppercase"
                    },
                    {
                        "value": "lowercase",
                        "label": "Lowercase"
                    },
                    {
                        "value": "capitalize",
                        "label": "Capitalize"
                    },
                    {
                        "value": "none",
                        "label": "Normal"
                    }
                ]
            }
        },
        "responsive": false,
        "type": "object",
        "default": {
            "desktop": "uppercase"
        }
    },
    "shopengine_breadcrumbs_text_typography_text_style": {
        "control": {
            "field": "SelectControl",
            "props": {
                "label": "Style",
                "options": [{
                        "label": "Default"
                    },
                    {
                        "value": "none",
                        "label": "Normal"
                    },
                    {
                        "value": "italic",
                        "label": "Italic"
                    },
                    {
                        "value": "oblique",
                        "label": "Oblique"
                    }
                ]
            }
        },
        "responsive": false,
        "type": "object",
        "default": {
            "desktop": "none"
        }
    },
    "shopengine_breadcrumbs_text_typography_line_height": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Line Height (px)",
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 17
        }
    },
    "shopengine_breadcrumbs_text_typography_word_spacing": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Word Spacing",
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 0
        }
    },
    "groupcontrol1_end": {
        "type": "PopoverControl"
    },
    "shopengine_breadcrumbs_alignment": {
        "control": {
            "field": "Choose",
            "props": {
                "label": "Alignment",
                "options": [{
                        "value": "flex-start",
                        "label": "Left",
                        "icon" : "dashicons-editor-alignleft"
                    },
                    {
                        "value": "center",
                        "label": "Center",
                        "icon" : "dashicons-editor-aligncenter"
                    },
                    {
                        "value": "flex-end",
                        "label": "Right",
                        "icon" : "dashicons-editor-alignright"
                    }
                ]
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_add_to_cart_quantity_section": {
        "control": {
            "field": "__experimentalHeading",
            "props": {
                "children": "Icon"
            }
        },
        "type": "object"
    },
    "shopengine_breadcrumbs_icon": {
        "control": {
            "field": "IconControl",
            "props":{
                "label": "IconControl"
            }
        },
        "responsive": false,
        "type": "object",
        "ssr" : true
    },
    "shopengine_breadcrumbs_icon_size": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Icon Size (px)",
                "min": 0,
                "max": 100
            }
        },
        "responsive": false,
        "type": "object",
        "default": {
            "desktop": 9
        }
    },
    "shopengine_breadcrumbs_space_between": {
        "control": {
            "field": "RangeControl",
            "label": "Space In-Between",
            "props": {
                "min": 0,
                "max": 200
            }
        },
        "responsive": false,
        "type": "object",
        "default": {
            "desktop": 8
        }
    },
    "main_section_end": {
        "type": "PanelBody",
        "label": "Style"
    }
}