{
  "collectionName": "components_footer_link_sections",
  "info": {
    "displayName": "link-section"
  },
  "options": {},
  "attributes": {
    "title": {
      "type": "string",
      "required": true
    },
    "order": {
      "type": "integer",
      "default": 0
    },
    "isActive": {
      "type": "boolean",
      "default": true
    },
    "items": {
      "type": "component",
      "component": "footer.link-item",
      "repeatable": true
    }
  },
  "config": {}
}
