mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-05 11:09:39 +00:00
23 lines
483 B
JSON
23 lines
483 B
JSON
{
|
|
"scripts": [
|
|
{
|
|
"id": "init",
|
|
"name": "Admin Dialog Init",
|
|
"file": "init.lua",
|
|
"description": "Initialize admin dialog module"
|
|
},
|
|
{
|
|
"id": "user",
|
|
"name": "User Management Dialog",
|
|
"file": "user.lua",
|
|
"description": "User edit/create dialog"
|
|
},
|
|
{
|
|
"id": "settings",
|
|
"name": "Settings Dialog",
|
|
"file": "settings.lua",
|
|
"description": "Admin settings dialog"
|
|
}
|
|
]
|
|
}
|