{
  "_comment": "!!! THIS IS AN AUTOMATICALLY GENERATED FILE - DO NOT EDIT !!!",
  "name": "divi/team-member",
  "d4Shortcode": "et_pb_team_member",
  "moduleClassName": "et_pb_team_member",
  "moduleOrderClassName": "et_pb_team_member",
  "title": "Person",
  "titles": "Persons",
  "moduleIcon": "divi/module-team-member",
  "category": "module",
  "childrenName": [],
  "videos": [
    {
      "id": "uM930uRSWG0",
      "name": "An introduction to the Person module"
    },
    {
      "id": "1iqjhnHVA9Y",
      "name": "Design Settings and Advanced Module Settings"
    },
    {
      "id": "boNZZ0MYU0E",
      "name": "Saving and loading from the library"
    }
  ],
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "styleProps": {
        "spacing": {
          "important": true
        },
        "sizing": {
          "propertySelectors": {
            "desktop": {
              "value": {
                "margin-left": "{{selector}}.et_pb_team_member.et_pb_module",
                "margin-right": "{{selector}}.et_pb_team_member.et_pb_module"
              }
            }
          },
          "important": {
            "desktop": {
              "value": {
                "margin-left": true,
                "margin-right": true
              }
            }
          }
        }
      },
      "settings": {
        "meta": {
          "meta": {}
        },
        "advanced": {
          "elements": {},
          "html": {},
          "link": {},
          "loop": {},
          "text": {}
        },
        "decoration": {
          "layout": {},
          "animation": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "designAnimation",
              "priority": 10,
              "render": true,
              "component": {
                "type": "group",
                "name": "divi/animation",
                "props": {
                  "grouped": false
                }
              }
            }
          },
          "attributes": {},
          "background": {},
          "border": {},
          "boxShadow": {},
          "conditions": {},
          "disabledOn": {},
          "filters": {},
          "interactions": {},
          "overflow": {},
          "order": {},
          "position": {},
          "scroll": {},
          "sizing": {},
          "spacing": {},
          "sticky": {},
          "transform": {},
          "transition": {},
          "zIndex": {}
        }
      }
    },
    "name": {
      "type": "object",
      "selector": "{{selector}}.et_pb_team_member h4, {{selector}}.et_pb_team_member h1.et_pb_module_header, {{selector}}.et_pb_team_member h2.et_pb_module_header, {{selector}}.et_pb_team_member h3.et_pb_module_header, {{selector}}.et_pb_team_member h5.et_pb_module_header, {{selector}}.et_pb_team_member h6.et_pb_module_header",
      "supportsCustomAttributes": true,
      "attributes": {
        "class": "et_pb_module_header"
      },
      "elementType": "heading",
      "tagName": "h4",
      "inlineEditor": "plainText",
      "childrenSanitizer": "et_core_esc_previously",
      "settings": {
        "innerContent": {
          "groupType": "group-item",
          "item": {
            "groupSlug": "contentText",
            "priority": 5,
            "render": true,
            "label": "Name",
            "description": "Input the name of the person.",
            "category": "basic_option",
            "features": {
              "dynamicContent": {
                "type": "text"
              },
              "sticky": false,
              "preset": "content"
            },
            "component": {
              "name": "divi/text",
              "type": "field"
            }
          }
        },
        "decoration": {
          "font": {
            "priority": 20,
            "component": {
              "props": {
                "groupLabel": "Title Text",
                "fieldLabel": "Title",
                "fields": {
                  "headingLevel": {
                    "render": true
                  }
                }
              }
            }
          }
        }
      }
    },
    "position": {
      "type": "object",
      "selector": "{{selector}}.et_pb_team_member .et_pb_member_position",
      "supportsCustomAttributes": true,
      "attributes": {
        "class": "et_pb_member_position"
      },
      "tagName": "p",
      "inlineEditor": "plainText",
      "childrenSanitizer": "et_core_esc_previously",
      "settings": {
        "innerContent": {
          "groupType": "group-item",
          "item": {
            "groupSlug": "contentText",
            "priority": 10,
            "render": true,
            "label": "Position",
            "description": "Input the person's position.",
            "category": "basic_option",
            "features": {
              "dynamicContent": {
                "type": "text"
              },
              "sticky": false,
              "preset": "content"
            },
            "component": {
              "name": "divi/text",
              "type": "field"
            }
          }
        },
        "decoration": {
          "font": {
            "priority": 30,
            "component": {
              "props": {
                "groupLabel": "Position Text",
                "fieldLabel": "Position",
                "fields": {}
              }
            }
          }
        }
      }
    },
    "image": {
      "type": "object",
      "selector": "{{selector}} .et_pb_team_member_image img",
      "supportsCustomAttributes": true,
      "elementType": "image",
      "styleProps": {
        "selector": "{{selector}} .et_pb_team_member_image",
        "border": {
          "propertySelectors": {
            "desktop": {
              "value": {
                "border-radius": "{{selector}}.et_pb_team_member .et_pb_team_member_image",
                "border-style": "{{selector}}.et_pb_team_member .et_pb_team_member_image"
              }
            }
          }
        }
      },
      "settings": {
        "innerContent": {
          "groupType": "group-items",
          "items": {
            "animation": {
              "groupSlug": "designAnimation",
              "priority": 30,
              "render": true,
              "subName": "animation",
              "label": "Image Animation",
              "description": "This controls the direction of the lazy-loading animation.",
              "features": {
                "preset": [
                  "script"
                ]
              },
              "component": {
                "name": "divi/select",
                "type": "field",
                "props": {
                  "options": {
                    "off": {
                      "label": "No Animation"
                    },
                    "fade_in": {
                      "label": "Fade In"
                    },
                    "left": {
                      "label": "Left To Right"
                    },
                    "right": {
                      "label": "Right To Left"
                    },
                    "top": {
                      "label": "Top To Bottom"
                    },
                    "bottom": {
                      "label": "Bottom To Top"
                    }
                  }
                }
              }
            },
            "url": {
              "groupSlug": "contentImage",
              "priority": 10,
              "render": true,
              "subName": "url",
              "label": "Image",
              "description": "Upload your desired image, or type in the URL to the image you would like to display.",
              "category": "basic_option",
              "features": {
                "dynamicContent": {
                  "type": "image"
                },
                "sticky": false,
                "preset": "content"
              },
              "component": {
                "name": "divi/upload",
                "type": "field",
                "props": {
                  "syncImageData": {
                    "src": "url",
                    "id": true,
                    "alt": false,
                    "titleText": true
                  }
                }
              }
            }
          }
        },
        "decoration": {
          "border": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "designImage",
              "priority": 10,
              "render": true,
              "component": {
                "type": "group",
                "name": "divi/border",
                "props": {
                  "grouped": true,
                  "fieldLabel": "Image"
                }
              }
            }
          },
          "boxShadow": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "designImage",
              "priority": 15,
              "render": true,
              "component": {
                "type": "group",
                "name": "divi/box-shadow",
                "props": {
                  "grouped": true,
                  "fieldLabel": "Image"
                }
              }
            }
          },
          "filters": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "designImage",
              "priority": 20,
              "render": true,
              "component": {
                "type": "group",
                "name": "divi/filters",
                "props": {
                  "grouped": true,
                  "fieldLabel": "Image"
                }
              }
            }
          }
        }
      }
    },
    "content": {
      "type": "object",
      "selector": "{{selector}} .et_pb_team_member_description_content > div",
      "supportsCustomAttributes": true,
      "elementType": "content",
      "attributes": {
        "class": "et_pb_team_member_description_content"
      },
      "styleProps": {
        "selector": "{{selector}}.et_pb_team_member .et_pb_team_member_description_content"
      },
      "settings": {
        "innerContent": {
          "groupType": "group-item",
          "item": {
            "groupSlug": "contentText",
            "priority": 35,
            "render": true,
            "label": "Body",
            "description": "Input the main text content for your module here.",
            "category": "basic_option",
            "features": {
              "sticky": false,
              "dynamicContent": {
                "type": "text"
              }
            },
            "component": {
              "name": "divi/richtext",
              "type": "field"
            }
          }
        },
        "decoration": {
          "bodyFont": {
            "priority": 25,
            "component": {
              "name": "divi/font-body",
              "type": "group",
              "props": {
                "groupLabel": "Body Text",
                "fieldLabel": "Body",
                "fields": {}
              }
            }
          }
        }
      }
    },
    "social": {
      "type": "object",
      "selector": "{{selector}} .et_pb_member_social_links a",
      "settings": {
        "innerContent": {
          "groupType": "group-items",
          "items": {
            "facebookUrl": {
              "groupSlug": "contentText",
              "priority": 15,
              "render": true,
              "subName": "facebookUrl",
              "label": "Facebook Profile Url",
              "description": "Input Facebook Profile Url.",
              "category": "basic_option",
              "features": {
                "dynamicContent": {
                  "type": "url"
                },
                "sticky": false,
                "responsive": false,
                "hover": false,
                "preset": "content"
              },
              "component": {
                "name": "divi/text",
                "type": "field"
              }
            },
            "twitterUrl": {
              "groupSlug": "contentText",
              "priority": 20,
              "render": true,
              "subName": "twitterUrl",
              "label": "X Profile Url",
              "description": "Input X Profile Url.",
              "category": "basic_option",
              "features": {
                "dynamicContent": {
                  "type": "url"
                },
                "sticky": false,
                "responsive": false,
                "hover": false,
                "preset": "content"
              },
              "component": {
                "name": "divi/text",
                "type": "field"
              }
            },
            "linkedinUrl": {
              "groupSlug": "contentText",
              "priority": 30,
              "render": true,
              "subName": "linkedinUrl",
              "label": "LinkedIn Profile Url",
              "description": "Input LinkedIn Profile Url.",
              "category": "basic_option",
              "features": {
                "dynamicContent": {
                  "type": "url"
                },
                "sticky": false,
                "responsive": false,
                "hover": false,
                "preset": "content"
              },
              "component": {
                "name": "divi/text",
                "type": "field"
              }
            }
          }
        },
        "decoration": {
          "icon": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "designIcon",
              "priority": 10,
              "render": true,
              "component": {
                "type": "group",
                "name": "divi/icon",
                "props": {
                  "grouped": false,
                  "fieldLabel": "Icon",
                  "fields": {
                    "icon": {
                      "render": false
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "customCssFields": {
    "memberImage": {
      "label": "Member Image",
      "subName": "memberImage",
      "selectorSuffix": " .et_pb_team_member_image"
    },
    "memberDescription": {
      "label": "Member Description",
      "subName": "memberDescription",
      "selectorSuffix": " .et_pb_team_member_description"
    },
    "title": {
      "label": "Title",
      "subName": "title",
      "selectorSuffix": " .et_pb_team_member_description h4"
    },
    "memberPosition": {
      "label": "Member Position",
      "subName": "memberPosition",
      "selectorSuffix": " .et_pb_member_position"
    },
    "memberSocialLinks": {
      "label": "Member Social Links",
      "subName": "memberSocialLinks",
      "selectorSuffix": " .et_pb_member_social_links"
    }
  },
  "settings": {
    "content": "auto",
    "design": "auto",
    "advanced": "auto",
    "groups": {
      "contentText": {
        "panel": "content",
        "priority": 10,
        "groupName": "text",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Text"
          }
        }
      },
      "contentImage": {
        "panel": "content",
        "priority": 15,
        "groupName": "image",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Image"
          }
        }
      },
      "designIcon": {
        "panel": "design",
        "priority": 10,
        "groupName": "iconStyle",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "clipboardCategory": "style",
            "groupLabel": "Icon"
          }
        }
      },
      "designImage": {
        "panel": "design",
        "priority": 10,
        "groupName": "imageStyle",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "clipboardCategory": "style",
            "groupLabel": "Image"
          }
        }
      },
      "designAnimation": {
        "panel": "design",
        "priority": 150,
        "groupName": "animation",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "clipboardCategory": "style",
            "groupLabel": "Animation",
            "presetGroup": "divi/animation"
          }
        }
      }
    }
  }
}