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

Implement useFetchClient hook from Strapi helper plugin #132

Closed mattmilburn closed 11 months ago

mattmilburn commented 11 months ago

Replace request and axios usage with useFetchClient from @strapi/helper-plugin.

Also removed the Initializer plugin because the refactored usePluginConfig can replace it's usage.