Solved
Forum Discussion
KaelaC
11 years agoLithium Alumni (Retired)
The setting is called category.description. You can certainly get it through REST API like this
/restapi/vc/categories/id/[category id]/settings/name/category.description
You could also try getting through the coreNode context object ${coreNode.settings.name.get("category.description", "")} but I haven't tested that one out.
Warren_Brill
11 years agoBoss
The corenode object did it! Thanks!
Related Content
- 10 months ago
- 15 years ago