{
  "name": "wpmf/file-design-divi5",
  "d4Shortcode": "wpmf_file_design",
  "title": "WPMF Media Download",
  "titles": "WPMF Media Downloads",
  "moduleClassName": "wpmf_file_design",
  "moduleOrderClassName": "wpmf_file_design",
  "category": "module",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "WPMF Media Download"
            }
          }
        },
        "innerContent": {
          "desktop": {
            "value": {
              "url": "",
              "align": "left"
            }
          }
        }
      },
      "settings": {
        "meta": {
          "adminLabel": {}
        },
        "advanced": {
          "htmlAttributes": {}
        },
        "decoration": {
          "background": {},
          "sizing": {},
          "spacing": {},
          "border": {},
          "boxShadow": {},
          "overflow": {},
          "disabledOn": {},
          "transition": {},
          "position": {},
          "zIndex": {}
        },
        "innerContent": {
          "groupType": "group-items",
          "items": {
            "url": {
              "groupSlug": "fileSettings",
              "attrName": "module.innerContent",
              "subName": "url",
              "priority": 10,
              "render": true,
              "label": "File",
              "description": "Upload your desired file, or type in the URL to the file you would like to display.",
              "features": { "sticky": false, "responsive": false, "hover": false, "dynamicContent": false },
              "component": {
                "type": "field",
                "name": "divi/upload"
              }
            },
            "align": {
              "groupSlug": "fileSettings",
              "attrName": "module.innerContent",
              "subName": "align",
              "priority": 20,
              "render": true,
              "label": "File Alignment",
              "description": "Choose the file download button alignment.",
              "features": { "sticky": false, "responsive": false, "hover": false, "dynamicContent": false },
              "component": {
                "name": "divi/select",
                "type": "field",
                "props": {
                  "options": {
                    "left":   { "label": "Left" },
                    "center": { "label": "Center" },
                    "right":  { "label": "Right" }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "customCssFields": {},
  "settings": {
    "content": "auto",
    "design": "auto",
    "advanced": "auto",
    "groups": {
      "fileSettings": {
        "panel": "content",
        "priority": 10,
        "groupName": "fileSettings",
        "multiElements": true,
        "component": { "name": "divi/composite", "props": { "groupLabel": "File Settings" } }
      }
    }
  }
}
