Skip to content

Commit d08fc03

Browse files
authored
Update docs/backend/behaviors.md
1 parent fa57882 commit d08fc03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/backend/behaviors.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ 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 as part of the adapter,
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,
2324
- enable a particular event handler,
2425
- enable one or more views, viewlets, or other UI components,
2526
- do anything else which may be expressed in code via an adapter and/or marker interface.

0 commit comments

Comments
 (0)