Skip to content

Commit 1d8f2ac

Browse files
committed
revise configuring_customizing
1 parent 2558e28 commit 1d8f2ac

2 files changed

Lines changed: 24 additions & 24 deletions

File tree

204 KB
Loading

docs/mastering-plone/configuring_customizing.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@ myst:
33
html_meta:
44
"description": "What you can do through the web without touching the code"
55
"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'"
77
"keywords": "Plone, configuration"
88
---
99

1010
(configuring-customizing-label)=
1111

12-
# Configuring and Customizing Plone "Through The Web"
12+
# Configuring Plone "through the web"
1313

1414
(customizing-controlpanel-label)=
1515

16-
## The site setup
16+
## Site Setup
1717

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".
1919

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`.
2121

2222
```{figure} _static/features_control_panel.png
2323
:alt: Site Setup
@@ -28,24 +28,24 @@ Site Setup
2828
We'll explain every page and mention some of the actions you can perform here.
2929

3030
```{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.
3333
```
3434

3535
### General
3636

37+
1. Add-ons
38+
1. Database
3739
1. Date and time
3840
1. Language
3941
1. Mail
4042
1. Navigation
4143
1. Search
4244
1. Site
4345
1. Social Media
44-
1. Volto settings
45-
1. Add-ons
46-
1. Database
46+
1. URL Management
4747
1. Undo
48-
1. URL management
48+
1. Volto Settings
4949

5050
The following control panels are so far only available in the backend:
5151

@@ -55,23 +55,23 @@ The following control panels are so far only available in the backend:
5555

5656
### Content
5757

58-
1. Content types
58+
1. Block Types
59+
1. Content Rules
60+
1. Content Types
5961
1. Editing
60-
1. Image handling
61-
1. Content rules
62+
1. Image Handling
6263
1. Relations
63-
1. Moderate comments
6464

6565
The following control panels are so far only available in the backend:
6666

6767
1. Content Settings
6868

6969
### Users
7070

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
7575

7676
### Security
7777

@@ -100,7 +100,7 @@ Below the links to panels you will find information on your Plone, Zope and Pyth
100100

101101
(customizing-zmi-label)=
102102

103-
## ZMI (Zope management interface)
103+
## Zope Management Interface (ZMI)
104104

105105
Zope is the foundation of Plone.
106106
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!
112112
Back up your site, just to be sure.
113113
```
114114

115-
Examples of what can be configured in the `ZMI` are
115+
Examples of what can be configured in the `ZMI` are:
116116

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.
118118

119-
{guilabel}`portal_catalog` where you can inspect existing indices.
119+
* {guilabel}`portal_catalog` where you can inspect existing indices.
120120

121121

122122
## Summary
123123

124124
You can configure and customize a lot in Plone through the web.
125125
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.
127127
Don't worry, you'll get the hang of it through practice.

0 commit comments

Comments
 (0)