{

  "shopengine_product_title_start": {
    "type": "PanelBody",
    "label": "Product Title"
  },
    "shopengine_product_title_header_size": {
      "control": {
        "field": "SelectControl",
        "label": "HTML Tag",
        "props": {
          "options": [{
            "label": "h1",
            "value": "h1"
          },
          {
            "label": "h2",
            "value": "h2"
          },
          {
            "label": "h3",
            "value": "h3"
          },
          {
            "label": "h4",
            "value": "h4"
          },
          {
            "label": "h5",
            "value": "h5"
          },
          {
            "label": "h6",
            "value": "h6"
          },
          {
            "label": "div",
            "value": "div"
          },
          {
            "label": "span",
            "value": "span"
          },
          {
            "label": "p",
            "value": "p"
          }
        ],
        "help": "The H1 tag is important for SEO, accessibility and usability, so ideally, you should have one on each page of your site. A H1 tag should describe what the content of the given page is all about"
        }
      },

      "responsive": false,
      "type": "object",
      "default": {
        "desktop": "h2"
      },
      "ssr": true
    },
  
    "shopengine_product_title_product_title_color": {
      "control": {
        "field": "ColorPalette",
        "label": "Title Color",
        "props": {
         "clearable": true,
          "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": "#000"
      }
    },




  "shopengine_product_title_typography_start": {
    "type": "PopoverControl",
    "label": "Typography"
  },

  "shopengine_product_title_font_family": {
   "control": {
      "field": "FontfamilyControl",
      "label": "Font Family"
   },
   "type": "object"
  },
  
  "shopengine_product_title_font_size": {
    "control": {
      "field": "RangeControl",
      "label": "Font Size",
      "props": {
        "min": 0,
        "max": 100,
        "allowReset": true,
        "step": 1
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": 24,
      "tablet" : 24,
      "mobile" : 24
    }
  },

  "shopengine_product_title_font_weight": {
    "control": {
      "field": "SelectControl",
      "label": "Font Weight",
      "props": {
        "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": 700
    }
  },

  "shopengine_product_title_font_transform": {
    "control": {
      "field": "SelectControl",
      "label": "Transform",
      "props": {
        "options": [{
            "label": "Capitalize",
            "value": "capitalize"
          },
          {
            "label": "Lowercase",
            "value": "lowercase"
          },
          {
            "label": "Uppercase",
            "value": "uppercase"
          },
          {
            "label": "None",
            "value": "none"
          }
          
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": "uppercase"
    }
  },

  "shopengine_product_title_font_style": {
    "control": {
      "field": "SelectControl",
      "label": "Style",
      "props": {
        "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_title_font_Line_height": {
    "control": {
      "field": "RangeControl",
      "label": "Line-Height",
      "props": {
        "min": 0,
        "max": 100,
        "allowReset": true,
        "step": 0.1
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": 24,
      "tablet" : 24,
      "mobile" : 24
    }
  },

  "shopengine_product_title_font_letter_spacing": {
    "control": {
      "field": "RangeControl",
      "label": "Letter Spacing",
      "props": {
        "min": 0,
        "max": 100,
        "allowReset": true,
        "step": 0.1
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": 0
    }
  },

  "shopengine_product_title_font_word_spacing": {
    "control": {
      "field": "RangeControl",
      "label": "Word Spacing",
      "props": {
        "min": 0,
        "max": 100,
        "allowReset": true,
        "step": 0.1
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": 0,
      "tablet" : 0,
      "mobile" : 0
    }
  },
  "shopengine_product_title_typography_end": {
    "type": "PopoverControl"
  },

  "shopengine_product_title_align": {
        "control": {
            "field": "Choose",
            "props": {
                "label": "Alignment",
                "options": [{
                        "value": "left",
                        "label": "Left",
                        "icon" : "dashicons-editor-alignleft"
                    },
                    {
                        "value": "center",
                        "label": "Center",
                        "icon" : "dashicons-editor-aligncenter"
                    },
                    {
                        "value": "right",
                        "label": "Right",
                        "icon" : "dashicons-editor-alignright"
                    }
                ]
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
  "shopengine_product_title_end": {
    "type": "PanelBody",
    "label": "Product Title"
  }

}