{
  "name": "dnxte/feature-list-child",
  "d4Shortcode": "dnxte_feature_list_child",
  "title": "Feature List Child",
  "titles": "Feature Lists Child",
  "category": "child-module",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Feature List Child"
            }
          }
        }
      },
      "settings": {
        "innerContent": {},
        "decoration": {
          "background": {},
          "spacing": {},
          "boxShadow": {},
          "border": {}
        }
      },
      "styleProps": {
        "selector": "{{selector}}",
        "spacing": {
          "important": true
        },
        "boxShadow": {
          "important": true
        },
        "border": {
          "important": true
        }
      }
    },
    "title": {
      "type": "object",
      "selector": "{{selector}} .dnxte-feature-list-content",
      "settings": {
        "innerContent": {},
        "decoration": {
          "background": {},
          "border": {},
          "boxShadow": {},
          "spacing": {}
        }
      },
      "styleProps": {
        "selector": "{{selector}} .dnxte-feature-list-content",
        "font": {
          "important": {
            "font": {
              "desktop": {
                "value": {
                  "color": true
                }
              }
            }
          }
        }
      },
      "tagName": "div",
      "attributes": {
        "class": "dnxte-feature-list-content"
      },
      "inlineEditor": "plainText",
      "elementType": "heading",
      "childrenSanitizer": "et_core_esc_previously"
    },
    "icon": {
      "type": "object",
      "default": {
        "innerContent": {
          "desktop": {
            "value": {
              "unicode": "&#x4e;",
              "type": "divi",
              "weight": "400"
            }
          }
        },
        "advanced": {
          "useNumber": {
            "desktop": {
              "value": "off"
            }
          },
          "useImage": {
            "desktop": {
              "value": "off"
            }
          },
          "number": {
            "desktop": {
              "value": ""
            }
          }
        }
      },
      "settings": {
        "decoration": {}
      },
      "selector": "{{selector}} .dnxte-feature-list-img",
      "styleProps": {
        "color": {
          "important": true
        },
        "border": {
          "important": true
        },
        "spacing": {
          "important": true
        }
      }
    },
    "content": {
      "type": "object",
      "tagName": "p",
      "inlineEditor": "richText",
      "childrenSanitizer": "et_core_esc_previously",
      "selector": "{{selector}} .dnxte-feature-list-description",
      "settings": {
        "innerContent": {},
        "decoration": {
          "background": {},
          "border": {},
          "boxShadow": {},
          "spacing": {}
        }
      },
      "styleProps": {
        "selector": "{{selector}} .dnxte-feature-list-description",
        "font": {
          "important": {
            "font": {
              "desktop": {
                "value": {
                  "color": true
                }
              }
            }
          }
        },
        "spacing": {
          "important": true
        }
      }
    },
    "image": {
      "type": "object",
      "selector": "{{selector}} .dnxte-feature-list-img img",
      "inlineEditor": "upload",
      "elementType": "image",
      "attributes": {
        "alt": "Image"
      },
      "settings": {
        "innerContent": {},
        "advanced": {
          "htmlAttributes": {}
        }
      }
    }
  },
  "customCssFields": {
    "title": {
      "subName": "title",
      "selectorSuffix": " .dnxte-feature-list-content"
    },
    "content": {
      "subName": "content",
      "selectorSuffix": " .dnxte-feature-list-description"
    },
    "icon": {
      "subName": "icon",
      "selectorSuffix": " .dnxte-feature-list-img div"
    },
    "image": {
      "subName": "image",
      "selectorSuffix": " .dnxte-feature-list-img img"
    }
  }
}
