PluginProbe
Getwid – Gutenberg Blocks / 3.0.2
Getwid – Gutenberg Blocks v3.0.2
3.0.2 3.0.1 3.0.0 2.1.0 2.1.1 2.1.2 2.1.3 2.2.0 trunk 1.8.7 1.9.1 2.0.10 2.0.11 2.0.12 2.0.13 2.0.14 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9
getwid / assets / blocks / testimonial / block.json

block.json in Getwid – Gutenberg Blocks 3.0.2, at assets/blocks/testimonial/block.json

48 lines 1.2 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 "textdomain": "getwid",
5 "name": "getwid/testimonial",
6 "description": "Displays a customer testimonial.",
7 "category": "getwid-blocks",
8 "title": "Testimonial",
9 "keywords": [
10 "review",
11 "feedback"
12 ],
13 "attributes": {
14 "title": {
15 "type": "string",
16 "source": "html",
17 "selector": ".wp-block-getwid-testimonial__title"
18 },
19 "subtitle": {
20 "type": "string",
21 "source": "html",
22 "selector": ".wp-block-getwid-testimonial__subtitle"
23 },
24 "content": {
25 "type": "string",
26 "source": "html",
27 "selector": ".wp-block-getwid-testimonial__content"
28 },
29 "imgId": {
30 "type": "number"
31 },
32 "imgUrl": {
33 "type": "string",
34 "source": "attribute",
35 "attribute": "src",
36 "selector": ".wp-block-getwid-testimonial__image img"
37 },
38 "imgAlt": {
39 "type": "string",
40 "source": "attribute",
41 "attribute": "alt",
42 "selector": ".wp-block-getwid-testimonial__image img"
43 }
44 },
45 "editorScript": "file:./index.js",
46 "editorStyle": "file:./index.css",
47 "style": "file:./style-index.css"
48 }