# event-post/5.10.0/build/list/block.json

Event Post, version 5.10.0. 69 lines.

- Page: https://pluginprobe.com/plugins/event-post/5.10.0/code/build/list/block.json
- Raw: https://pluginprobe.com/plugins/event-post/5.10.0/raw/build/list/block.json
- Modified: 2025-04-16T16:20:56+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/event-post/5.10.0/code/build/list/block.json#L10-L20`.

```json
{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "eventpost/list",
  "version": "5.10.0",
  "title": "Events List",
  "category": "common",
  "icon": "calendar",
  "description": "List of events",
  "supports": {
    "html": false
  },
  "attributes": {
    "nb": {
      "type": "number"
    },
    "future": {
      "type": "boolean"
    },
    "past": {
      "type": "boolean"
    },
    "cat": {
      "type": "string"
    },
    "tag": {
      "type": "string"
    },
    "geo": {
      "type": "boolean"
    },
    "orderby": {
      "type": "string"
    },
    "order": {
      "type": "string"
    },
    "blogs": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "before_title": {
      "type": "string"
    },
    "after_title": {
      "type": "string"
    },
    "style": {
      "type": "string"
    },
    "thumbnail": {
      "type": "boolean"
    },
    "thumbnail_size": {
      "type": "string"
    },
    "excerpt": {
      "type": "boolean"
    },
    "pages": {
      "type": "boolean"
    }
  },
  "textdomain": "eventpost",
  "style": "file:./block-list.scss",
  "editorScript": "file:./index.js"
}
```
