Plone integration for the basic plone.portlets package. Provides UI for managing portlets, portlet assignment, rendering, and storage in the Plone CMS. Current version 7.0.0, release cadence follows Plone major releases.
pip install plone.app.portletsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Get portlet assignments for the navigation root context. Works with Plone site.
Migrate content types to Dexterity (plone.dexterity) before upgrading.
Use `plone.portlets.interfaces.IPortletManager` directly.
Use <browser:page> and <plone:portlet> ZCML directives instead.
Implement `sort_order` property on your portlet assignment or use `plone.app.portlets.browser.edit` sorting.
Update your portlet templates to use Plone 6 CSS patterns (Bootstrap 5).