-
Notifications
You must be signed in to change notification settings - Fork 12
/
zoneboard.json
64 lines (63 loc) · 2.03 KB
/
zoneboard.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"logo_url": "https://raw.githubusercontent.com/jonsherrard/zoneboard/master/logo.png",
"message" : "Where do you want to start?",
"bricks" : [
{
"label" : "Home Page",
"icon" : "fa-home",
"links" : [
{
"label" : "Manage 'highlights'",
"url" : "/wp-admin/admin.php?page=acf-options-homepage#acf-highlights"
},
{
"label" : "Homepage Logo Pond",
"url" : "/wp-admin/admin.php?page=acf-options-homepage"
}
]
},
{
"label" : "Site-Wide",
"icon" : "fa-sitemap",
"links" : [
{
"label" : "Main Menu",
"url" : "/wp-admin/nav-menus.php"
},
{
"label" : "Site Info",
"url" : "/wp-admin/admin.php?page=acf-options-site-info"
}
]
},
{
"label" : "Portfolio Page",
"icon" : "dashicons-portfolio",
"callback" : "zoneboard_hello_world"
},
{
"label" : "Tech Info",
"icon" : "fa-github-alt",
"links" : [
{
"label" : "GitHub Repo",
"url" : "https://github.com/upstatement/blades/"
}
]
},
{
"label" : "Links, Etc.",
"icon" : "fa-link",
"links" : [
{
"label" : "Manage redirects",
"url" : "/wp-admin/edit.php?post_type=redirect_rule"
},
{
"label" : "Create a new redirect",
"url" : "/wp-admin/post-new.php?post_type=redirect_rule"
}
]
}
]
}