Want to get all fields (Specially the custom added filed) in category model for menu. #582
Unanswered
vishalsharmacodeclouds
asked this question in
Help
Replies: 1 comment 2 replies
-
@vishalsharmacodeclouds See this doc for an example to enable custom fields manually to your API key: https://developers.swell.is/guides/opening-content-permissions |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, Want to get all fields (Specially the custom added filed) in category model for menu.
Swell init
i am getting this in header menu from category -
{ ........ name : "Category name " type : "category" value:{ description : "Description of Category-name" id : "CATEGORY_ID" images : (2) [{…}, {…}] name : "Category name" slug : "category-name" } ..... }
How can i get the other category fileds of category in header menu ?
Beta Was this translation helpful? Give feedback.
All reactions