{
  "name": "eventin/events-calendar",
  "d4Shortcode": "eventin_events_calendar",
  "moduleClassName": "eventin_events_calendar",
  "moduleOrderClassName": "eventin_events_calendar",
  "title": "Eventin Events Calendar",
  "titles": "Events Calendar",
  "moduleIcon": "divi/module-calendar",
  "category": "module",
  "childrenName": [],
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "styleProps": {},
      "settings": {
        "meta": {
          "meta": {}
        },
        "advanced": {
          "html": {},
          "link": {},
          "loop": {}
        },
        "decoration": {
          "animation": {},
          "attributes": {},
          "background": {},
          "border": {},
          "boxShadow": {},
          "conditions": {},
          "disabledOn": {},
          "filters": {},
          "interactions": {},
          "overflow": {},
          "order": {},
          "position": {},
          "scroll": {},
          "sizing": {},
          "spacing": {},
          "sticky": {},
          "transform": {},
          "transition": {},
          "zIndex": {}
        }
      }
    },
    "eventStyle": {
      "type": "object",
      "settings": {
        "innerContent": {
          "item": {
            "groupSlug": "contentMain",
            "attrName": "eventStyle.innerContent",
            "label": "Style",
            "description": "Choose the event calendar style.",
            "category": "basic_option",
            "priority": 10,
            "render": true,
            "features": {
              "responsive": false,
              "hover": false,
              "sticky": false,
              "preset": "content"
            },
            "component": {
              "type": "field",
              "name": "divi/select",
              "props": {
                "options": {
                  "style-1": {
                    "label": "Style 1"
                  },
                  "style-2": {
                    "label": "Style 2"
                  }
                }
              }
            }
          }
        }
      }
    },
    "eventCat": {
      "type": "object",
      "settings": {
        "innerContent": {
          "item": {
            "groupSlug": "contentMain",
            "attrName": "eventCat.innerContent",
            "label": "Event Category",
            "description": "Filter events by category.",
            "category": "basic_option",
            "priority": 20,
            "render": true,
            "features": {
              "responsive": false,
              "hover": false,
              "sticky": false,
              "preset": "content"
            },
            "component": {
              "type": "field",
              "name": "divi/checkboxes",
              "props": {
                "options": []
              }
            }
          }
        }
      }
    },
    "eventCount": {
      "type": "object",
      "settings": {
        "innerContent": {
          "item": {
            "groupSlug": "contentMain",
            "attrName": "eventCount.innerContent",
            "label": "Event Count",
            "description": "Number of events to display.",
            "category": "basic_option",
            "priority": 30,
            "render": true,
            "features": {
              "dynamicContent": {
                "type": "text"
              },
              "preset": "content"
            },
            "component": {
              "type": "field",
              "name": "divi/text"
            }
          }
        }
      }
    },
    "calendarShow": {
      "type": "object",
      "settings": {
        "innerContent": {
          "item": {
            "groupSlug": "contentMain",
            "attrName": "calendarShow.innerContent",
            "label": "Calendar Display",
            "description": "Choose the calendar display position.",
            "category": "basic_option",
            "priority": 40,
            "render": true,
            "features": {
              "responsive": false,
              "hover": false,
              "sticky": false,
              "preset": "content"
            },
            "component": {
              "type": "field",
              "name": "divi/select",
              "props": {
                "options": {
                  "left": {
                    "label": "Left"
                  },
                  "full_width": {
                    "label": "Full Width"
                  },
                  "right": {
                    "label": "Right"
                  }
                }
              }
            }
          }
        }
      }
    },
    "showDesc": {
      "type": "object",
      "settings": {
        "innerContent": {
          "item": {
            "groupSlug": "contentMain",
            "attrName": "showDesc.innerContent",
            "label": "Show Description",
            "description": "Show event description.",
            "category": "basic_option",
            "priority": 50,
            "render": true,
            "features": {
              "responsive": false,
              "hover": false,
              "sticky": false,
              "preset": "content"
            },
            "component": {
              "type": "field",
              "name": "divi/select",
              "props": {
                "options": {
                  "off": {
                    "label": "No"
                  },
                  "on": {
                    "label": "Yes"
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "customCssFields": {},
  "settings": {
    "content": "auto",
    "design": "auto",
    "advanced": "auto",
    "groups": {
      "contentMain": {
        "panel": "content",
        "priority": 10,
        "multiElements": false,
        "groupName": "main_content",
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Content"
          }
        }
      }
    }
  }
}