{
  "name": "dnxte/gallery-slider-child",
  "d4Shortcode": "dnxte_thumbs_gallery_child",
  "title": "Gallery Slider Child",
  "titles": "Gallery Sliders Child",
  "folder": "divi-essential",
  "category": "child-module",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Gallery Slider Child"
            }
          }
        }
      },
      "settings": {
        "innerContent": {},
        "decoration": {
          "background": {},
          "spacing": {},
          "boxShadow": {},
          "border": {}
        },
        "advanced": {
          "htmlAttributes": {}
        }
      },
      "styleProps": {
        "selector": "{{selector}}",
        "spacing": {
          "important": true
        },
        "boxShadow": {
          "important": true
        },
        "border": {
          "selector": "{{selector}} .img-fluid",
          "important": true
        }
      }
    },
    "image": {
      "type": "object",
      "selector": "{{selector}} .img-fluid",
      "inlineEditor": "upload",
      "elementType": "image",
      "attributes": {
        "alt": "Image"
      },
      "settings": {
        "innerContent": {},
        "advanced": {
          "htmlAttributes": {}
        }
      }
    },
    "galleryItem": {
      "type": "object",
      "selector": "{{selector}} .dnxte_thumbs_gallery_content",
      "settings": {
        "decoration": {
          "spacing": {}
        }
      },
      "styleProps": {
        "spacing": {
          "important": true
        }
      }
    },
    "galleryImage": {
      "type": "object",
      "selector": "{{selector}} .dnext-thumbs-gallery-top-image-link",
      "settings": {
        "decoration": {
          "border": {},
          "boxShadow": {}
        }
      },
      "styleProps": {
        "border": {
          "important": true
        },
        "boxShadow": {
          "important": true
        }
      }
    },
    "button": {
      "type": "object",
      "selector": "{{selector}} .dnxte-button",
      "attributes": {
        "class": "dnxte-button"
      },
      "settings": {
        "innerContent": {},
        "decoration": {
          "background": {},
          "border": {},
          "boxShadow": {},
          "spacing": {}
        }
      },
      "styleProps": {
        "selector": "{{selector}} .dnxte-button"
      }
    },
    "title": {
      "type": "object",
      "selector": "{{selector}} .dnxte_thumbs_gallery_title",
      "settings": {
        "innerContent": {},
        "decoration": {
          "background": {},
          "border": {},
          "boxShadow": {},
          "spacing": {}
        },
        "advanced": {
          "htmlAttributes": {}
        }
      },
      "styleProps": {
        "selector": "{{selector}} .dnxte_thumbs_gallery_title",
        "font": {
          "important": {
            "font": {
              "desktop": {
                "value": {
                  "color": true
                }
              }
            }
          }
        },
        "spacing": {
          "important": true
        }
      },
      "tagName": "h3",
      "attributes": {
        "class": "dnxte_thumbs_gallery_title"
      },
      "inlineEditor": "plainText",
      "elementType": "heading",
      "childrenSanitizer": "et_core_esc_previously"
    },
    "content": {
      "type": "object",
      "selector": "{{selector}} .dnxte_thumbs_gallery_description",
      "tagName": "div",
      "inlineEditor": "richText",
      "childrenSanitizer": "et_core_esc_previously",
      "attributes": {
        "class": "dnxte_thumbs_gallery_description"
      },
      "settings": {
        "innerContent": {},
        "decoration": {
          "background": {},
          "border": {},
          "boxShadow": {},
          "spacing": {}
        }
      },
      "styleProps": {
        "selector": "{{selector}} .dnxte_thumbs_gallery_description",
        "font": {
          "important": {
            "font": {
              "desktop": {
                "value": {
                  "color": true
                }
              }
            }
          }
        },
        "spacing": {
          "important": true
        }
      }
    }
  },
  "customCssFields": {
    "image": {
      "subName": "image",
      "selectorSuffix": " .dnext-thumbs-gallery-item img.img-fluid"
    },
    "content": {
      "subName": "content",
      "selectorSuffix": " .dnxte_thumbs_gallery_content"
    },
    "title": {
      "subName": "title",
      "selectorSuffix": " .dnxte_thumbs_gallery_title"
    },
    "description": {
      "subName": "description",
      "selectorSuffix": " .dnxte_thumbs_gallery_description"
    },
    "button": {
      "subName": "button",
      "selectorSuffix": " .dnxte-button"
    }
  }
}
