{
    "shopengine_product_additional_information_start": {
        "type": "PanelBody",
        "label": "Common"
    },
    "shopengine_product_addi_info_table_padding": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Table Padding"
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": {
                "top": "15px",
                "right": "35px",
                "bottom": "15px",
                "left": "35px"
            }
        }
    },
    "shopengine_product_additional_information_typography_start": {
        "type": "PopoverControl",
        "label": "Typography"
    },
    "shopengine_product_addi_info_table_font_family": {
        "control": {
            "field": "FontfamilyControl",
            "label": "Font Family"
        },
        "type": "object"
    },
    "shopengine_product_addi_info_table_font_size": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Font Size",
                "min": 0,
                "max": 100,
                "allowReset": true,
                "step": 1
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 16
        }
    },
    "shopengine_product_addi_info_table_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": 900,
                        "value": 900
                    },
                    {
                        "label": "Bold",
                        "value": "bold"
                    },
                    {
                        "label": "Normal",
                        "value": "normal"
                    }
                ]
            }
        },
        "responsive": false,
        "type": "object",
        "default": {
            "desktop": 400
        }
    },
    "shopengine_product_addi_info_table_font_transform": {
        "control": {
            "field": "SelectControl",
            "props": {
                "label": "Transform",
                "options": [{
                        "label": "Capitalize",
                        "value": "capitalize"
                    },
                    {
                        "label": "Lowercase",
                        "value": "lowercase"
                    },
                    {
                        "label": "Uppercase",
                        "value": "uppercase"
                    },
                    {
                        "label": "None",
                        "value": "none"
                    }
                ]
            }
        },
        "responsive": false,
        "type": "object",
        "default": {
            "desktop": "capitalize"

        }
    },
    "shopengine_product_addi_info_table_font_style": {
        "control": {
            "field": "SelectControl",
            "props": {
                "label": "Style",
                "options": [{
                        "label": "Normal",
                        "value": "normal"
                    },
                    {
                        "label": "Italic",
                        "value": "italic"
                    },
                    {
                        "label": "Oblique",
                        "value": "oblique"
                    },
                    {
                        "label": "Default",
                        "value": "default"
                    }
                ]
            }
        },
        "responsive": false,
        "type": "object",
        "default": {
            "desktop": "normal"
        }
    },
    "shopengine_product_addi_info_table_font_word_spacing": {
        "control": {
            "field": "RangeControl",
            "label": "Word Spacing",
            "props": {
                "min": 0,
                "max": 100,
                "allowReset": true,
                "step": 1
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 0
        }
    },
    "shopengine_product_additional_information_typography_end": {
        "type": "PopoverControl"
    },

    "shopengine_product_addi_info_separator_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Separator Color",
            "props": {
                "colors": [{
                        "name": "#000",
                        "color": "#000"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#3400F8"
                    },
                    {
                        "name": "#FE317D",
                        "color": "#FE317D"
                    },
                    {
                        "name": "#d423d4",
                        "color": "#d423d4"
                    }
                ]
            }
        },
        "responsive": false,
        "type": "object",
        "default": {
            "desktop": ""
        }
    },

    "shopengine_product_additional_information_end": {
        "type": "PanelBody",
        "label": "Common"
    },

    "shopengine_product_additional_information_label_start": {
        "type": "PanelBody",
        "label": "Label"
    },

    "shopengine_product_addi_info_label_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Color",
            "props": {
                "colors": [{
                        "name": "#000",
                        "color": "#000"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#3400F8"
                    },
                    {
                        "name": "#FE317D",
                        "color": "#FE317D"
                    },
                    {
                        "name": "#d423d4",
                        "color": "#d423d4"
                    }
                ]
            }
        },
        "responsive": false,
        "type": "object",
        "default": {
            "desktop": "#888888"
        }
    },
    "shopengine_product_addi_info_label_bg_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Background Color",
            "props": {
                "colors": [{
                        "name": "#000",
                        "color": "#000"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#3400F8"
                    },
                    {
                        "name": "#FE317D",
                        "color": "#FE317D"
                    },
                    {
                        "name": "#d423d4",
                        "color": "#d423d4"
                    }
                ]
            }
        },
        "responsive": false,
        "type": "object",
        "default": {
            "desktop": "#f8f8f8"
        }
    },


    "shopengine_product_addi_info_label_width": {
        "control": {
            "field": "__experimentalUnitControl",
            "label": "Width",
            "props": {
                "isPressEnterToChange": true,
                "units": [
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0
                    },
                    {
                        "value": "%",
                        "label": "%",
                        "default": 0
                    }
                ],
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 25
        }
    },
    "shopengine_product_additional_information_label_end": {
        "type": "PanelBody",
        "label": "Color"
    },


    "shopengine_product_additional_information_value_start": {
        "type": "PanelBody",
        "label": "Value"
    },


    "shopengine_product_addi_info_value_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Color",
            "props": {
                "colors": [{
                        "name": "#000",
                        "color": "#000"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#3400F8"
                    },
                    {
                        "name": "#FE317D",
                        "color": "#FE317D"
                    },
                    {
                        "name": "#d423d4",
                        "color": "#d423d4"
                    }
                ]
            }
        },
        "responsive": false,
        "type": "object",
        "default": {
            "desktop": "#101010"
        }
    },
    "shopengine_product_addi_info_value_bg_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Background Color",
            "props": {
                "colors": [{
                        "name": "#000",
                        "color": "#000"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#3400F8"
                    },
                    {
                        "name": "#FE317D",
                        "color": "#FE317D"
                    },
                    {
                        "name": "#d423d4",
                        "color": "#d423d4"
                    }
                ]
            }
        },
        "responsive": false,
        "type": "object",
        "default": {
            "desktop": "#fdfdfd"
        }
    },
    "shopengine_product_additional_information_value_end": {
        "type": "PanelBody",
        "label": "Color"
    }

}