PluginProbe ʕ •ᴥ•ʔ
Author Website Templates – Create Writer, Author & Publisher Websites Easily / 1.1.5
Author Website Templates – Create Writer, Author & Publisher Websites Easily v1.1.5
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 / child-author / books-gallery / block.json
author-website-templates / build / blocks / child-author / books-gallery Last commit date
block.json 5 months ago index.asset.php 5 months ago index.js 5 months ago render.php 5 months ago
block.json
86 lines
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "awt/child-author-books-gallery",
5 "version": "1.0.0",
6 "title": "Books Gallery (Child Author)",
7 "category": "theme",
8 "icon": "book",
9 "description": "Display books from RS WP Book Showcase in a customizable grid.",
10 "keywords": [
11 "books",
12 "gallery",
13 "showcase",
14 "library"
15 ],
16 "textdomain": "author-website-templates",
17 "editorScript": "file:./index.js",
18 "attributes": {
19 "align": {
20 "type": "string",
21 "default": "full"
22 },
23 "heading": {
24 "type": "string",
25 "default": "My Book Shelf"
26 },
27 "galleryStyle": {
28 "type": "string",
29 "default": "fun"
30 },
31 "booksPerPage": {
32 "type": "number",
33 "default": 8
34 },
35 "booksPerRow": {
36 "type": "number",
37 "default": 4
38 },
39 "order": {
40 "type": "string",
41 "default": "DESC"
42 },
43 "orderby": {
44 "type": "string",
45 "default": "date"
46 },
47 "excludeBooks": {
48 "type": "string",
49 "default": ""
50 },
51 "sectionBgColor": {
52 "type": "string",
53 "default": ""
54 },
55 "sectionPadding": {
56 "type": "number"
57 },
58 "headingColor": {
59 "type": "string",
60 "default": ""
61 },
62 "bookTitleColor": {
63 "type": "string",
64 "default": ""
65 },
66 "cardBgColor": {
67 "type": "string",
68 "default": ""
69 },
70 "blockId": {
71 "type": "string",
72 "default": ""
73 }
74 },
75 "supports": {
76 "html": false,
77 "color": false,
78 "typography": false,
79 "spacing": false,
80 "align": [
81 "full"
82 ],
83 "alignWide": true
84 },
85 "render": "file:./render.php"
86 }