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 / author-pro / synopsis / block.json
author-website-templates / build / blocks / author-pro / synopsis Last commit date
block.json 4 months ago index.asset.php 4 months ago index.js 4 months ago render.php 4 months ago
block.json
55 lines
1 {
2 "apiVersion": 3,
3 "name": "awt/author-pro-book-synopsis",
4 "version": "1.0.1",
5 "title": "Book Synopsis [Author Pro]",
6 "category": "author-website-templates",
7 "icon": "text-page",
8 "description": "A dynamic synopsis section with book details and author profile.",
9 "supports": {
10 "html": false,
11 "anchor": true,
12 "align": [
13 "full"
14 ]
15 },
16 "textdomain": "author-website-templates",
17 "attributes": {
18 "blockId": {
19 "type": "string"
20 },
21 "anchor": {
22 "type": "string"
23 },
24 "headline": {
25 "type": "string",
26 "default": "A System for Transformation"
27 },
28 "showQuote": {
29 "type": "boolean",
30 "default": true
31 },
32 "quoteText": {
33 "type": "string",
34 "default": "This book completely changed my perspective on daily habits."
35 },
36 "quoteAuthor": {
37 "type": "string",
38 "default": "- Reader Review"
39 },
40 "authorImage": {
41 "type": "object",
42 "default": {}
43 },
44 "authorSubtitle": {
45 "type": "string",
46 "default": "Author"
47 },
48 "viewProfileLabel": {
49 "type": "string",
50 "default": "View Profile"
51 }
52 },
53 "editorScript": "file:./index.js",
54 "render": "file:./render.php"
55 }