PluginProbe
Event Post / 6.0.0
Event Post v6.0.0
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 / map / block.json

block.json in Event Post 6.0.0, at build/map/block.json

132 lines 2.3 KB
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": 3,
4 "name": "eventpost/map",
5 "version": "6.0.0",
6 "title": "Events Map",
7 "category": "widgets",
8 "icon": "location-alt",
9 "description": "Map of events",
10 "supports": {
11 "align": [
12 "wide",
13 "full"
14 ],
15 "html": false
16 },
17 "attributes": {
18 "nb": {
19 "type": "number"
20 },
21 "future": {
22 "type": "boolean"
23 },
24 "past": {
25 "type": "boolean"
26 },
27 "cat": {
28 "type": "string"
29 },
30 "tag": {
31 "type": "string"
32 },
33 "orderby": {
34 "type": "string"
35 },
36 "order": {
37 "type": "string"
38 },
39 "title": {
40 "type": "string"
41 },
42 "before_title": {
43 "type": "string"
44 },
45 "after_title": {
46 "type": "string"
47 },
48 "style": {
49 "type": "string"
50 },
51 "thumbnail": {
52 "type": "boolean"
53 },
54 "thumbnail_size": {
55 "type": "string"
56 },
57 "excerpt": {
58 "type": "boolean"
59 },
60 "pop_element_schema": {
61 "type": "boolean"
62 },
63 "htmlPop_element_schema": {
64 "type": "string"
65 },
66 "zoom": {
67 "type": "string"
68 },
69 "tile": {
70 "type": "string"
71 },
72 "width": {
73 "type": "string"
74 },
75 "height": {
76 "type": "string"
77 },
78 "list": {
79 "type": "string"
80 },
81 "map_position": {
82 "type": "boolean"
83 },
84 "latitude": {
85 "type": "string"
86 },
87 "longitude": {
88 "type": "string"
89 },
90 "DragRotate": {
91 "type": "boolean",
92 "default": true
93 },
94 "DoubleClickZoom": {
95 "type": "boolean",
96 "default": true
97 },
98 "DragPan": {
99 "type": "boolean",
100 "default": true
101 },
102 "PinchRotate": {
103 "type": "boolean",
104 "default": true
105 },
106 "PinchZoom": {
107 "type": "boolean",
108 "default": true
109 },
110 "KeyboardPan": {
111 "type": "boolean",
112 "default": true
113 },
114 "KeyboardZoom": {
115 "type": "boolean",
116 "default": true
117 },
118 "MouseWheelZoom": {
119 "type": "boolean",
120 "default": true
121 },
122 "DragZoom": {
123 "type": "boolean",
124 "default": true
125 }
126 },
127 "textdomain": "eventpost",
128 "style": "file:./event-map.css",
129 "script": "file:./event-map.js",
130 "editorStyle": "file:./index.css",
131 "editorScript": "file:./index.js"
132 }