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 | } |