Plugin Directory

source: event-post/tags/5.9.5/build/details/block.json @ 3087067

Last change on this file since 3087067 was 3087067, checked in by bastho, 2 months ago

Deploy v5.9.5 - Set stable tag to 5.9.5

File size: 482 bytes
Line 
1{
2  "$schema": "https://schemas.wp.org/trunk/block.json",
3  "apiVersion": 2,
4  "name": "eventpost/details",
5  "version": "5.9.5",
6  "title": "Events Details",
7  "category": "common",
8  "icon": "calendar",
9  "description": "Details of an event",
10  "supports": {
11    "html": false
12  },
13  "attributes": {
14    "attribute": {
15      "type": "string",
16      "default": ""
17    }
18  },
19  "textdomain": "eventpost",
20  "style": "file:./block-details.scss",
21  "editorScript": "file:./index.js"
22}
Note: See TracBrowser for help on using the repository browser.