Skip to content

Commit f924aee

Browse files
committed
Revert "Update docs/backend/behaviors.md"
This reverts commit d08fc03.
1 parent ed374a1 commit f924aee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/backend/behaviors.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ Behaviors are essentially small chunks of code that can be plugged onto content
1919
A Plone behavior could be used to
2020

2121
- add a set of form fields (on standard add and edit forms),
22-
- add logic for how to read or write field values,
23-
- add logic for how to calculate values or fetch data from other sources,
22+
- add logic as part of the adapter,
2423
- enable a particular event handler,
2524
- enable one or more views, viewlets, or other UI components,
2625
- do anything else which may be expressed in code via an adapter and/or marker interface.

0 commit comments

Comments
 (0)