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

Custom attributes missing in API response #125

Closed tristankappel closed 1 year ago

tristankappel commented 1 year ago

For some reason I don't get any custom attributes in API response. Menus and MenuItems are publicly accessible. My request: **/api/menus/1?nested&populate=***

It returns everything except for the cusom image attribute I added. Form layout extension as well as the schema extension exist. Am I missing sth?

tristankappel commented 1 year ago

Nevermind.... Just found out, that pupulate= isn't enough. In my case the correct request to get everything including a custom icon attribute ist: /api/menus/1?nested&populate=items.icon&populate=