diff --git a/changelog/unreleased/enhancement-quick-actions-via-extension b/changelog/unreleased/enhancement-quick-actions-via-extension new file mode 100644 index 00000000000..00036aa65b6 --- /dev/null +++ b/changelog/unreleased/enhancement-quick-actions-via-extension @@ -0,0 +1,8 @@ +Enhancement: Registering quick actions as extension + +Quick actions can now registered as extension via our extension registry. They need to be of type `action` and have the `files.quick-action` scope. + +The old way of registering quick actions via the `quickaction` property of an app is now officially deprecated. + +https://github.com/owncloud/web/pull/10102 +https://github.com/owncloud/web/issues/7338 diff --git a/packages/web-app-files/src/components/FilesList/QuickActions.vue b/packages/web-app-files/src/components/FilesList/QuickActions.vue index cced6d97b95..c6835d335e1 100644 --- a/packages/web-app-files/src/components/FilesList/QuickActions.vue +++ b/packages/web-app-files/src/components/FilesList/QuickActions.vue @@ -2,15 +2,13 @@