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 / child-author / activities / block.json
author-website-templates / build / blocks / child-author / activities Last commit date
block.json 1 month ago index.asset.php 1 month ago index.js 1 month ago
block.json
74 lines
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "awt/child-author-activities",
5 "version": "1.0.0",
6 "title": "Activities (Child Author)",
7 "category": "theme",
8 "icon": "grid-view",
9 "description": "Display activity cards with Pro Locking for styling controls.",
10 "keywords": [
11 "activities",
12 "cards",
13 "grid",
14 "author"
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": "Fun Stuff To Do!"
26 },
27 "activityStyle": {
28 "type": "string",
29 "default": "fun"
30 },
31 "sectionBgColor": {
32 "type": "string",
33 "default": ""
34 },
35 "sectionPadding": {
36 "type": "number",
37 "default": null
38 },
39 "cardBgColor": {
40 "type": "string",
41 "default": ""
42 },
43 "headingColor": {
44 "type": "string",
45 "default": ""
46 },
47 "textColor": {
48 "type": "string",
49 "default": ""
50 },
51 "hideCurve": {
52 "type": "boolean",
53 "default": false
54 },
55 "curveColor": {
56 "type": "string",
57 "default": "#FFFDF5"
58 },
59 "blockId": {
60 "type": "string",
61 "default": ""
62 }
63 },
64 "providesContext": {
65 "awt/activityStyle": "activityStyle"
66 },
67 "supports": {
68 "html": false,
69 "align": [
70 "full"
71 ],
72 "alignWide": true
73 }
74 }