Files
openclaw/extensions/bluebubbles/src/config-ui-hints.ts
2026-04-08 08:52:51 +01:00

13 lines
571 B
TypeScript

import type { ChannelConfigUiHint } from "openclaw/plugin-sdk/channel-core";
export const bluebubblesChannelConfigUiHints = {
"": {
label: "BlueBubbles",
help: "BlueBubbles channel provider configuration used for Apple messaging bridge integrations. Keep DM policy aligned with your trusted sender model in shared deployments.",
},
dmPolicy: {
label: "BlueBubbles DM Policy",
help: 'Direct message access control ("pairing" recommended). "open" requires channels.bluebubbles.allowFrom=["*"].',
},
} satisfies Record<string, ChannelConfigUiHint>;