Adds a Prev-Next Buttons to the Edit View
Adds a Prev-Next Button to the edit view
Copy the following code and run from your terminal
1#yarn
2yarn add strapi-plugin-prev-next-button
1#npm
2npm 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:
1module.exports = () => ({
2 'prev-next-button': true,
3});
mainField
which is configured via Configure the view.
defaultSortBy
and defaultSortOrder
defined in Configure the View Settings. Improvements are coming soon.
npm install strapi-plugin-prev-next-button
Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.