{
  "name": "htmega/testimonial",
  "category": "htmega-blocks",
  "keywords": [ "testimonial", "htmega", "ht mega", "widget" ],
  "title": "Testimonial",
  "description": "Showcase customer testimonials in a stylish and engaging layout.",
  "example": {
    "attributes": {
      "preview": true
    }
  },
  "attributes": {
    "blockUniqId": {
      "type": "string",
      "default": ""
    },
    "preview": {
      "type": "boolean",
      "default": false
    },
    "testimonials": {
      "type": "array",
      "default": [
        {
          "image": {
            "id": "",
            "url": "",
            "width": "",
            "height": ""
          },
          "name": "Carolina Monntoya",
          "designation": "Managing Director",
          "content": "Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusmod tempor incididunt ut labore et dolore Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
          "ratting": 4.5
        }
      ]
    },
    "testimonialStyle": {
      "type": "string",
      "default": "1"
    },
    "titleTag": {
      "type": "string",
      "default": "h3"
    },
    "columns": {
      "type": "object",
      "default": {
        "desktop": 1,
        "tablet": 1,
        "mobile": 1
      }
    },
    "testimonialGutter": {
      "type": "number",
      "default": 30,
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials.htmega-grid { gap: {{testimonialGutter}}px; } {{HTMEGA_WRAPPER}}.htmega-testimonials.htmega-slick-slider .slick-list {margin: 0 calc(-{{testimonialGutter}}px/2);} {{HTMEGA_WRAPPER}}.htmega-testimonials.htmega-slick-slider .slick-slide {padding: 0 calc({{testimonialGutter}}px/2);}"
      }
    },
    "showThumbnail": {
      "type": "boolean",
      "default": true
    },
    "showName": {
      "type": "boolean",
      "default": true
    },
    "showDesignation": {
      "type": "boolean",
      "default": true
    },
    "showDesignationBorder": {
      "type": "boolean",
      "default": true
    },
    "showContent": {
      "type": "boolean",
      "default": true
    },
    "showRatting": {
      "type": "boolean",
      "default": false
    },
    "showIcon": {
      "type": "boolean",
      "default": true
    },
    "slider": {
      "type": "boolean",
      "default": false
    },
    "arrows": {
      "type": "boolean",
      "default": true
    },
    "dots": {
      "type": "boolean",
      "default": false
    },
    "pauseOnHover": {
      "type": "boolean",
      "default": true
    },
    "autoplay": {
      "type": "boolean",
      "default": false
    },
    "autoplaySpeed": {
      "type": "number",
      "default": 3000
    },
    "animationSpeed": {
      "type": "number",
      "default": 300
    },
    "sliderItems": {
      "type": "number",
      "default": 2
    },
    "scrollColumns": {
      "type": "number",
      "default": 2
    },
    "tabletDisplayColumns": {
      "type": "number",
      "default": 1
    },
    "tabletScrollColumns": {
      "type": "number",
      "default": 1
    },
    "tabletWidth": {
      "type": "number",
      "default": 768
    },
    "mobileDisplayColumns": {
      "type": "number",
      "default": 1
    },
    "mobileScrollColumns": {
      "type": "number",
      "default": 1
    },
    "mobileWidth": {
      "type": "number",
      "default": 480
    },
    "alignment": {
      "type": "string",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-inner { text-align: {{alignment}}; }"
      }
    },
    "padding": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "px",
        "link": "yes"
      },
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-inner { padding: {{padding}}; }"
      }
    },
    "margin": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "px",
        "link": "yes"
      },
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-inner { margin: {{margin}}; }"
      }
    },
    "borderRadius": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "px",
        "link": "yes"
      },
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-inner { border-radius: {{borderRadius}}; } {{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-hover { border-radius: {{borderRadius}}; }"
      }
    },
    "bgColor": {
      "type": "string",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-inner { background: {{bgColor}}; }"
      }
    },
    "bgColorHover": {
      "type": "string",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-hover { background: {{bgColorHover}}; }"
      }
    },
    "bgGradient": {
      "type": "string",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-inner { background-image: {{bgGradient}}; }"
      }
    },
    "bgGradientHover": {
      "type": "string",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-hover { background-image: {{bgGradientHover}}; }"
      }
    },
    "borderType": {
      "type": "string",
      "default": "",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-inner { border-style: {{borderType}}; }"
      }
    },
    "borderTypeHover": {
      "type": "string",
      "default": "",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial:hover .htmega-testimonial-inner { border-style: {{borderTypeHover}}; }"
      }
    },
    "borderWidth": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "px",
        "link": "yes"
      },
      "style": {
        "dependency": [
          [
            {
              "key": "borderType",
              "condition": "!=",
              "value": ""
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-inner { border-width: {{borderWidth}}; }"
      }
    },
    "borderWidthHover": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "px",
        "link": "yes"
      },
      "style": {
        "dependency": [
          [
            {
              "key": "borderType",
              "condition": "!=",
              "value": ""
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial:hover .htmega-testimonial-inner { border-width: {{borderWidthHover}}; }"
      }
    },
    "borderColor": {
      "type": "string",
      "default": "",
      "style": {
        "dependency": [
          [
            {
              "key": "borderType",
              "condition": "!=",
              "value": ""
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-inner { border-color: {{borderColor}}; }"
      }
    },
    "borderColorHover": {
      "type": "string",
      "default": "",
      "style": {
        "dependency": [
          [
            {
              "key": "borderType",
              "condition": "!=",
              "value": ""
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial:hover .htmega-testimonial-inner { border-color: {{borderColorHover}}; }"
      }
    },
    "shadow": {
      "type": "object",
      "default": {
        "inset": false,
        "horizontal": "",
        "vertical": "",
        "blur": "",
        "spread": "",
        "color": ""
      },
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-inner { box-shadow: {{shadow}}; }"
      }
    },
    "shadowHover": {
      "type": "object",
      "default": {
        "inset": false,
        "horizontal": "",
        "vertical": "",
        "blur": "",
        "spread": "",
        "color": ""
      },
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial:hover .htmega-testimonial-inner { box-shadow: {{shadowHover}}; }"
      }
    },
    "thumbWidth": {
      "type": "number",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-thumbnail { width: {{thumbWidth}}px; max-width: {{thumbWidth}}px; }"
      }
    },
    "thumbHeight": {
      "type": "number",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-thumbnail { height: {{thumbHeight}}px; }"
      }
    },
    "thumbPadding": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "px",
        "link": "yes"
      },
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-thumbnail { padding: {{thumbPadding}}; }"
      }
    },
    "thumbMargin": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "px",
        "link": "yes"
      },
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-thumbnail { margin: {{thumbMargin}}; }"
      }
    },
    "thumbBorderRadius": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "px",
        "link": "yes"
      },
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-thumbnail { border-radius: {{thumbBorderRadius}}; } {{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-thumbnail img { border-radius: {{thumbBorderRadius}}; }"
      }
    },
    "thumbBgColor": {
      "type": "string",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-thumbnail { background: {{thumbBgColor}}; }"
      }
    },
    "thumbBgColorHover": {
      "type": "string",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial:hover .htmega-testimonial-thumbnail { background: {{thumbBgColorHover}}; }"
      }
    },
    "thumbBorderType": {
      "type": "string",
      "default": "",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-thumbnail { border-style: {{thumbBorderType}}; }"
      }
    },
    "thumbBorderTypeHover": {
      "type": "string",
      "default": "",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial:hover .htmega-testimonial-thumbnail { border-style: {{thumbBorderTypeHover}}; }"
      }
    },
    "thumbBorderWidth": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "px",
        "link": "yes"
      },
      "style": {
        "dependency": [
          [
            {
              "key": "thumbBorderType",
              "condition": "!=",
              "value": ""
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-thumbnail { border-width: {{thumbBorderWidth}}; }"
      }
    },
    "thumbBorderWidthHover": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "px",
        "link": "yes"
      },
      "style": {
        "dependency": [
          [
            {
              "key": "thumbBorderType",
              "condition": "!=",
              "value": ""
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial:hover .htmega-testimonial-thumbnail { border-width: {{thumbBorderWidthHover}}; }"
      }
    },
    "thumbBorderColor": {
      "type": "string",
      "default": "",
      "style": {
        "dependency": [
          [
            {
              "key": "thumbBorderType",
              "condition": "!=",
              "value": ""
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-thumbnail { border-color: {{thumbBorderColor}}; }"
      }
    },
    "thumbBorderColorHover": {
      "type": "string",
      "default": "",
      "style": {
        "dependency": [
          [
            {
              "key": "thumbBorderType",
              "condition": "!=",
              "value": ""
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial:hover .htmega-testimonial-thumbnail { border-color: {{thumbBorderColorHover}}; }"
      }
    },
    "thumbShadow": {
      "type": "object",
      "default": {
        "inset": false,
        "horizontal": "",
        "vertical": "",
        "blur": "",
        "spread": "",
        "color": ""
      },
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-thumbnail { box-shadow: {{thumbShadow}}; }"
      }
    },
    "thumbShadowHover": {
      "type": "object",
      "default": {
        "inset": false,
        "horizontal": "",
        "vertical": "",
        "blur": "",
        "spread": "",
        "color": ""
      },
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial:hover .htmega-testimonial-thumbnail { box-shadow: {{thumbShadowHover}}; }"
      }
    },
    "nameColor": {
      "type": "string",
      "default": "",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-name { color: {{nameColor}}; }"
      }
    },
    "nameColorHover": {
      "type": "string",
      "default": "",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial:hover .htmega-testimonial-name { color: {{nameColorHover}}; }"
      }
    },
    "nameFontSize": {
      "type": "number",
      "default": "",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-name { font-size: {{nameFontSize}}px; }"
      }
    },
    "nameFontWeight": {
      "type": "string",
      "default": "",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-name { font-weight: {{nameFontWeight}}; }"
      }
    },
    "nameFontStyle": {
      "type": "string",
      "default": "",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-name { font-style: {{nameFontStyle}}; }"
      }
    },
    "nameFontTransform": {
      "type": "string",
      "default": "",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-name { text-transform: {{nameFontTransform}}; }"
      }
    },
    "nameFontDecoration": {
      "type": "string",
      "default": "",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-name { text-decoration: {{nameFontDecoration}}; }"
      }
    },
    "nameFontLineHeight": {
      "type": "number",
      "default": "",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-name { line-height: {{nameFontLineHeight}}px; }"
      }
    },
    "nameFontLetterSpacing": {
      "type": "number",
      "default": "",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-name { letter-spacing: {{nameFontLetterSpacing}}px; }"
      }
    },
    "namePadding": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "px",
        "link": "yes"
      },
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-name { padding: {{namePadding}}; }"
      }
    },
    "nameMargin": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "px",
        "link": "yes"
      },
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-name { margin: {{nameMargin}}; }"
      }
    },
    "designationColor": {
      "type": "string",
      "default": "",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-designation { color: {{designationColor}}; }"
      }
    },
    "designationColorHover": {
      "type": "string",
      "default": "",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial:hover .htmega-testimonial-designation { color: {{designationColorHover}}; }"
      }
    },
    "designationFontSize": {
      "type": "number",
      "default": "",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-designation { font-size: {{designationFontSize}}px; }"
      }
    },
    "designationFontWeight": {
      "type": "string",
      "default": "",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-designation { font-weight: {{designationFontWeight}}; }"
      }
    },
    "designationFontStyle": {
      "type": "string",
      "default": "",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-designation { font-style: {{designationFontStyle}}; }"
      }
    },
    "designationFontTransform": {
      "type": "string",
      "default": "",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-designation { text-transform: {{designationFontTransform}}; }"
      }
    },
    "designationFontDecoration": {
      "type": "string",
      "default": "",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-designation { text-decoration: {{designationFontDecoration}}; }"
      }
    },
    "designationFontLineHeight": {
      "type": "number",
      "default": "",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-designation { line-height: {{designationFontLineHeight}}px; }"
      }
    },
    "designationFontLetterSpacing": {
      "type": "number",
      "default": "",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-designation { letter-spacing: {{designationFontLetterSpacing}}px; }"
      }
    },
    "designationPadding": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "px",
        "link": "yes"
      },
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-designation { padding: {{designationPadding}}; }"
      }
    },
    "designationMargin": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "px",
        "link": "yes"
      },
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-designation { margin: {{designationMargin}}; }"
      }
    },
    "designationAlignment": {
      "type": "string",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-designation { justify-content: {{designationAlignment}}; }"
      }
    },
    "designationBorderWidth": {
      "type": "string",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-designation-shape::before { width: {{designationBorderWidth}}px; }"
      }
    },
    "designationBorderHeight": {
      "type": "string",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-designation-shape::before { height: {{designationBorderHeight}}px; }"
      }
    },
    "designationBorderColor": {
      "type": "string",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-designation-shape::before { background-color: {{designationBorderColor}}; }"
      }
    },
    "designationBorderColorHover": {
      "type": "string",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial:hover .htmega-testimonial-designation-shape::before { background-color: {{designationBorderColorHover}}; }"
      }
    },
    "contentColor": {
      "type": "string",
      "default": "",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-text { color: {{contentColor}}; }"
      }
    },
    "contentColorHover": {
      "type": "string",
      "default": "",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial:hover .htmega-testimonial-text { color: {{contentColorHover}}; }"
      }
    },
    "contentFontSize": {
      "type": "number",
      "default": "",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-text { font-size: {{contentFontSize}}px; }"
      }
    },
    "contentFontWeight": {
      "type": "string",
      "default": "",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-text { font-weight: {{contentFontWeight}}; }"
      }
    },
    "contentFontStyle": {
      "type": "string",
      "default": "",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-text { font-style: {{contentFontStyle}}; }"
      }
    },
    "contentFontTransform": {
      "type": "string",
      "default": "",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-text { text-transform: {{contentFontTransform}}; }"
      }
    },
    "contentFontDecoration": {
      "type": "string",
      "default": "",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-text { text-decoration: {{contentFontDecoration}}; }"
      }
    },
    "contentFontLineHeight": {
      "type": "number",
      "default": "",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-text { line-height: {{contentFontLineHeight}}px; }"
      }
    },
    "contentFontLetterSpacing": {
      "type": "number",
      "default": "",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-text { letter-spacing: {{contentFontLetterSpacing}}px; }"
      }
    },
    "contentPadding": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "px",
        "link": "yes"
      },
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-text { padding: {{contentPadding}}; }"
      }
    },
    "contentMargin": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "px",
        "link": "yes"
      },
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-text { margin: {{contentMargin}}; }"
      }
    },
    "rattingColor": {
      "type": "string",
      "default": "",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-ratting { color: {{rattingColor}}; }"
      }
    },
    "rattingColorHover": {
      "type": "string",
      "default": "",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial:hover .htmega-testimonial-ratting { color: {{rattingColorHover}}; }"
      }
    },
    "rattingFontSize": {
      "type": "number",
      "default": "",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-ratting { font-size: {{rattingFontSize}}px; }"
      }
    },
    "rattingGap": {
      "type": "number",
      "default": "",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-ratting { gap: {{rattingGap}}px; }"
      }
    },
    "rattingPadding": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "px",
        "link": "yes"
      },
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-ratting { padding: {{rattingPadding}}; }"
      }
    },
    "rattingMargin": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "px",
        "link": "yes"
      },
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-ratting { margin: {{rattingMargin}}; }"
      }
    },
    "rattingAlignment": {
      "type": "string",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-ratting { justify-content: {{rattingAlignment}}; }"
      }
    },
    "iconColor": {
      "type": "string",
      "default": "",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-quote-icon { color: {{iconColor}}; }"
      }
    },
    "iconColorHover": {
      "type": "string",
      "default": "",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial:hover .htmega-testimonial-quote-icon { color: {{iconColorHover}}; }"
      }
    },
    "iconSize": {
      "type": "number",
      "default": "",
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-testimonials .htmega-testimonial .htmega-testimonial-quote-icon { width: {{iconSize}}px; }"
      }
    },
    "navigationWidth": {
      "type": "number",
      "style": {
        "dependency": [
          [
            {
              "key": "slider",
              "condition": "==",
              "value": true
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-arrow { width: {{navigationWidth}}px; }"
      }
    },
    "navigationHeight": {
      "type": "number",
      "style": {
        "dependency": [
          [
            {
              "key": "slider",
              "condition": "==",
              "value": true
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-arrow { height: {{navigationHeight}}px; }"
      }
    },
    "navigationYPosition": {
      "type": "number",
      "style": {
        "dependency": [
          [
            {
              "key": "slider",
              "condition": "==",
              "value": true
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-arrow { top: {{navigationYPosition}}%; }"
      }
    },
    "navigationXPosition": {
      "type": "number",
      "style": {
        "dependency": [
          [
            {
              "key": "slider",
              "condition": "==",
              "value": true
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-arrow.slick-prev { left: {{navigationXPosition}}px; } {{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-arrow.slick-next { right: {{navigationXPosition}}px; }"
      }
    },
    "navigationColor": {
      "type": "string",
      "default": "#333333",
      "style": {
        "dependency": [
          [
            {
              "key": "slider",
              "condition": "==",
              "value": true
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-arrow { color: {{navigationColor}}; }"
      }
    },
    "navigationBGColor": {
      "type": "string",
      "default": "#dddddd",
      "style": {
        "dependency": [
          [
            {
              "key": "slider",
              "condition": "==",
              "value": true
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-arrow { background-color: {{navigationBGColor}}; }"
      }
    },
    "navigationBorderType": {
      "type": "string",
      "default": "",
      "style": {
        "dependency": [
          [
            {
              "key": "slider",
              "condition": "==",
              "value": true
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-arrow { border-style: {{navigationBorderType}}; }"
      }
    },
    "navigationBorderWidth": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "px",
        "link": "yes"
      },
      "style": {
        "dependency": [
          [
            {
              "key": "slider",
              "condition": "==",
              "value": true
            },
            {
              "key": "navigationBorderType",
              "condition": "!=",
              "value": ""
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-arrow { border-width: {{navigationBorderWidth}}; }"
      }
    },
    "navigationBorderColor": {
      "type": "string",
      "default": "",
      "style": {
        "dependency": [
          [
            {
              "key": "slider",
              "condition": "==",
              "value": true
            },
            {
              "key": "navigationBorderType",
              "condition": "!=",
              "value": ""
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-arrow { border-color: {{navigationBorderColor}}; }"
      }
    },
    "navigationBorderRadius": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "px",
        "link": "yes"
      },
      "style": {
        "dependency": [
          [
            {
              "key": "slider",
              "condition": "==",
              "value": true
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-arrow { border-radius: {{navigationBorderRadius}}; }"
      }
    },
    "navigationHoverColor": {
      "type": "string",
      "default": "#ffffff",
      "style": {
        "dependency": [
          [
            {
              "key": "slider",
              "condition": "==",
              "value": true
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-arrow:hover { color: {{navigationHoverColor}}; }"
      }
    },
    "navigationHoverBGColor": {
      "type": "string",
      "default": "#333333",
      "style": {
        "dependency": [
          [
            {
              "key": "slider",
              "condition": "==",
              "value": true
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-arrow:hover { background-color: {{navigationHoverBGColor}}; }"
      }
    },
    "navigationHoverBorderType": {
      "type": "string",
      "default": "",
      "style": {
        "dependency": [
          [
            {
              "key": "slider",
              "condition": "==",
              "value": true
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-arrow:hover { border-style: {{navigationHoverBorderType}}; }"
      }
    },
    "navigationHoverBorderWidth": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "px",
        "link": "yes"
      },
      "style": {
        "dependency": [
          [
            {
              "key": "slider",
              "condition": "==",
              "value": true
            },
            {
              "key": "navigationHoverBorderType",
              "condition": "!=",
              "value": ""
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-arrow:hover { border-width: {{navigationHoverBorderWidth}}; }"
      }
    },
    "navigationHoverBorderColor": {
      "type": "string",
      "default": "",
      "style": {
        "dependency": [
          [
            {
              "key": "slider",
              "condition": "==",
              "value": true
            },
            {
              "key": "navigationHoverBorderType",
              "condition": "!=",
              "value": ""
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-arrow:hover { border-color: {{navigationHoverBorderColor}}; }"
      }
    },
    "navigationHoverBorderRadius": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "px",
        "link": "yes"
      },
      "style": {
        "dependency": [
          [
            {
              "key": "slider",
              "condition": "==",
              "value": true
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-arrow:hover { border-radius: {{navigationHoverBorderRadius}}; }"
      }
    },
    "paginationPosition": {
      "type": "number",
      "style": {
        "dependency": [
          [
            {
              "key": "slider",
              "condition": "==",
              "value": true
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-dots { bottom: {{paginationPosition}}px; }"
      }
    },
    "paginationGutter": {
      "type": "number",
      "style": {
        "dependency": [
          [
            {
              "key": "slider",
              "condition": "==",
              "value": true
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-dots { gap: {{paginationGutter}}px; }"
      }
    },
    "paginationVAlignment": {
      "type": "string",
      "style": {
        "dependency": [
          [
            {
              "key": "slider",
              "condition": "==",
              "value": true
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-dots { align-items: {{paginationVAlignment}}; }"
      }
    },
    "paginationWidth": {
      "type": "number",
      "style": {
        "dependency": [
          [
            {
              "key": "slider",
              "condition": "==",
              "value": true
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-dots li button { width: {{paginationWidth}}px; }"
      }
    },
    "paginationHeight": {
      "type": "number",
      "style": {
        "dependency": [
          [
            {
              "key": "slider",
              "condition": "==",
              "value": true
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-dots li button { height: {{paginationHeight}}px; }"
      }
    },
    "paginationBGColor": {
      "type": "string",
      "default": "",
      "style": {
        "dependency": [
          [
            {
              "key": "slider",
              "condition": "==",
              "value": true
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-dots li button { background-color: {{paginationBGColor}}; }"
      }
    },
    "paginationBorderType": {
      "type": "string",
      "default": "",
      "style": {
        "dependency": [
          [
            {
              "key": "slider",
              "condition": "==",
              "value": true
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-dots li button { border-style: {{paginationBorderType}}; }"
      }
    },
    "paginationBorderWidth": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "px",
        "link": "yes"
      },
      "style": {
        "dependency": [
          [
            {
              "key": "slider",
              "condition": "==",
              "value": true
            },
            {
              "key": "paginationBorderType",
              "condition": "!=",
              "value": ""
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-dots li button { border-width: {{paginationBorderWidth}}; }"
      }
    },
    "paginationBorderColor": {
      "type": "string",
      "default": "",
      "style": {
        "dependency": [
          [
            {
              "key": "slider",
              "condition": "==",
              "value": true
            },
            {
              "key": "paginationBorderType",
              "condition": "!=",
              "value": ""
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-dots li button { border-color: {{paginationBorderColor}}; }"
      }
    },
    "paginationBorderRadius": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "%",
        "link": "yes"
      },
      "style": {
        "dependency": [
          [
            {
              "key": "slider",
              "condition": "==",
              "value": true
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-dots li button { border-radius: {{paginationBorderRadius}}; }"
      }
    },
    "paginationActiveWidth": {
      "type": "number",
      "style": {
        "dependency": [
          [
            {
              "key": "slider",
              "condition": "==",
              "value": true
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-dots li button:hover { width: {{paginationActiveWidth}}px; } {{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-dots li.slick-active button { width: {{paginationActiveWidth}}px; }"
      }
    },
    "paginationActiveHeight": {
      "type": "number",
      "style": {
        "dependency": [
          [
            {
              "key": "slider",
              "condition": "==",
              "value": true
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-dots li button:hover { height: {{paginationActiveHeight}}px; } {{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-dots li.slick-active button { height: {{paginationActiveHeight}}px; }"
      }
    },
    "paginationActiveBGColor": {
      "type": "string",
      "default": "",
      "style": {
        "dependency": [
          [
            {
              "key": "slider",
              "condition": "==",
              "value": true
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-dots .slick-active button { background-color: {{paginationActiveBGColor}}; } {{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-dots li button:hover { background-color: {{paginationActiveBGColor}}; }"
      }
    },
    "paginationActiveBorderType": {
      "type": "string",
      "default": "",
      "style": {
        "dependency": [
          [
            {
              "key": "slider",
              "condition": "==",
              "value": true
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-dots .slick-active button { border-style: {{paginationActiveBorderType}}; } {{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-dots li button:hover { background-color: {{paginationActiveBorderType}}; }"
      }
    },
    "paginationActiveBorderWidth": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "px",
        "link": "yes"
      },
      "style": {
        "dependency": [
          [
            {
              "key": "slider",
              "condition": "==",
              "value": true
            },
            {
              "key": "paginationActiveBorderType",
              "condition": "!=",
              "value": ""
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-dots .slick-active button { border-width: {{paginationActiveBorderWidth}}; } {{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-dots li button:hover { background-color: {{paginationActiveBorderWidth}}; }"
      }
    },
    "paginationActiveBorderColor": {
      "type": "string",
      "default": "",
      "style": {
        "dependency": [
          [
            {
              "key": "slider",
              "condition": "==",
              "value": true
            },
            {
              "key": "paginationActiveBorderType",
              "condition": "!=",
              "value": ""
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-dots .slick-active button { border-color: {{paginationActiveBorderColor}}; } {{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-dots li button:hover { background-color: {{paginationActiveBorderColor}}; }"
      }
    },
    "paginationActiveBorderRadius": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "%",
        "link": "yes"
      },
      "style": {
        "dependency": [
          [
            {
              "key": "slider",
              "condition": "==",
              "value": true
            }
          ]
        ],
        "selector": "{{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-dots li.slick-active button { border-radius: {{paginationActiveBorderRadius}}; } {{HTMEGA_WRAPPER}}.htmega-slick-slider .slick-dots li button:hover { background-color: {{paginationActiveBorderRadius}}; }"
      }
    }
  }
}