wp-red-orbital/src/red-orbital/block.json

37 lines
756 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "red-block/red-orbital",
"version": "0.1.0",
"title": "Orbital",
"category": "widgets",
"icon": "image-rotate",
"description": "Orbital Block",
"supports": {
"html": false
},
"textdomain": "red-orbital",
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css",
"attributes": {
"count": {
"type": "number"
},
"imgUrl": {
"type": "string",
"source": "attribute",
"selector": ".img-primary",
"attribute": "data-src",
"default": ""
},
"imgUrlHover": {
"type": "string",
"source": "attribute",
"selector": ".img-secondary",
"attribute": "data-src",
"default": ""
}
}
}