PluginProbe
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites / 4.1.0
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites v4.1.0
4.1.0 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.1.0 1.1.1 1.1.2 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 2.1.2 2.5.0 2.5.3 2.6.1 All 38 releases
blockspare / build / block / empty-section / block.json

block.json in BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites 4.1.0, at build/block/empty-section/block.json

43 lines 785 B
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": "blockspare/blockspare-empty-section",
5 "category": "blockspare",
6 "supports": {
7 "align": [
8 "wide",
9 "full",
10 "center"
11 ]
12 },
13 "attributes": {
14 "className": {
15 "type": "string"
16 },
17 "height": {
18 "type": "number",
19 "default": 10
20 },
21 "backGroundColor": {
22 "type": "string",
23 "default": "#f9f9f9"
24 },
25 "uniqueClass": {
26 "type": "string",
27 "default": ""
28 },
29 "fillType": {
30 "type": "string",
31 "default": ""
32 },
33 "animation": {
34 "type": "string",
35 "default": ""
36 },
37 "blockHoverEffect": {
38 "type": "string",
39 "default": ""
40 }
41 },
42 "editorScript": "file:./index.js"
43 }