{
  "name": "dnxte/feature-list",
  "d4Shortcode": "dnxte_feature_list_parent",
  "title": "Feature List",
  "titles": "Feature Lists",
  "moduleIcon": "dnxte/feature-list",
  "folder": "divi-essential",
  "category": "module",
  "childModuleName": "dnxte/feature-list-child",
  "childrenName": ["dnxte/feature-list-child"],
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Feature List"
            }
          }
        }
      },
      "styleProps": {
        "border": {
          "important": true
        },
        "spacing": {
          "important": true
        }
      }
    },
    "list_item":{
      "type": "object",
      "selector": "{{selector}} .dnxte_feature_list_child",
      "styleProps": {
        "border": {
          "important": true
        },
        "spacing": {
          "important": true
        }
      }
    },
    "image":{
      "type": "object",
      "selector": "{{selector}} .dnxte-feature-list-img img"
    },
    "title": {
      "type": "object",
      "selector": "{{selector}} .dnxte-feature-list-content",
      "styleProps": {
        "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": {
        "advanced": {
          "useNumber": {
            "desktop": {
              "value":""
            }
          },
          "useImage": {
            "desktop": {
              "value":""
            }
          },
          "number": {
            "desktop": {
              "value":""
            }
          }
        }
      },
      "selector": "{{selector}} .dnxte-feature-list-icon,{{selector}} .dnxte-feature-list-img .dnxte-feature-list-numb",
      "styleProps": {
        "border": {
          "important": true
        }
      }
    }
  },
  "customCssFields": {
    "title": {
      "subName": "title",
      "selectorSuffix": " .dnxte-feature-list-content"
    },
    "icon": {
      "subName": "icon",
      "selectorSuffix": " .dnxte-feature-list-img div"
    },
    "image": {
      "subName": "image",
      "selectorSuffix": " .dnxte-feature-list-img img"
    }
  }

}
