mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 09:21:26 +00:00
Config: schema-driven channels and settings
This commit is contained in:
committed by
Peter Steinberger
parent
bcfc9bead5
commit
1ad26d6fea
@@ -80,6 +80,7 @@ export type PluginRecord = {
|
||||
httpHandlers: number;
|
||||
configSchema: boolean;
|
||||
configUiHints?: Record<string, PluginConfigUiHint>;
|
||||
configJsonSchema?: Record<string, unknown>;
|
||||
};
|
||||
|
||||
export type PluginRegistry = {
|
||||
|
||||
Reference in New Issue
Block a user