PluginProbe
BlockSpare – Gutenberg Blocks, AI Content Generator & Site Builder for News, Magazine & Blogs / 5.0.1
BlockSpare – Gutenberg Blocks, AI Content Generator & Site Builder for News, Magazine & Blogs v5.0.1
5.0.1 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 All 39 releases
blockspare / build / block / call-to-action / block.json

block.json in BlockSpare – Gutenberg Blocks, AI Content Generator & Site Builder for News, Magazine & Blogs 5.0.1, at build/block/call-to-action/block.json

96 lines 1.9 KB
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-call-to-action",
5 "title": "Call to Action",
6 "category": "blockspare",
7 "description": "CTA sections with flexible text, buttons, and styling.",
8 "supports": {
9 "align": [
10 "wide",
11 "full",
12 "center"
13 ]
14 },
15 "attributes": {
16 "className": {
17 "type": "string"
18 },
19 "align": {
20 "type": "string",
21 "default": "center"
22 },
23 "sectionAlignment": {
24 "type": "string",
25 "default": "center"
26 },
27 "showImage": {
28 "type": "boolean",
29 "default": true
30 },
31 "imgURL": {
32 "type": "string"
33 },
34 "imgID": {
35 "type": "number"
36 },
37 "imgAlt": {
38 "type": "string"
39 },
40 "opacityRatio": {
41 "type": "number",
42 "default": 75
43 },
44 "ctaBackGroundColor": {
45 "type": "string",
46 "default": "#0e0e0e"
47 },
48 "borderRadius": {
49 "type": "number",
50 "default": 0
51 },
52 "headerTagOption": {
53 "type": "string",
54 "default": "h2"
55 },
56 "backgroundFix": {
57 "type": "boolean",
58 "default": false
59 },
60 "headertitleColor": {
61 "type": "string",
62 "default": "#fff"
63 },
64 "headersubtitleColor": {
65 "type": "string",
66 "default": "#fff"
67 },
68 "headermarginTop": {
69 "type": "number",
70 "default": 5
71 },
72 "headermarginBottom": {
73 "type": "number",
74 "default": 5
75 },
76 "headerpaddingLeft": {
77 "type": "number",
78 "default": 0
79 },
80 "headerpaddingRight": {
81 "type": "number",
82 "default": 0
83 },
84 "animation": {
85 "type": "string",
86 "default": ""
87 },
88 "blockHoverEffect": {
89 "type": "string",
90 "default": ""
91 }
92 },
93 "editorScript": "file:./index.js",
94 "editorStyle": "file:./index.css",
95 "style": "file:./style-index.css"
96 }