mattmilburn / strapi-plugin-menus

A plugin for Strapi CMS to customize the structure of menus and menu items.
MIT License
110 stars 27 forks source link

How to cache menu requests #133

Closed dedalo closed 10 months ago

dedalo commented 10 months ago

Great work on the plugin!

Trying to use strapi plugin cache with menu, but content types seem to be invalid, how should we do that?

THANKS!

dedalo commented 10 months ago

this solved this issue in case someone has the same problem

{ contentType: "plugin::menus.menu", routes: / @type {CacheRouteConfig[]} / [ { path: '/api/menus/:id', }, ], },