PluginProbe ʕ •ᴥ•ʔ
Author Website Templates – Create Writer, Author & Publisher Websites Easily / 1.1.9
Author Website Templates – Create Writer, Author & Publisher Websites Easily v1.1.9
trunk 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9
author-website-templates / build / blocks / author-pro / reviews / block.json
author-website-templates / build / blocks / author-pro / reviews Last commit date
block.json 1 month ago index.asset.php 1 month ago index.js 1 month ago render.php 1 month ago
block.json
75 lines
1 {
2 "apiVersion": 2,
3 "name": "awt/author-pro-reviews",
4 "version": "1.0.0",
5 "title": "Testimonials [Author Pro]",
6 "category": "awt-blocks",
7 "description": "Display reviews from your readers in a beautiful glassmorphism grid.",
8 "supports": {
9 "html": false,
10 "anchor": true,
11 "align": [
12 "full"
13 ]
14 },
15 "attributes": {
16 "blockId": {
17 "type": "string"
18 },
19 "anchor": {
20 "type": "string",
21 "default": ""
22 },
23 "align": {
24 "type": "string",
25 "default": "full"
26 },
27 "sectionTitle": {
28 "type": "string",
29 "default": "What Readers Say"
30 },
31 "postsToShow": {
32 "type": "number",
33 "default": 3
34 },
35 "order": {
36 "type": "string",
37 "default": "DESC"
38 },
39 "selectedBookId": {
40 "type": "string",
41 "default": "0"
42 },
43 "bgColor": {
44 "type": "string",
45 "default": "#0f172a"
46 },
47 "cardBgColor": {
48 "type": "string",
49 "default": "rgba(255, 255, 255, 0.1)"
50 },
51 "accentColor": {
52 "type": "string",
53 "default": "#ea580c"
54 },
55 "textColor": {
56 "type": "string",
57 "default": "#d1d5db"
58 },
59 "authorColor": {
60 "type": "string",
61 "default": "#ffffff"
62 },
63 "paddingTop": {
64 "type": "number",
65 "default": 96
66 },
67 "paddingBottom": {
68 "type": "number",
69 "default": 96
70 }
71 },
72 "textdomain": "author-website-templates",
73 "editorScript": "file:./index.js",
74 "render": "file:./render.php"
75 }