0.0.8 • Published 3 months ago

test-v1-prev-next-button v0.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

Strapi plugin prev-next-button

Strapi Plugin Prev-Next Buttons

Adds a Prev-Next Button to the edit view

npm.io

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 in the edit view for an easy navigation.

0.0.8

3 months ago

0.0.7

3 months ago

0.0.6

3 months ago

0.0.5

3 months ago

0.0.4

3 months ago

0.0.3

3 months ago

0.0.2

3 months ago

0.0.1

3 months ago