Skip to content

Commit 32d4ab0

Browse files
committed
add guilabel, minor enhancemnt
1 parent f5c0cf3 commit 32d4ab0

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/backend/behaviors.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ Behaviors are essentially small chunks of code that can be plugged onto content
1818

1919
A Plone behavior could be used to
2020

21-
- Add a set of form fields (on standard add and edit forms)
22-
- Enable a particular event handler
23-
- Enable one or more views, viewlets, or other UI components
24-
- Anything else which may be expressed in code via an adapter and/or marker interface.
21+
- add a set of form fields (on standard add and edit forms),
22+
- add logic as part of the adapter,
23+
- enable a particular event handler,
24+
- enable one or more views, viewlets, or other UI components,
25+
- do anything else which may be expressed in code via an adapter and/or marker interface.
2526

2627
Behaviors can be added to content types on an as-needed basis, allowing for a high degree of flexibility and customization.
2728

@@ -71,17 +72,17 @@ Overall, behaviors are an important part of the Plone content management system
7172

7273
There are two ways to add or remove a behavior on a type:
7374

74-
- through the web using the control panel
75-
- using a custom add-on GenericSetup profile
75+
- through the web using the control panel,
76+
- using a custom add-on GenericSetup profile.
7677

7778
### Through the Web
7879

79-
1. Go to the Site Setup and chose the Content Types control panel
80+
1. Go to the {guilabel}`Site Setup` and chose the {guilable}`Content Types` control panel
8081
2. Select the type where you want to add or remove a behavior
81-
3. Then click on the Behaviors tab of the types settings.
82+
3. Then click on the {guilabel}`Behaviors` tab of the settings of the type.
8283
4. A list of all available behaviors appears.
8384
Select or unselect the checkbox of the behavior you want to add to or remove from the type.
84-
5. Save the form by clicking on the Save button at the bottom of the page.
85+
5. Save the form by clicking on the {guilabel}`Save` button at the bottom of the page.
8586

8687
### Using a GenericSetup profile
8788

0 commit comments

Comments
 (0)