mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-24 15:41:40 +00:00
refactor: hide qa channels with exposure metadata
This commit is contained in:
@@ -428,7 +428,13 @@ export type PluginPackageChannel = {
|
||||
selectionDocsOmitLabel?: boolean;
|
||||
selectionExtras?: readonly string[];
|
||||
markdownCapable?: boolean;
|
||||
exposure?: {
|
||||
configured?: boolean;
|
||||
setup?: boolean;
|
||||
docs?: boolean;
|
||||
};
|
||||
showConfigured?: boolean;
|
||||
showInSetup?: boolean;
|
||||
quickstartAllowFrom?: boolean;
|
||||
forceAccountBinding?: boolean;
|
||||
preferSessionLookupForAnnounceTarget?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user