strapi-plugin-preview-button icon indicating copy to clipboard operation
strapi-plugin-preview-button copied to clipboard

A plugin for Strapi CMS that adds a preview button and live view button to the content manager edit view.

Results 17 strapi-plugin-preview-button issues
Sort by recently updated
recently updated
newest added

I've tried everythign by now. Works on my machine. Works on my machine in both in development and production mode pointing to production database. Works on my machine with both:...

## 🚧 Work In Progress 🚧 This PR brings support for [Strapi v5](https://strapi.io/five) to the plugin. * Use 18-20 range for `nodeEngines`. * Upgrade dependencies to their latest versions. *...

I am installing Plugin with latest version of strapi but not visible eventhough I run command npm run build and added code in my config/plugin.js file by just following https://market.strapi.io/plugins/strapi-plugin-preview-button...

The use case is: an editor has both the CMS and the preview URL open. They edit some data in the CMS, and the preview URL automatically updates to reflect...

request

I noticed following issue - tested with current version `2.2.1`. Minimum steps to reproduce: 1. Defined minimum content type: ``` { "kind": "collectionType", "collectionName": "tests", "info": { "singularName": "test", "pluralName":...

I need to localize my urls as some parts of my path are localized, e.g. ``` { published: { url: 'http://localhost:3000/{locale}/movie/{slug}', url: 'http://localhost:3000/{locale}/film/{slug}', }, } ``` How could I easily...

I'm using the `gatsby-source-strapi` plugin to query the data in my Gatsby FE app. This config makes the preview button show up in the Strapi CMS. ``` module.exports = ({...

Strapi allows draft entries not to have all the required fields, which is great since users can save an unfinished entry as a draft and finish it later. However with...

request

http://localhost/preview?type=article&slug=game&secret=JWT_TOKEN_HERE When i config jwt in config/plugins.js isn't work I mean jwt token will generate 1 time not every time expected : i want jwt token generate every time when...

Currently urls for posts are pre-generated. By allowing the generation of the url (or parts of it) it would be possible to create more secure preview urls. The static key...

request