{
  "name": "dnxte/logo-carousel-child",
  "d4Shortcode": "dnxte_logo_carousel_child",
  "title": "Logo Carousel Child",
  "titles": "Logo Carousel Childs",
  "category": "child-module",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Logo Carousel Child"
            }
          }
        }
      },
      "settings": {
        "innerContent": {},
        "decoration": {
          "background": {},
          "spacing": {},
          "boxShadow": {},
          "border": {}
        },
        "advanced": {
          "htmlAttributes": {}
        }
      },
      "styleProps": {
        "selector": "{{selector}} .img-fluid",
        "spacing": {
          "important": true
        },
        "boxShadow": {
          "important": true
        },
        "border": {
          "important": true
        }
      }
    },
    "title": {
      "type": "object",
      "selector": ".example_parent_module {{selector}} .example_child_module__title",
      "styleProps": {
        "font": {
          "important": {
            "font": {
              "desktop": {
                "value": {
                  "color": true
                }
              }
            }
          }
        }
      },
      "tagName": "div",
      "attributes": {
        "class": "example_child_module__title"
      },
      "inlineEditor": "plainText",
      "elementType": "heading",
      "childrenSanitizer": "et_core_esc_previously"
    },
    "content": {
      "type": "object",
      "selector": ".example_parent_module {{selector}} .example_child_module__content",
      "tagName": "div",
      "attributes": {
        "class": "example_child_module__content"
      },
      "inlineEditor": "richText",
      "childrenSanitizer": "et_core_esc_previously"
    },
    "image": {
      "type": "object",
      "selector": "{{selector}} .img-fluid",
      "default": {
        "advanced": {
          "logoWidth": {
            "desktop": {
              "value": ""
            }
          }
        }
      }
    }
  },
  "customCssFields": {}
}
