PluginProbe
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites / trunk
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites vtrunk
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 trunk, at build/block/empty-section/block.json

45 lines 917 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 "title": "Spacer Section",
6 "category": "blockspare",
7 "description": "Separate content sections using customizable colored background bands and borders.",
8 "supports": {
9 "align": [
10 "wide",
11 "full",
12 "center"
13 ]
14 },
15 "attributes": {
16 "className": {
17 "type": "string"
18 },
19 "height": {
20 "type": "number",
21 "default": 10
22 },
23 "backGroundColor": {
24 "type": "string",
25 "default": "#f9f9f9"
26 },
27 "uniqueClass": {
28 "type": "string",
29 "default": ""
30 },
31 "fillType": {
32 "type": "string",
33 "default": ""
34 },
35 "animation": {
36 "type": "string",
37 "default": ""
38 },
39 "blockHoverEffect": {
40 "type": "string",
41 "default": ""
42 }
43 },
44 "editorScript": "file:./index.js"
45 }