Skip to content

Commit d10c22f

Browse files
committed
move traiing to bottom
1 parent c5ff42d commit d10c22f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/backend/behaviors.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ myst:
1111

1212
# Behaviors
1313

14-
```{seealso}
15-
See the chapter {ref}`training:behaviors1-label` from the Mastering Plone 6 Training.
16-
```
17-
1814
## What are Behaviors in Plone
1915

2016
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:
300296
adapter = IPriceBehavior(context)
301297
return adapter.price_gross
302298
```
299+
300+
### Further reading on behaviors
301+
302+
```{seealso}
303+
See the chapter {ref}`training:behaviors1-label` from the Mastering Plone 6 Training.
304+
```

0 commit comments

Comments
 (0)