mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Refactor the default peppermint.json nav more menu value
....but the supporting backend code isn't there yet.
This commit is contained in:
parent
0427f8818f
commit
2c37d77f82
1 changed files with 50 additions and 42 deletions
|
@ -69,52 +69,60 @@
|
|||
],
|
||||
"menu"
|
||||
]},
|
||||
"nav_links_extra": { "type": "nav", "description": "An array of additional links in the above format that will be shown under \"More\" subsection.", "default": [
|
||||
[
|
||||
"⌛ Page History",
|
||||
"?action=history&page={page}"
|
||||
"nav_links_extra": { "type": "nav", "description": "An array of additional links in the above format that will be shown under \"More\" subsection.", "default": {
|
||||
"Page": [
|
||||
[
|
||||
"⌛ Page History",
|
||||
"?action=history&page={page}"
|
||||
],
|
||||
[
|
||||
"📤 Upload",
|
||||
"index.php?action=upload"
|
||||
]
|
||||
],
|
||||
[
|
||||
"🎫 All Tags",
|
||||
"index.php?action=list-tags"
|
||||
"Navigation": [
|
||||
[
|
||||
"🎫 All Tags",
|
||||
"index.php?action=list-tags"
|
||||
],
|
||||
[
|
||||
"🎊 Random Page",
|
||||
"?action=random"
|
||||
],
|
||||
[
|
||||
"📅 Recent changes",
|
||||
"?action=recent-changes"
|
||||
]
|
||||
],
|
||||
[
|
||||
"👥 All Users",
|
||||
"index.php?action=user-list"
|
||||
"Wiki": [
|
||||
[
|
||||
"📊 Statistics",
|
||||
"?action=stats"
|
||||
],
|
||||
[
|
||||
"👥 All Users",
|
||||
"index.php?action=user-list"
|
||||
]
|
||||
],
|
||||
[
|
||||
"🎊 Random Page",
|
||||
"?action=random"
|
||||
],
|
||||
[
|
||||
"🗓 Recent changes",
|
||||
"?action=recent-changes"
|
||||
],
|
||||
[
|
||||
"📊 Statistics",
|
||||
"?action=stats"
|
||||
],
|
||||
[
|
||||
"🌥 Upload",
|
||||
"index.php?action=upload"
|
||||
],
|
||||
[
|
||||
"◆ 🚫 Delete",
|
||||
"index.php?action=delete&page={page}"
|
||||
],
|
||||
[
|
||||
"◆ 🚠 Move",
|
||||
"index.php?action=move&page={page}"
|
||||
],
|
||||
[
|
||||
"◆ 🔐 Toggle Protection",
|
||||
"index.php?action=protect&page={page}"
|
||||
],
|
||||
[
|
||||
"◆ 🔧 Edit master settings",
|
||||
"index.php?action=configure"
|
||||
"Moderator": [
|
||||
[
|
||||
"◆ 🚫 Delete",
|
||||
"index.php?action=delete&page={page}"
|
||||
],
|
||||
[
|
||||
"◆ 🚠 Move",
|
||||
"index.php?action=move&page={page}"
|
||||
],
|
||||
[
|
||||
"◆ 🔐 Toggle Protection",
|
||||
"index.php?action=protect&page={page}"
|
||||
],
|
||||
[
|
||||
"◆ 🔧 Edit master settings",
|
||||
"index.php?action=configure"
|
||||
]
|
||||
]
|
||||
]},
|
||||
} },
|
||||
"nav_links_bottom": { "type": "nav", "description": "An array of links in the above format that will be shown at the bottom of the page.", "default": [
|
||||
[
|
||||
"🖨 Printable version",
|
||||
|
|
Loading…
Reference in a new issue