@webbio/revalidate-parent-page
v0.0.2
Published
Revalidate parent page when child is updated
Downloads
60
Maintainers
Keywords
Readme
Strapi plugin revalidate parent page
This plugin is used to revalidate the parent page of a given page when the page is updated. It will only update the parent page, not the page itself.
Installation
Add the plugin to config/plugins.ts
'revalidate-parent-page': {
enabled: true,
}