PluginProbe
Event Post / 5.11.1
Event Post v5.11.1
6.1.1 6.1.0 6.0.1 6.0.0 5.12.0 trunk 3.9 4.0 4.2 4.3 4.4 4.5 5.0 5.1 5.10.0 5.10.1 5.10.2 5.10.3 5.10.4 5.11.0 5.11.1 5.2 5.5 5.6 5.6.1 All 46 releases
event-post / build / calendar / block.json

block.json in Event Post 5.11.1, at build/calendar/block.json

34 lines 697 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 2,
4 "name": "eventpost/calendar",
5 "version": "5.11.1",
6 "title": "Events Calendar",
7 "category": "common",
8 "icon": "calendar",
9 "description": "Calendar of events",
10 "supports": {
11 "html": false
12 },
13 "attributes": {
14 "date": {
15 "type": "string"
16 },
17 "color": {
18 "type": "boolean"
19 },
20 "display_title": {
21 "type": "boolean"
22 },
23 "mondayfirst": {
24 "type": "boolean"
25 },
26 "choose": {
27 "type": "boolean"
28 }
29 },
30 "textdomain": "eventpost",
31 "style": "file:./block-calendar.css",
32 "script": "file:./event-calendar.js",
33 "editorScript": "file:./index.js"
34 }