From ad04050196fa0a85005a9d62aae70f659b770bd0 Mon Sep 17 00:00:00 2001 From: Dikran Samarjian Date: Mon, 10 Aug 2026 15:24:30 -0700 Subject: [PATCH] menu-actions forUserType update --- docs/capabilities/client/menu-actions.mdx | 10 +++++----- .../version-0.14/capabilities/client/menu-actions.mdx | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/capabilities/client/menu-actions.mdx b/docs/capabilities/client/menu-actions.mdx index 348944e8..3bd42d2a 100644 --- a/docs/capabilities/client/menu-actions.mdx +++ b/docs/capabilities/client/menu-actions.mdx @@ -75,11 +75,11 @@ app.post( You can decide where the menu action shows up by specifying the location property. -| Property | Values | Description | -| ---------------------- | ------------------------------ | ------------------------------------------------------------------------------- | -| location (required) | `comment`, `post`, `subreddit` | Determines where the menu action appears. | -| postFilter (optional) | `currentApp` | Shows the action created by your app. The default is no filtering. | -| forUserType (optional) | `moderator` | Specifies the user types that can see the menu action. The default is everyone. | +| Property | Values | Description | +| ---------------------- | ------------------------------ | ----------------------------------------------------------------------------------------- | +| location (required) | `comment`, `post`, `subreddit` | Determines where the menu action appears. | +| postFilter (optional) | `currentApp` | Shows the action created by your app. The default is no filtering. | +| forUserType (optional) | `moderator`, `user` | Specifies who can see the menu action. The default is `moderator`; use `user` for all users. | :::note For moderator permission security, when opening a form from a menu action with `forUserType: moderator`, the user initiating the action must complete all actions within 10 minutes. diff --git a/versioned_docs/version-0.14/capabilities/client/menu-actions.mdx b/versioned_docs/version-0.14/capabilities/client/menu-actions.mdx index 348944e8..3bd42d2a 100644 --- a/versioned_docs/version-0.14/capabilities/client/menu-actions.mdx +++ b/versioned_docs/version-0.14/capabilities/client/menu-actions.mdx @@ -75,11 +75,11 @@ app.post( You can decide where the menu action shows up by specifying the location property. -| Property | Values | Description | -| ---------------------- | ------------------------------ | ------------------------------------------------------------------------------- | -| location (required) | `comment`, `post`, `subreddit` | Determines where the menu action appears. | -| postFilter (optional) | `currentApp` | Shows the action created by your app. The default is no filtering. | -| forUserType (optional) | `moderator` | Specifies the user types that can see the menu action. The default is everyone. | +| Property | Values | Description | +| ---------------------- | ------------------------------ | ----------------------------------------------------------------------------------------- | +| location (required) | `comment`, `post`, `subreddit` | Determines where the menu action appears. | +| postFilter (optional) | `currentApp` | Shows the action created by your app. The default is no filtering. | +| forUserType (optional) | `moderator`, `user` | Specifies who can see the menu action. The default is `moderator`; use `user` for all users. | :::note For moderator permission security, when opening a form from a menu action with `forUserType: moderator`, the user initiating the action must complete all actions within 10 minutes.