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