mattmilburn / strapi-plugin-preview-button

A plugin for Strapi CMS that adds a preview button and live view button to the content manager edit view.
MIT License
99 stars 35 forks source link

Refactor config and hooks #99

Closed mattmilburn closed 1 year ago

mattmilburn commented 1 year ago

This PR applies some frontend optimizations and includes a breaking changes to the plugin configuration.

The injectListColumnView config option is no longer part of the top-level plugin config. It is now applied to the model schema's pluginOptions prop.

The list view column hook is now much simpler and no longer fails to render after first logging in 🙌🏻