You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/backend/upgrading/version-specific-migration/upgrade-to-60.md
+13-11Lines changed: 13 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -626,23 +626,25 @@ Plone 6.0 removes such references from the viewlet names to avoid confusion.
626
626
- Plone 6.0 renames the `plone.belowcontenttitle.keywords` viewlet to `plone.keywords`, and moves it from manager `plone.belowcontent` to `plone.belowcontentbody`.
627
627
- Plone 6.0 adds the `plone.rights` viewlet in manager `plone.belowcontentbody`.
628
628
629
-
This is the same information in table form.
629
+
The names in the following table have had the namespace `plone.` removed from them for display purposes only.
630
+
In your code, you should use the object's `plone.` namespace as a prefix.
631
+
This table show the same information, but in table form.
630
632
You can toggle navigation to make more of the table visible.
631
633
632
634
```{table} Viewlet changes from 5.2 to 6.0
633
635
634
636
| 5.2 viewlet name | 5.2 viewlet manager | 6.0 viewlet name | 6.0 viewlet manager |
0 commit comments