PluginProbe ʕ •ᴥ•ʔ
Superb Addons: Blocks, Patterns, Pre-built Pages, Sliders, Popups, Free Forms, Animations & More / 4.0.8
Superb Addons: Blocks, Patterns, Pre-built Pages, Sliders, Popups, Free Forms, Animations & More v4.0.8
4.1.0 4.0.9 4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 4.0.2 4.0.1 4.0.0 trunk 1.0.0 2.0.0 2.0.1 2.0.2 2.0.3 3.0 3.0.1 3.0.2 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.2 3.1.3 3.2.0 3.2.1 3.2.2 3.2.4 3.2.5 3.2.7 3.2.8 3.2.9 3.3.0 3.3.1 3.3.2 3.4.0 3.4.1 3.4.2 3.4.5 3.4.6 3.5.0 3.5.1 3.5.2 3.5.3 3.5.4 3.5.6 3.5.7 3.5.8 3.5.9 3.6.0 3.6.1 3.6.2 3.7.0 3.7.1
superb-blocks / blocks / reveal-button / block.json
superb-blocks / blocks / reveal-button Last commit date
block.json 1 month ago index-rtl.css 1 month ago index.asset.php 1 month ago index.css 1 month ago index.js 1 month ago style-index-rtl.css 1 month ago style-index.css 1 month ago
block.json
69 lines
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "parent": ["superb-addons/reveal-buttons"],
5 "name": "superb-addons/reveal-button",
6 "version": "0.1.0",
7 "title": "Superb Reveal Button",
8 "category": "superb-addons-blocks",
9 "icon": "button",
10 "description": "A single reveal button within a Superb Reveal Buttons block.",
11 "keywords": [
12 "reveal",
13 "button",
14 "coupon",
15 "affiliate",
16 "discount",
17 "code",
18 "cta",
19 "call to action"
20 ],
21 "supports": {
22 "anchor": true,
23 "align": false,
24 "alignWide": false,
25 "color": {
26 "__experimentalSkipSerialization": true,
27 "gradients": true,
28 "__experimentalDefaultControls": {
29 "background": true,
30 "text": true
31 }
32 },
33 "typography": {
34 "fontSize": true,
35 "lineHeight": true,
36 "__experimentalFontFamily": true,
37 "__experimentalFontWeight": true,
38 "__experimentalFontStyle": true,
39 "__experimentalTextTransform": true,
40 "__experimentalTextDecoration": true,
41 "__experimentalLetterSpacing": true,
42 "__experimentalDefaultControls": {
43 "fontSize": true
44 }
45 },
46 "reusable": false,
47 "spacing": {
48 "padding": true
49 },
50 "__experimentalBorder": {
51 "color": true,
52 "radius": true,
53 "style": true,
54 "width": true,
55 "__experimentalSkipSerialization": true,
56 "__experimentalDefaultControls": {
57 "color": true,
58 "radius": true,
59 "style": true,
60 "width": true
61 }
62 }
63 },
64 "textdomain": "superb-blocks",
65 "editorScript": "file:./index.js",
66 "editorStyle": "file:./index.css",
67 "style": "file:./style-index.css"
68 }
69