PluginProbe ʕ •ᴥ•ʔ
Smart Custom 404 Error Page / trunk
Smart Custom 404 Error Page vtrunk
trunk 11.4.6 11.4.7 11.4.8
404page / block.json
404page Last commit date
assets 1 year ago inc 1 year ago 404page.php 1 year ago block.json 3 years ago block.php 1 year ago functions.php 1 year ago index.php 8 years ago loader.php 1 year ago readme.txt 1 month ago shortcodes.php 1 year ago uninstall.php 1 year ago
block.json
24 lines
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 2,
4 "name": "petersplugins/the-url",
5 "title": "URL causing 404 error",
6 "category": "widgets",
7 "icon": "editor-unlink",
8 "version": "11.4.1",
9 "textdomain": "404page",
10 "attributes": {
11 "urltype": {
12 "type": "string",
13 "default": "full"
14 },
15 "alignment": {
16 "type": "string",
17 "default": "none"
18 }
19 },
20 "supports": {
21 "color": true
22 },
23 "editorScript": "404page-block"
24 }