{
  "name": "dnxte/inline-content-child",
  "d4Shortcode": "dnxte_inline_content_child",
  "title": "Inline Content Child",
  "titles": "Inline Content Children",
  "moduleClassName": "dnxte-inline-content-child",
  "moduleOrderClassName": "dnxte-inline-content-child",
  "category": "child-module",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Inline Content Child"
            }
          }
        },
        "advanced": {
          "type": {
            "desktop": {
              "value": "text"
            }
          }
        }
      },
      "styleProps": {
        "border": {
          "important": true
        },
        "spacing": {
          "important": true
        }
      }
    },
    "text": {
      "type": "object",
      "selector": "{{selector}} .dnxte-inline-content-text",
      "tagName": "span",
      "attributes": {
        "class": "dnxte-inline-content-text"
      },
      "inlineEditor": "richText",
      "childrenSanitizer": "et_core_esc_previously"
    },
    "icon": {
      "type": "object",
      "selector": "{{selector}} .dnxte-inline-content-icon",
      "default": {
        "innerContent": {
          "desktop": {
            "value": {
              "unicode": "&#x4e;",
              "type": "divi",
              "weight": "400"
            }
          }
        }
      }
    },
    "image": {
      "type": "object",
      "selector": "{{selector}} .dnxte-inline-content-image img",
      "styleProps": {
        "border": {
          "important": true
        },
        "spacing": {
          "selector": "{{selector}} .dnxte-inline-content-image",
          "important": true
        }
      }
    },
    "button": {
      "type": "object",
      "selector": "{{selector}} .dnxte-inline-content-button a",
      "styleProps": {
        "font": {
          "important": true
        },
        "border": {
          "important": true
        },
        "spacing": {
          "important": true
        }
      }
    }
  },
  "customCssFields": {
    "text": {
      "subName": "text",
      "selectorSuffix": " .dnxte-inline-content-text"
    },
    "icon": {
      "subName": "icon",
      "selectorSuffix": " .dnxte-inline-content-icon"
    },
    "image": {
      "subName": "image",
      "selectorSuffix": " .dnxte-inline-content-image img"
    },
    "button": {
      "subName": "button",
      "selectorSuffix": " .dnxte-inline-content-button a"
    }
  }
}
