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/mastering-plone/configuring_customizing.md
+24-24Lines changed: 24 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,21 +3,21 @@ myst:
3
3
html_meta:
4
4
"description": "What you can do through the web without touching the code"
5
5
"property=og:description": "What you can do through the web without touching the code"
6
-
"property=og:title": "Configuring and Customizing Plone 'Through The Web'"
6
+
"property=og:title": "Configuring Plone 'through the web'"
7
7
"keywords": "Plone, configuration"
8
8
---
9
9
10
10
(configuring-customizing-label)=
11
11
12
-
# Configuring and Customizing Plone "Through The Web"
12
+
# Configuring Plone "through the web"
13
13
14
14
(customizing-controlpanel-label)=
15
15
16
-
## The site setup
16
+
## Site Setup
17
17
18
-
Important parts of Plone can be configured in the site setup, often still called `control panel`.
18
+
Important parts of Plone can be configured in the Site Setup area, often still called the "control panel".
19
19
20
-
Follow the menu in the left bottom of your site via {guilabel}`Site Setup`
20
+
As an admin user, open the menu at the bottom left of your site and choose {guilabel}`Site Setup`.
21
21
22
22
```{figure} _static/features_control_panel.png
23
23
:alt: Site Setup
@@ -28,24 +28,24 @@ Site Setup
28
28
We'll explain every page and mention some of the actions you can perform here.
29
29
30
30
```{note}
31
-
Not all control panels known from Plone Classic are available in Volto yet.
32
-
Switch to the backend if you need to configure your site: `http://localhost:8080/Plone/@@overview-controlpanel`.
31
+
A few control panels are not available in Volto yet.
32
+
Switch to the backend if you need to configure your site: http://localhost:8080/Plone/@@overview-controlpanel.
33
33
```
34
34
35
35
### General
36
36
37
+
1. Add-ons
38
+
1. Database
37
39
1. Date and time
38
40
1. Language
39
41
1. Mail
40
42
1. Navigation
41
43
1. Search
42
44
1. Site
43
45
1. Social Media
44
-
1. Volto settings
45
-
1. Add-ons
46
-
1. Database
46
+
1. URL Management
47
47
1. Undo
48
-
1.URL management
48
+
1.Volto Settings
49
49
50
50
The following control panels are so far only available in the backend:
51
51
@@ -55,23 +55,23 @@ The following control panels are so far only available in the backend:
55
55
56
56
### Content
57
57
58
-
1. Content types
58
+
1. Block Types
59
+
1. Content Rules
60
+
1. Content Types
59
61
1. Editing
60
-
1. Image handling
61
-
1. Content rules
62
+
1. Image Handling
62
63
1. Relations
63
-
1. Moderate comments
64
64
65
65
The following control panels are so far only available in the backend:
66
66
67
67
1. Content Settings
68
68
69
69
### Users
70
70
71
-
1.User and group settings
72
-
1.Editing users
73
-
1.Editing groups
74
-
1.Editing group memberships
71
+
1.Groups
72
+
1.User Group Membership
73
+
1.User and Group Settings
74
+
1.Users
75
75
76
76
### Security
77
77
@@ -100,7 +100,7 @@ Below the links to panels you will find information on your Plone, Zope and Pyth
100
100
101
101
(customizing-zmi-label)=
102
102
103
-
## ZMI (Zope management interface)
103
+
## Zope Management Interface (ZMI)
104
104
105
105
Zope is the foundation of Plone.
106
106
Here you can access the inner workings of Zope and Plone alike.
@@ -112,16 +112,16 @@ You can easily break your site here. So you should know what you are doing!
112
112
Back up your site, just to be sure.
113
113
```
114
114
115
-
Examples of what can be configured in the `ZMI` are
115
+
Examples of what can be configured in the `ZMI` are:
116
116
117
-
{guilabel}`portal_workflow` where you can inspect and manage existing and applied workflows, their states and transitions.
117
+
*{guilabel}`portal_workflow` where you can inspect and manage existing and applied workflows, their states and transitions.
118
118
119
-
{guilabel}`portal_catalog` where you can inspect existing indices.
119
+
*{guilabel}`portal_catalog` where you can inspect existing indices.
120
120
121
121
122
122
## Summary
123
123
124
124
You can configure and customize a lot in Plone through the web.
125
125
The most important options are accessible in the [Plone control panel](http://localhost:3000/controlpanel) but some are hidden away in the [ZMI](http://localhost:8080/Plone/manage).
126
-
The amount and presentation of information may be overwhelming and the differences between the Volto frontend and the Classic Plone frontend adds even more complexity.
126
+
The amount and presentation of information may be overwhelming and the differences between the Volto frontend and the Classic Plone frontend add even more complexity.
127
127
Don't worry, you'll get the hang of it through practice.
0 commit comments