Skip to content

Commit 67edd29

Browse files
jensensstevepiercy
andauthored
Update docs/backend/portal-actions.md
Co-authored-by: Steve Piercy <[email protected]>
1 parent 5a24d63 commit 67edd29

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/backend/portal-actions.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ 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-
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).
18+
Actions in Plone are provided by action providers.
19+
There are at least two providers for actions.
20+
21+
- Portal actions, provided by the actions tool named `portal_actions` in the ZMI
22+
- Content type actions defined by the Factory Type Information (FTI) of the Types Tool, and named `portal_types` in the ZMI
1923
Here only the portal actions are described.
2024
```
2125

0 commit comments

Comments
 (0)