# getwid/3.0.1/assets/blocks/recent-posts/block.json

Getwid – Gutenberg Blocks, version 3.0.1. 92 lines.

- Page: https://pluginprobe.com/plugins/getwid/3.0.1/code/assets/blocks/recent-posts/block.json
- Raw: https://pluginprobe.com/plugins/getwid/3.0.1/raw/assets/blocks/recent-posts/block.json
- Modified: 2026-09-01T11:21:20+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/getwid/3.0.1/code/assets/blocks/recent-posts/block.json#L10-L20`.

```json
{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "textdomain": "getwid",
  "name": "getwid/recent-posts",
  "description": "Displays a list of recent posts.",
  "category": "getwid-blocks",
  "title": "Recent Posts",
  "keywords": [
    "latest"
  ],
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "attributes": {
    "titleTag": {
      "type": "string",
      "default": "h3"
    },
    "imageSize": {
      "type": "string",
      "default": "full"
    },
    "cropImages": {
      "type": "boolean",
      "default": true
    },
    "categories": {
      "type": "string"
    },
    "postsToShow": {
      "type": "number",
      "default": 5
    },
    "showTitle": {
      "type": "boolean",
      "default": true
    },
    "showDate": {
      "type": "boolean",
      "default": false
    },
    "showCategories": {
      "type": "boolean",
      "default": false
    },
    "showCommentsCount": {
      "type": "boolean",
      "default": false
    },
    "showContent": {
      "type": "boolean",
      "default": false
    },
    "contentLength": {
      "type": "number",
      "default": 55
    },
    "showFeaturedImage": {
      "type": "boolean",
      "default": false
    },
    "postLayout": {
      "type": "string",
      "default": "list"
    },
    "columns": {
      "type": "number",
      "default": 3
    },
    "order": {
      "type": "string",
      "default": "desc"
    },
    "orderBy": {
      "type": "string",
      "default": "date"
    },
    "className": {
      "type": "string"
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": [
    "file:./style-index.css"
  ]
}
```
