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 / fun-facts / block.json
author-website-templates / build / blocks / child-author / fun-facts Last commit date
block.json 5 months ago index.asset.php 5 months ago index.js 5 months ago
block.json
53 lines
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "awt/child-author-fun-facts",
5 "title": "Fun Facts (Child Author)",
6 "category": "author-website-templates",
7 "icon": "smiley",
8 "description": "Display fun facts with colorful background and repeatable fact cards",
9 "keywords": [
10 "fun-facts",
11 "about",
12 "facts",
13 "child-author"
14 ],
15 "textdomain": "author-website-templates",
16 "editorScript": "file:./index.js",
17 "attributes": {
18 "align": {
19 "type": "string",
20 "default": "full"
21 },
22 "heading": {
23 "type": "string",
24 "default": "My Fun Facts!"
25 },
26 "sectionBgColor": {
27 "type": "string",
28 "default": ""
29 },
30 "headingColor": {
31 "type": "string",
32 "default": ""
33 },
34 "blockId": {
35 "type": "string",
36 "default": ""
37 },
38 "factsStyle": {
39 "type": "string",
40 "default": "fun"
41 }
42 },
43 "providesContext": {
44 "awt/factsStyle": "factsStyle"
45 },
46 "supports": {
47 "html": false,
48 "align": [
49 "full"
50 ]
51 },
52 "style": "file:./index.css"
53 }