PluginProbe
bBlocks – Essential Gutenberg Blocks & Patterns Collection / 2.1.7
bBlocks – Essential Gutenberg Blocks & Patterns Collection v2.1.7
2.1.7 2.1.6 2.1.5 2.1.4 2.1.3 2.1.2 2.1.1 2.1.0 2.0.43 2.0.42 2.0.41 2.0.40 2.0.39 2.0.38 trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.5.1 1.5.2 1.5.3 1.5.4 All 107 releases
b-blocks / build / carousel-slide / block.json

block.json in bBlocks – Essential Gutenberg Blocks & Patterns Collection 2.1.7, at build/carousel-slide/block.json

78 lines 1.7 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": "b-blocks/carousel-slide",
5 "title": "Carousel Slide",
6 "category": "bBlocks",
7 "description": "Individual slide for a carousel. Add images, text, buttons, videos — anything you need.",
8 "keywords": [
9 "slide",
10 "carousel-slide",
11 "slide-block",
12 "carousel-item"
13 ],
14 "parent": [
15 "b-blocks/carousel"
16 ],
17 "textdomain": "b-blocks",
18 "attributes": {
19 "align": {
20 "type": "string",
21 "default": ""
22 },
23 "layout": {
24 "type": "object",
25 "default": {
26 "type": "flex",
27 "padding": {},
28 "desktop": {
29 "direction": "column",
30 "justify": "",
31 "alignItems": "",
32 "wrap": "wrap",
33 "alignContent": "",
34 "gridJustify": "",
35 "gridAlignItems": "",
36 "gridColumns": "",
37 "gridRows": ""
38 },
39 "tablet": {
40 "direction": "",
41 "justify": "",
42 "alignItems": "",
43 "wrap": "",
44 "alignContent": "",
45 "gridJustify": "",
46 "gridAlignItems": "",
47 "gridColumns": "",
48 "gridRows": ""
49 },
50 "mobile": {
51 "direction": "",
52 "justify": "",
53 "alignItems": "",
54 "wrap": "",
55 "alignContent": "",
56 "gridJustify": "",
57 "gridAlignItems": "",
58 "gridColumns": "",
59 "gridRows": ""
60 }
61 }
62 }
63 },
64 "supports": {
65 "align": [
66 "wide",
67 "full"
68 ],
69 "html": false
70 },
71 "example": {
72 "attributes": {}
73 },
74 "editorScript": "file:../index.js",
75 "style": "file:./view.css",
76 "render": "file:./render.php",
77 "viewScript": "file:./view.js"
78 }