We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed374a1 commit f924aeeCopy full SHA for f924aee
docs/backend/behaviors.md
@@ -19,8 +19,7 @@ Behaviors are essentially small chunks of code that can be plugged onto content
19
A Plone behavior could be used to
20
21
- 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,
+- add logic as part of the adapter,
24
- enable a particular event handler,
25
- enable one or more views, viewlets, or other UI components,
26
- do anything else which may be expressed in code via an adapter and/or marker interface.
0 commit comments