{
  "name": "dnxte/carousel-child",
  "d4Shortcode": "dnxte_coverflowslider_child",
  "title": "Carousel Child",
  "titles": "Carousel Childs",
  "category": "child-module",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}} ",
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Carousel Child"
            }
          }
        }
      },
      "styleProps": {
        "border": {
          "selector": "{{selector}}",
          "important": true,
          "propertySelectors": {
            "desktop": {
              "value": {
                "border-radius": "{{selector}} .dnxte-coverflow-image-link img"
              }
            }
          }
        },
        "spacing": {
          "important": true
        }
      }
    },
    "title": {
      "type": "object",
      "selector": "{{selector}} .dnxte-coverflow-heading",
      "styleProps": {
        "font": {
          "important": {
            "font": {
              "desktop": {
                "value": {
                  "color": true
                }
              }
            }
          }
        }
      },
      "tagName": "h2",
      "attributes": {
        "class": "dnxte-coverflow-heading"
      },
      "inlineEditor": "plainText",
      "elementType": "heading",
      "childrenSanitizer": "et_core_esc_previously"
    },
    "image": {
      "type": "object",
      "selector": "{{selector}} .img-fluid",
      "styleProps": {
        "border": {
          "important": true
        }
      }
    },

    "content": {
      "type": "object",
      "selector": "{{selector}} .dnxte-coverflow-pra",
      "tagName": "div",
      "attributes": {
        "class": "dnxte-coverflow-pra"
      },

      "inlineEditor": "richText",
      "childrenSanitizer": "et_core_esc_previously",
      "styleProps": {
        "bodyFont": {
          "important": true
        },
        "spacing": {
          "important": true
        }
      }
    },
    "content_wrapper": {
      "type": "object",
      "selector": "{{selector}} .dnxte-coverflow-multitext",
      "styleProps": {
        "border": {
          "important": true
        },
        "spacing": {
          "important": true
        }
      }
    },

    "icon": {
      "type": "object",
      "selector": "{{selector}} .dnxte-timline-icon",
      "default": {
        "innerContent": {
          "desktop": {
            "value": {
              "unicode": "&#x4e;",
              "type": "divi",
              "weight": "400"
            }
          }
        }
      }
    },
    "overlayColor": {
      "type": "object",
      "selector": "{{selector}} .dnxte-coverflow-overlay-color"
    },
    "overlayColorHover": {
      "type": "object",
      "selector": "{{selector}} .dnxte-coverflowslider-item .dnxte-coverflow-overlay-color-hover"
    },
    "link": {
      "type": "object",
      "selector": "{{selector}} .dnxte-coverflow-button",

      "tagName": "a",
      "attributes": {
        "class": "dnxte-coverflow-button"
      },
      "inlineEditor": "plainText",
      "elementType": "heading",
      "childrenSanitizer": "et_core_esc_previously",
      "styleProps": {
        "font": {
          "important": true
        },
        "border": {
          "important": true
        },
        "spacing": {
          "important": true
        }
      },
      "settings": {
        "advanced": {
          "enablecolor": {
            "desktop": {
              "value": "on"
            }
          }
        }
      }
    }
  },
  "customCssFields": {
    "title": {
      "subName": "title",
      "selectorSuffix": " .dnxte-coverflow-heading"
    },
    "image": {
      "subName": "image",
      "selectorSuffix": " .img-fluid"
    },
    "content": {
      "subName": "content",
      "selectorSuffix": " .dnxte-coverflow-pra"
    },
    "link": {
      "subName": "link",
      "selectorSuffix": " .dnxte-coverflow-button"
    }
  }
}
