Schema

    {
  "props": {
    "title": {
      "type": "string",
      "description": "Title of the component"
    },
    "id": {
      "type": "string",
      "description": "ID of the component"
    },
    "perex": {
      "type": "string",
      "description": "Perex of the component"
    },
    "extraClass": {
      "type": "string",
      "description": "Class modificators of the component"
    },
    "spacing": {
      "type": "string",
      "description": "p-top-0 | p-bottom-0"
    },
    "border": {
      "type": "string",
      "description": "border-top"
    },
    "blocks": {
      "content": "Custom HTML for content of the section.",
      "sidemenu": "Custom HTML for content of the section."
    }
  }
}