
Strapi v5 Content Manager, supporting Draft & Publish workflows.
released June 21, 2026
npm install strapi-plugin-relation-publishA Strapi v5 plugin that adds a Publish button with a confirmation dialog to the relation edit modal in the Content Manager.
npm install strapi-plugin-relation-publish
# or
pnpm add strapi-plugin-relation-publishRegister the plugin in your Strapi project's config/plugins.ts:
export default {
'relation-publish': { enabled: true },
};When editing a relation in the Content Manager modal, the plugin injects a Publish action button. Clicking it opens a confirmation dialog before publishing the related document.
status field).published tab.pnpm install
pnpm build # build the plugin
pnpm test # run tests
pnpm test:watch # watch modeMIT
Share your work with the community and get it listed in the Strapi ecosystem for everyone to discover and use.
Submit
