Skip to content

A plugin to traverse next and previous records on content manager.

License

Notifications You must be signed in to change notification settings

HeliconiaIO/strapi-plugin-navigator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo - Strapi Navigator

Strapi Plugin Navigator

A strapi plugin to traverse next and previous records on content manager.

How to Install

Copy the following code and run from your terminal

#yarn
yarn add strapi-plugin-navigator
#pnpm
pnpm add strapi-plugin-navigator
#npm
npm install strapi-plugin-navigator

The plugin should now be active and show the Next and Previous buttons.

How to use

After activation of the Plugin, click the Next and Previous Buttons in the edit view.

Troubleshooting

If the Next and Previous buttons does not show up, try adding the following attribute in the config/plugins.js file:

'navigator': true

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

module.exports = () => ({
  'navigator': true,
});

Issues

Please report any issues on GitHub.

About

A plugin to traverse next and previous records on content manager.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published