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 fa57882 commit d08fc03Copy full SHA for d08fc03
docs/backend/behaviors.md
@@ -19,7 +19,8 @@ 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 as part of the adapter,
+- add logic for how to read or write field values,
23
+- add logic for how to calculate values or fetch data from other sources,
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