Strapi plugin logo for Prev-Next Buttons

Prev-Next Buttons

Adds a Prev-Next Buttons to the Edit View

thumbnail for Prev-Next Buttons

Strapi plugin prev-next-button

Logo - Strapi Prev-Next Button

Strapi Plugin Prev-Next Buttons

Adds a Prev-Next Button to the edit view

How to Install

Copy the following code and run from your terminal

1
2
#yarn
yarn add strapi-plugin-prev-next-button
1
2
#npm
npm install strapi-plugin-prev-next-button

Add the following attribute in the config/plugins.js file:

1
'prev-next-button': true

Or if you do not have the plugins.js file yet, add the file with the following contents:

1
2
3
module.exports = () => ({
  'prev-next-button': true,
});

How to use

After activation of the Plugin, click the Prev-Next Buttons will be available in the edit view for an easy navigation.

Install now

npm install strapi-plugin-prev-next-button

STATS

No GitHub star yet90 weekly downloads

Last updated

7 days ago

Strapi Version

4.9.0 and above

Author

github profile image for Daler Abdullaev
Daler Abdullaev

Useful links

Create your own plugin

Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.