mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-11 17:55:51 +00:00
Add Puzzle
This commit is contained in:
parent
a8095e4fb9
commit
b101a5c0a3
@ -82,7 +82,16 @@ parentEpml.ready().then(() => {
|
||||
icon: 'group',
|
||||
menus: [],
|
||||
parent: false
|
||||
}
|
||||
},
|
||||
{
|
||||
url: 'puzzles',
|
||||
domain: 'core',
|
||||
page: 'puzzles/index.html',
|
||||
title: 'Puzzles',
|
||||
icon: 'extension',
|
||||
menus: [],
|
||||
parent: false
|
||||
}
|
||||
]
|
||||
|
||||
const registerPlugins = (pluginInfo) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user