You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/backend/portal-actions.md
+24-18Lines changed: 24 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,6 @@ myst:
11
11
12
12
# Portal Actions
13
13
14
-
## What are "Actions" in Plone
15
-
16
14
Actions are links or buttons that allow users to perform specific actions on your site.
17
15
These actions can be anything from viewing a content item to editing a page, to accessing a specific feature of your site.
18
16
@@ -23,7 +21,7 @@ Here the portal actions are described.
23
21
24
22
Portal actions are typically displayed in the site's navigation menu or toolbar and can be accessed by users with the appropriate permissions.
25
23
26
-
Portal actions are managed using the "Portal Actions" control panel in Plone.
24
+
Portal actions are managed using the {guilabel}`Portal Actions` control panel in Plone.
27
25
This control panel allows you to add, edit, and delete actions, as well as organize them into categories and control where they are available on your site.
28
26
29
27
## Anatomy of a Portal action
@@ -59,11 +57,19 @@ You can use the "Portal Actions" control panel to manage and organize your site'
59
57
Several different action categories are used for different purposes.
60
58
These categories include:
61
59
62
-
-*Object Actions*: actions that are available when viewing a specific content item
63
-
-*Object Buttons*: actions that are displayed as buttons when viewing a specific content item
64
-
-*Portal Tabs*: actions that are displayed as tabs on the top of the page
65
-
-*Site Actions*: actions that are available on every page of your site
66
-
-*User Actions*: actions that are available to users when they are logged in to your site
60
+
Object Actions
61
+
: `Actions that are available when viewing a specific content item.`
62
+
63
+
Object Buttons
64
+
: `Actions that are displayed as buttons when viewing a specific content item.`
65
+
Portal Tabs
66
+
: `Actions that are displayed as tabs on the top of the page.`
67
+
68
+
Site Actions
69
+
: `Actions that are available on every page of your site`
70
+
71
+
User Actions
72
+
: `Actions that are available to users when they are logged in to your site`
67
73
68
74
Each of these action categories serves a different purpose and is intended for use in specific areas of the site.
69
75
For example, object actions are intended for actions that are specific to a particular content item, while site actions are intended for actions that are available on every page of your site.
0 commit comments