mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 09:37:17 +00:00
Add more nodes to the initialization schema
This commit is contained in:
parent
31ac65eb18
commit
c99fd098ef
1 changed files with 6 additions and 0 deletions
|
|
@ -58,6 +58,8 @@ const schema = {
|
|||
"status",
|
||||
"albumart",
|
||||
"playlistplus",
|
||||
"syscmds",
|
||||
"guiobject",
|
||||
],
|
||||
group: [
|
||||
"button",
|
||||
|
|
@ -108,6 +110,7 @@ const schema = {
|
|||
"truetypefont",
|
||||
"cursor",
|
||||
"elementalias",
|
||||
"groupdef",
|
||||
],
|
||||
skininfo: [
|
||||
"version",
|
||||
|
|
@ -135,6 +138,7 @@ const schema = {
|
|||
"container",
|
||||
"gammaset",
|
||||
"accelerators",
|
||||
"color",
|
||||
],
|
||||
gammaset: ["gammagroup"],
|
||||
accelerators: ["accelerator"],
|
||||
|
|
@ -145,9 +149,11 @@ const noop = (node, parent) => new MakiObject(node, parent);
|
|||
const parsers = {
|
||||
groupdef: (node, parent) => new JsGroupDef(node, parent),
|
||||
skininfo: noop,
|
||||
guiobject: noop,
|
||||
version: noop,
|
||||
name: noop,
|
||||
comment: noop,
|
||||
syscmds: noop,
|
||||
author: noop,
|
||||
email: noop,
|
||||
homepage: noop,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue