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
100 stars 35 forks source link

Where do you add the config file shown in the guide? #81

Closed carlosdubus closed 1 year ago

thewickest commented 1 year ago

It is not too obvious but after some troubleshooting I found out it should be created in ./config/plugins.js if that is your question.

mattmilburn commented 1 year ago

Hi @carlosdubus Plugin config goes in ./config/plugins.js which Strapi does not create by default.