{
  "name": "coblocks/post-carousel",
  "category": "layout",
  "attributes": {
    "className": {
      "type": "string"
    },
    "align": {
      "type": "string"
    },
    "postFeedType": {
      "type": "string",
      "default": "internal"
    },
    "externalRssUrl": {
      "type": "string",
      "default": ""
    },
    "postsToShow": {
      "type": "number",
      "default": 4
    },
    "displayPostContent": {
      "type": "boolean",
      "default": true
    },
    "displayPostDate": {
      "type": "boolean",
      "default": true
    },
    "displayPostLink": {
      "type": "boolean",
      "default": false
    },
    "postLink": {
      "type": "string",
      "default": "Read more"
    },
    "excerptLength": {
      "type": "number",
      "default": 12
    },
    "imageSize": {
      "type": "string",
      "default": "w-1/7 sm:w-1/5 h-1/7 sm:h-1/5"
    },
    "listPosition": {
      "type": "string",
      "default": "right"
    },
    "columns": {
      "type": "number",
      "default": 2
    },
    "order": {
      "type": "string",
      "default": "desc"
    },
    "orderBy": {
      "type": "string",
      "default": "date"
    },
    "categories": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "categoryRelation": {
      "type": "string",
      "default": "or"
    }
  },
  "title": "Post Carousel (CoBlocks)",
  "textdomain": "coblocks",
  "description": "Display posts or an external blog feed as a carousel.",
  "editorScript": [
    "coblocks-11"
  ],
  "viewScript": [
    "coblocks-tiny-swiper",
    "coblocks-post-carousel"
  ],
  "render": "index.php"
}