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 / 404-page / block.json
author-website-templates / build / blocks / child-author / 404-page Last commit date
block.json 5 months ago index.asset.php 5 months ago index.js 5 months ago render.php 5 months ago style-index-rtl.css 5 months ago style-index.css 5 months ago
block.json
46 lines
1 {
2 "apiVersion": 2,
3 "name": "awt/child-author-404-page",
4 "version": "1.0.0",
5 "title": "Child Author 404 Page",
6 "category": "rswpthemes_awt_widgets",
7 "icon": "warning",
8 "description": "A fun, illustrated 404 error page.",
9 "supports": {
10 "html": false
11 },
12 "attributes": {
13 "heading": {
14 "type": "string",
15 "default": "Where did the story go?"
16 },
17 "description": {
18 "type": "string",
19 "default": "It looks like this page got lost in the Whispering Woods! Even our bravest explorers can't find it."
20 },
21 "badgeText": {
22 "type": "string",
23 "default": "Uh-oh!"
24 },
25 "bigNumber": {
26 "type": "string",
27 "default": "404"
28 },
29 "btnHomeLabel": {
30 "type": "string",
31 "default": "Go Back Home"
32 },
33 "btnBooksLabel": {
34 "type": "string",
35 "default": "Read a Book Instead"
36 },
37 "btnContactLabel": {
38 "type": "string",
39 "default": "Report a Problem"
40 }
41 },
42 "textdomain": "author-website-templates",
43 "editorScript": "file:./index.js",
44 "render": "file:./render.php",
45 "style": "file:./index.css"
46 }