PluginProbe
Event Post / 5.11.0
Event Post v5.11.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 5.11.0, at build/map/block.json

92 lines 1.6 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": 2,
4 "name": "eventpost/map",
5 "version": "5.10.4",
6 "title": "Events Map",
7 "category": "widgets",
8 "icon": "location-alt",
9 "description": "Map of events",
10 "supports": {
11 "html": false
12 },
13 "attributes": {
14 "nb": {
15 "type": "number"
16 },
17 "future": {
18 "type": "boolean"
19 },
20 "past": {
21 "type": "boolean"
22 },
23 "cat": {
24 "type": "string"
25 },
26 "tag": {
27 "type": "string"
28 },
29 "orderby": {
30 "type": "string"
31 },
32 "order": {
33 "type": "string"
34 },
35 "title": {
36 "type": "string"
37 },
38 "before_title": {
39 "type": "string"
40 },
41 "after_title": {
42 "type": "string"
43 },
44 "style": {
45 "type": "string"
46 },
47 "thumbnail": {
48 "type": "boolean"
49 },
50 "thumbnail_size": {
51 "type": "string"
52 },
53 "excerpt": {
54 "type": "boolean"
55 },
56 "pop_element_schema": {
57 "type": "boolean"
58 },
59 "htmlPop_element_schema": {
60 "type": "string"
61 },
62 "zoom": {
63 "type": "string"
64 },
65 "tile": {
66 "type": "string"
67 },
68 "width": {
69 "type": "string"
70 },
71 "height": {
72 "type": "string"
73 },
74 "list": {
75 "type": "string"
76 },
77 "map_position": {
78 "type": "boolean"
79 },
80 "latitude": {
81 "type": "string"
82 },
83 "longitude": {
84 "type": "string"
85 }
86 },
87 "textdomain": "eventpost",
88 "style": "file:./event-map.css",
89 "script": "file:./event-map.js",
90 "editorStyle": "file:./index.css",
91 "editorScript": "file:./index.js"
92 }