mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:50:45 +00:00
docs(slack): link to additional manifest settings
This commit is contained in:
@@ -282,6 +282,10 @@ openclaw gateway
|
|||||||
</Tab>
|
</Tab>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
||||||
|
### Additional manifest settings
|
||||||
|
|
||||||
|
Surface different features that extend the above defaults.
|
||||||
|
|
||||||
<AccordionGroup>
|
<AccordionGroup>
|
||||||
<Accordion title="Optional native slash commands">
|
<Accordion title="Optional native slash commands">
|
||||||
|
|
||||||
@@ -815,7 +819,7 @@ Slash commands appear in Slack as either a single configured command or multiple
|
|||||||
/openclaw /help
|
/openclaw /help
|
||||||
```
|
```
|
||||||
|
|
||||||
Native commands require [manifest changes](#optional-native-slash-commands) to your Slack app and are enabled with `channels.slack.commands.native: true` or `commands.native: true` in global configurations instead.
|
Native commands require [additional manifest settings](#additional-manifest-settings) in your Slack app and are enabled with `channels.slack.commands.native: true` or `commands.native: true` in global configurations instead.
|
||||||
|
|
||||||
- Native command auto-mode is **off** for Slack so `commands.native: "auto"` does not enable Slack native commands.
|
- Native command auto-mode is **off** for Slack so `commands.native: "auto"` does not enable Slack native commands.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user