mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-28 15:54:56 +00:00
config: packages,metadata,json (2 files)
This commit is contained in:
@@ -21,5 +21,9 @@
|
||||
"tests/components.cases.json"
|
||||
]
|
||||
},
|
||||
"minLevel": 2
|
||||
"minLevel": 2,
|
||||
"schema": {
|
||||
"entities": ["ForumCategory", "ForumThread", "ForumPost"],
|
||||
"path": "schema/entities.yaml"
|
||||
}
|
||||
}
|
||||
@@ -30,5 +30,9 @@
|
||||
]
|
||||
},
|
||||
"tags": ["chat", "irc", "messaging", "realtime"],
|
||||
"minLevel": 2
|
||||
"minLevel": 2,
|
||||
"schema": {
|
||||
"entities": ["IRCChannel", "IRCMessage", "IRCMembership"],
|
||||
"path": "schema/entities.yaml"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user