Plugin Directory

source: event-post/trunk/build/map/block.json @ 3082241

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

Bump to v5.9.4

File size: 1.6 KB
Line 
1{
2  "$schema": "https://schemas.wp.org/trunk/block.json",
3  "apiVersion": 2,
4  "name": "eventpost/map",
5  "version": "5.9.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}
Note: See TracBrowser for help on using the repository browser.