diff --git a/changelog/unreleased/enhancement-action-a-tags b/changelog/unreleased/enhancement-action-a-tags new file mode 100644 index 00000000000..b4903aad14f --- /dev/null +++ b/changelog/unreleased/enhancement-action-a-tags @@ -0,0 +1,5 @@ +Enhancement: Support a tags in actions + +We've added support for `a` tags in actions. This allows developers to create action extensions for e.g. opening file-specific URLs from the context menu. + +https://github.com/owncloud/web/pull/11502 diff --git a/docs/extension-system/extension-types/actions.md b/docs/extension-system/extension-types/actions.md index ea7119b37ea..0e8d86ee8e6 100644 --- a/docs/extension-system/extension-types/actions.md +++ b/docs/extension-system/extension-types/actions.md @@ -36,9 +36,9 @@ The most important configuration options are: - `icon` - The icon to be displayed, can be picked from https://owncloud.design/#/Design%20Tokens/IconList - `name` - The name of the action (not displayed in the UI) - `label` - The text to be displayed -- `route` - The string/route to navigate to, if the nav item should be a `` -- `handler` - The action to perform upon click, if the nav item should be a `