{
    "rating_section_start": {
        "type": "PanelBody",
        "label": "Rating"
    },
    "shopengine_section_divider1": {
        "control": {
            "field": "__experimentalDivider",
            "props": {}
        },
        "type": "object"
    },
    "shopengine_section1": {
        "control": {
            "field": "__experimentalHeading",
            "props": {
                "children": "Rating Star"
            }
        },
        "type": "object"
    },
    "shopengine_star_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Star Color",
            "props": {
                "colors": [{
                        "name": "yellow",
                        "color": "#FEC42D"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#FEC42D"
        }
    },
    "shopengine_empty_star_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Empty Star Color",
            "props": {
                "colors": [{
                        "name": "yellow",
                        "color": "#FEC42D"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#D3CED2"
        }
    },
    "shopengine_star_size": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Star Size (px)",
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_section_divider2": {
        "control": {
            "field": "__experimentalDivider"
        },
        "type": "object"
    },
    "shopengine_section2": {
        "control": {
            "field": "__experimentalHeading",
            "props": {
                "children": "Review Link"
            }
        },
        "type": "object"
    },
    "shopengine_link_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Link Color",
            "props": {
                "colors": [{
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#666666"
        }
    },
    "shopengine_link_hover_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Link Hover Color",
            "props": {
                "colors": [{
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "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": 13
        }
    },
    "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": ""
        }
    },
    "shopengine_line_height": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Line Height (px)",
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 16
        }
    },
    "shopengine_word_spacing": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Word Spacing (px)",
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "typography_section_end": {
        "type": "PopoverControl"
    },
    "shopengine_rating_space_between": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Left Spacing (px)",
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 5
        }
    },
    "shopengine_section_divider3": {
        "control": {
            "field": "__experimentalDivider",
            "props": {}
        },
        "type": "object"
    },
    "shopengine_alignment": {
        "control": {
            "field": "SelectControl",
            "props": {
                "label": "Alignment",
                "options": [
                    {
                        "label": "Left",
                        "value": "left"
                    },
                    {
                        "label": "Center",
                        "value": "center"
                    },
                    {
                        "label": "Right",
                        "value": "right"
                    }
                ]
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "rating_section_end": {
        "type": "PanelBody"
    }
}