PluginProbe ʕ •ᴥ•ʔ
Superb Addons: Blocks, Patterns, Pre-built Pages, Sliders, Popups, Free Forms, Animations & More / 4.0.7
Superb Addons: Blocks, Patterns, Pre-built Pages, Sliders, Popups, Free Forms, Animations & More v4.0.7
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-buttons / block.json
superb-blocks / blocks / reveal-buttons Last commit date
block.json 1 week ago index.asset.php 1 week ago index.js 1 week ago
block.json
62 lines
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "superb-addons/reveal-buttons",
5 "version": "0.1.0",
6 "title": "Superb Reveal Buttons",
7 "category": "superb-addons-blocks",
8 "icon": "buttons",
9 "description": "Add click-to-reveal buttons for coupon codes and hidden content with a teaser preview and customizable styling.",
10 "keywords": [
11 "reveal",
12 "buttons",
13 "button",
14 "coupon",
15 "affiliate",
16 "discount",
17 "code",
18 "cta",
19 "call to action"
20 ],
21 "supports": {
22 "anchor": true,
23 "align": ["wide", "full"],
24 "html": false,
25 "__experimentalExposeControlsToChildren": true,
26 "spacing": {
27 "blockGap": true,
28 "margin": ["top", "bottom"],
29 "__experimentalDefaultControls": {
30 "blockGap": 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 "layout": {
47 "allowSwitching": false,
48 "allowInheriting": false,
49 "default": {
50 "type": "flex"
51 }
52 },
53 "interactivity": {
54 "clientNavigation": true
55 }
56 },
57 "textdomain": "superb-blocks",
58 "editorScript": "file:./index.js",
59 "editorStyle": "file:./index.css",
60 "style": "file:./style-index.css"
61 }
62