Skip to content

Commit a22db28

Browse files
Viewlets upgrade: move one item below the table, as it is a separate issue.
1 parent 9beede2 commit a22db28

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/backend/upgrading/version-specific-migration/upgrade-to-60.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -625,9 +625,6 @@ Plone 6.0 removes such references from the viewlet names to avoid confusion.
625625
It remains in manager `plone.belowcontenttitle`.
626626
- Plone 6.0 renames the `plone.belowcontenttitle.keywords` viewlet to `plone.keywords`, and moves it from manager `plone.belowcontent` to `plone.belowcontentbody`.
627627
- Plone 6.0 adds the `plone.rights` viewlet in manager `plone.belowcontentbody`.
628-
- Plone 6.0 moves the `plone.footer` viewlet from `plone.app.layout/viewlets` to `plone.app.portlets`.
629-
The viewlet remains in manager `plone.portalfooter`.
630-
It renders the portlets from the `plone.footerportlets` portlet manager.
631628

632629
This is the same information in table form.
633630
You can toggle navigation to make more of the table visible.
@@ -646,4 +643,8 @@ You can toggle navigation to make more of the table visible.
646643
| `plone.belowcontenttitle.documentbyline` | `plone.belowcontenttitle` | `plone.documentbyline` | `plone.belowcontenttitle` |
647644
| `plone.belowcontenttitle.keywords` | `plone.belowcontent` | `plone.keywords` | `plone.belowcontentbody` |
648645
| | `plone.belowcontentbody` | `plone.rights` | `plone.belowcontentbody` |
649-
```
646+
```
647+
648+
One final change is that Plone 6.0 moves the `plone.footer` viewlet from `plone.app.layout/viewlets` to `plone.app.portlets`.
649+
The viewlet remains in manager `plone.portalfooter`.
650+
It renders the portlets from the `plone.footerportlets` portlet manager.

0 commit comments

Comments
 (0)