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 c5ff42d commit d10c22fCopy full SHA for d10c22f
docs/backend/behaviors.md
@@ -11,10 +11,6 @@ myst:
11
12
# Behaviors
13
14
-```{seealso}
15
-See the chapter {ref}`training:behaviors1-label` from the Mastering Plone 6 Training.
16
-```
17
-
18
## What are Behaviors in Plone
19
20
In Plone, behaviors are a way to add additional, reusable functionality to content objects without modifying the objects themselves.
@@ -300,3 +296,9 @@ class SomeViewClass:
300
296
adapter = IPriceBehavior(context)
301
297
return adapter.price_gross
302
298
```
299
+
+### Further reading on behaviors
+```{seealso}
303
+See the chapter {ref}`training:behaviors1-label` from the Mastering Plone 6 Training.
304
+```
0 commit comments