Plugin Directory

source: event-post/tags/5.9.4/build/timeline/block.json @ 3082639

Last change on this file since 3082639 was 3082639, checked in by bastho, 3 months ago

Deploy v5.9.4 - Update stable tag

File size: 952 bytes
Line 
1{
2  "$schema": "https://schemas.wp.org/trunk/block.json",
3  "apiVersion": 2,
4  "name": "eventpost/timeline",
5  "version": "5.9.4",
6  "title": "Events Timeline",
7  "icon": "arrow-right-alt",
8  "category": "common",
9  "attributes": {
10    "nb": {
11      "type": "number",
12      "default": 0
13    },
14    "future": {
15      "type": "boolean"
16    },
17    "past": {
18      "type": "boolean"
19    },
20    "cat": {
21      "type": "string"
22    },
23    "tag": {
24      "type": "string"
25    },
26    "geo": {
27      "type": "boolean"
28    },
29    "blogs": {
30      "type": "string"
31    },
32    "title": {
33      "type": "string"
34    },
35    "before_title": {
36      "type": "string"
37    },
38    "after_title": {
39      "type": "string"
40    },
41    "style": {
42      "type": "string"
43    },
44    "excerpt": {
45      "type": "boolean"
46    }
47  },
48  "textdomain": "eventpost",
49  "script": "file:./event-timeline.js",
50  "style": "file:./event-timeline.css",
51  "editorScript": "file:./index.js"
52}
Note: See TracBrowser for help on using the repository browser.