Skip to content

Commit 5a24d63

Browse files
committed
refine note about action providers
1 parent 20036d8 commit 5a24d63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/backend/portal-actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Actions are links or buttons that allow users to perform specific actions on you
1515
These actions can be anything from viewing a content item to editing a page, to accessing a specific feature of your site.
1616

1717
```{note}
18-
There are at least two providers for actions, the `portal_actions` tool and the content type actions defined in the several Factory Type Information's under the `portal_workflow` tool.
19-
Here the portal actions are described.
18+
Actions in Plone are provided by Action Providers. There are at least two providers for actions, the Portal Actions, provided by actions tool `portal_actions` (as it is named in the ZMI) and the content type actions defined by the several Factory Type Information's of the Types Tool `portal_types` (ZMI).
19+
Here only the portal actions are described.
2020
```
2121

2222
Portal actions are typically displayed in the site's navigation menu or toolbar and can be accessed by users with the appropriate permissions.

0 commit comments

Comments
 (0)