strapi-plugin-prev-next-button

1.0.0 • Public • Published

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

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

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

'prev-next-button': true

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

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.

Package Sidebar

Install

npm i strapi-plugin-prev-next-button

Weekly Downloads

34

Version

1.0.0

License

MIT

Unpacked Size

339 kB

Total Files

52

Last publish

Collaborators

  • dalerleo