{
  "name": "dnxte/person",
  "d4Shortcode": "dnxte_person",
  "title": "Person",
  "titles": "Persons",
  "folder": "divi-essential",
  "moduleIcon": "dnxte/DiviNxtPerson",
  "category": "module",
  "childModuleName": "dnxte/person-item",
  "childrenName": ["dnxte/person-item"],
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}} .dnxte-nextperson-team-wrap",
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Person"
            }
          }
        }
      }
    },
    "featureImage": {
      "type": "object",
      "selector": "{{selector}} .dnxte-nextperson-img",
      "inlineEditor": "upload",
      "elementType": "image",
      "attributes": {},
      "settings": {
        "innerContent": {
          "desktop": {
            "value": {
              "src": ""
            }
          }
        },
        "advanced": {
          "use": {
            "desktop": {
              "value": ""
            }
          },
          "imagePosition": {
            "desktop": {
              "value": "person-top"
            }
          },
          "imageLeftPosition": {
            "desktop": {
              "value": "left-top"
            }
          },
          "imageTopPosition": {
            "desktop": {
              "value": "top-left"
            }
          },
          "width": {
            "desktop": {
              "value": "100%"
            }
          }
        },
        "decoration": {
          "border": {}
        }
      }
    },
    "personName": {
      "type": "object",
      "selector": "{{selector}} .dnxte-nextperson-header",
      "inlineEditor": "plainText",
      "elementType": "heading",
      "tagName": "h4",
      "childrenSanitizer": "et_core_esc_previously",
      "attributes": {
        "class": "dnxte-nextperson-header"
      },
      "default": {
        "decoration":{
          "font": {
            "font": {
              "desktop": {
                "value": {
                  "headingLevel": "h4"
                }
              }
            }
          }
        }
      }
    },
    "designation": {
      "type": "object",
      "selector": "{{selector}} .dnxte-nextperson-pos",
      "tagName": "p",
      "attributes": {
        "class": "dnxte-nextperson-pos"
      },
      "inlineEditor": "plainText",
      "elementType": "heading",
      "childrenSanitizer": "et_core_esc_previously",
      "styleProps": {
        "spacing": {
          "important": true
        }
      }
    },
    "description": {
      "type": "object",
      "selector": "{{selector}} .dnxte-nextperson-wrapper p:last-of-type",
      "tagName": "div",
      "attributes": {
        "class": "dnxte-nextperson-pra"
      },
      "inlineEditor": "richText",
      "elementType": "heading",
      "childrenSanitizer": "et_core_esc_previously"
    },
    "contentArea": {
      "type": "object",
      "selector": "{{selector}} .dnxte-nextperson-wrapper",
      "attributes": {
        "class": "dnxte-nextperson-wrapper"
      },
      "default": {
        "advanced": {
          "background": {
            "desktop": {
              "value": "#fff"
            }
          },
          "enableGradient": {
            "desktop": {
              "value": "off"
            }
          },
          "colorOne": {
            "desktop": {
              "value": "#2b87da"
            }
          },
          "colorTwo": {
            "desktop": {
              "value": "#29c4a9"
            }
          },
          "gradientType": {
            "desktop": {
              "value": "linear"
            }
          },
          "radialDirection": {
            "desktop": {
              "value": "circle at center"
            }
          },
          "linearDirection": {
            "desktop": {
              "value": "180deg"
            }
          },
          "startPoint": {
            "desktop": {
              "value": "0%"
            }
          },
          "endPoint": {
            "desktop": {
              "value": "100%"
            }
          }
        }
      },
      "settings": {
        "advanced": {
          "background": {
            "desktop": {
              "value": "#fff"
            }
          },
          "colorOne": {},
          "colorTwo": {},
          "gradientType": {},
          "radialDirection": {},
          "linearDirection": {},
          "startPoint": {},
          "endPoint": {}
        }
      }
    },
    "socialIcons": {
      "type": "object",
      "selector": "{{selector}} .dnxte-nextperson-social",
      "default": {
        "advanced": {
          "alignment": {
            "desktop": {
              "value": "left"
            }
          }
        }
      },
      "advanced": {
        "alignment": {}
      }
    }
  },
  "customCssFields": {
    "featureImage": {
      "subName": "featureImage",
      "selectorSuffix": " .dnxte-nextperson-team-wrap .dnxte-nextperson-img img"
    },
    "contentArea": {
      "subName": "contentArea",
      "selectorSuffix": " .dnxte-nextperson-des .dnxte-nextperson-wrapper"
    },
    "personName": {
      "subName": "personName",
      "selectorSuffix": " .dnxte-nextperson-wrapper .dnxte-nextperson-header"
    },
    "designation": {
      "subName": "designation",
      "selectorSuffix": " .dnxte-nextperson-wrapper .dnxte-nextperson-pos"
    },
    "description": {
      "subName": "description",
      "selectorSuffix": " .dnxte-nextperson-wrapper .dnxte-nextperson-pra p"
    }
  }
}
