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

Lazy custom fields #117

Closed mattmilburn closed 1 year ago

mattmilburn commented 1 year ago

Fixes an issue with using custom fields in menu items. A useLazyComponents hook was cloned from Strapi core and implemented into this plugin's FormLayout component.