Strapi plugin logo for Favorite views

Favorite views

Bookmark and share custom views from Strapi admin panel

Kaliop logo

Favorite views for Strapi

tests badge

This package lets you create "favorite views" to simplify access to specific searches within a defined content type. Make your searches easier by creating links to customized views in your Strapi interface.

Getting started

Installation

npm install strapi-plugin-favorite-views

Then, enable the plugin in strapi:

1// config/plugins.js
2
3module.exports = () => ({
4  'favorite-views': {
5    enabled: true
6  }
7  // .. other plugins
8});

Configure

This plugin injects a widget component into the content-manager:

Strapi content manager injection zone

You can inject the widget component to any additional plugin injection zone using the STRAPI_ADMIN_FAVORITE_VIEWS_INJECT_TO environment variable.

The variable contains a comma separated list of zones to inject, in the following syntax:

plugin::<plugin name>.<container>.<block>

Example:

1STRAPI_ADMIN_FAVORITE_VIEWS_INJECT_TO=plugin::opensearch.globalSearch.listView,plugin::another-plugin.container.block

How to use

This plugin lets you create views to directly access your favorite filter selection in the content type of your choice.

Install the plugin and once you've selected your filters, click on "create new view" and you now have it on My private view widget.

You can also share your views with specific roles.

Install now

npm install strapi-plugin-favorite-views

STATS

No GitHub star yetNot downloaded this week

Last updated

333 days ago

Strapi Version

4.0.0 and above

Author

github profile image for Kaliop
Kaliop

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.