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 / author-taxonomy-info / block.json
author-website-templates / build / blocks / author-pro / author-taxonomy-info Last commit date
block.json 1 month ago index.asset.php 1 month ago index.js 1 month ago render.php 1 month ago style-index-rtl.css 1 month ago style-index.css 1 month ago
block.json
30 lines
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "awt/author-pro-author-taxonomy-info",
5 "version": "1.0.0",
6 "title": "Author Taxonomy Info (Author Pro)",
7 "category": "theme",
8 "icon": "admin-users",
9 "description": "Displays author details on the Book Author Taxonomy Archive Page.",
10 "attributes": {
11 "accentColor": {
12 "type": "string",
13 "default": "#ea580c"
14 },
15 "align": {
16 "type": "string",
17 "default": "full"
18 }
19 },
20 "supports": {
21 "html": false,
22 "align": [
23 "full",
24 "wide"
25 ]
26 },
27 "textdomain": "author-website-templates",
28 "editorScript": "file:./index.js",
29 "render": "file:./render.php"
30 }