Skip to content

Commit 05e2274

Browse files
Viewlets upgrade: make table less wide by removing 'plone.' from all cells.
1 parent a22db28 commit 05e2274

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

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

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -626,23 +626,25 @@ Plone 6.0 removes such references from the viewlet names to avoid confusion.
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`.
628628

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.
630632
You can toggle navigation to make more of the table visible.
631633

632634
```{table} Viewlet changes from 5.2 to 6.0
633635
634636
| 5.2 viewlet name | 5.2 viewlet manager | 6.0 viewlet name | 6.0 viewlet manager |
635637
| ---------------- | ------------------- | ---------------- | ------------------- |
636-
|| `plone.documentactions` | | |
637-
|||| `plone.belowcontentdescription` |
638-
| `plone.header` | `plone.portaltop` | | `plone.portaltop` |
639-
| `plone.abovecontenttitle.documentactions` | `plone.belowcontentbody` | `plone.documentactions` | `plone.belowcontent` |
640-
| `plone.abovecontenttitle.socialtags` | `plone.abovecontenttitle` | `plone.socialtags` | `plone.abovecontenttitle` |
641-
| `plone.belowcontentbody.relateditems` | `plone.belowcontentbody` | `plone.relateditems` | `plone.belowcontentbody` |
642-
| `plone.manage_portlets_fallback` | `plone.belowcontent` | | `plone.belowcontent` |
643-
| `plone.belowcontenttitle.documentbyline` | `plone.belowcontenttitle` | `plone.documentbyline` | `plone.belowcontenttitle` |
644-
| `plone.belowcontenttitle.keywords` | `plone.belowcontent` | `plone.keywords` | `plone.belowcontentbody` |
645-
| | `plone.belowcontentbody` | `plone.rights` | `plone.belowcontentbody` |
638+
|| `documentactions` | | |
639+
|||| `belowcontentdescription` |
640+
| `header` | `portaltop` | | `portaltop` |
641+
| `abovecontenttitle.documentactions` | `belowcontentbody` | `documentactions` | `belowcontent` |
642+
| `abovecontenttitle.socialtags` | `abovecontenttitle` | `socialtags` | `abovecontenttitle` |
643+
| `belowcontentbody.relateditems` | `belowcontentbody` | `relateditems` | `belowcontentbody` |
644+
| `manage_portlets_fallback` | `belowcontent` | | `belowcontent` |
645+
| `belowcontenttitle.documentbyline` | `belowcontenttitle` | `documentbyline` | `belowcontenttitle` |
646+
| `belowcontenttitle.keywords` | `belowcontent` | `keywords` | `belowcontentbody` |
647+
| | `belowcontentbody` | `rights` | `belowcontentbody` |
646648
```
647649

648650
One final change is that Plone 6.0 moves the `plone.footer` viewlet from `plone.app.layout/viewlets` to `plone.app.portlets`.

0 commit comments

Comments
 (0)