Open
Description
After installing the plugin, configuring it and launching the server, we went to the content type list and we didn't find the buttons:
But, you can see the buttons in the Entity view:
Now, we enable them from the content type schemas, and it does work well:
So, it is not enabled by default, we have to enable it manually.
{
"kind": "collectionType",
"collectionName": "posts",
"info": {
"singularName": "post",
"pluralName": "posts",
"displayName": "Post",
"description": "Write your's website posts."
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {
"i18n": {
"localized": true
},
"preview-button": {
"listViewColumn": true
}
},
}
System Information
Environment: development
OS: linux-x64
Strapi Version: 5.9.0
Node/Yarn Version: pnpm/9.10.0 npm/? node/v22.13.1 linux x64
Edition: Community
Database: sqlite
strapi-plugin-preview-button: 3.0.0
Activity