- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
Problem: I have two sets of JSON data, one the dummy JSON loaded to a Content Tree when you first create it with a "sublabel" field added to each item, and a real dataset coming from a data broker translated to use the key:value pairs defined in the documentation. For the most part that data translates as expected, but for some reason the "sublabel" field on my translated data is left off of every item generated from that JSON. Below are screenshots of that data and the visual output on the page associated with it. What do I need to do to get the "sublabel" field to populate correctly?
Dummy JSON:
Translated JSON Snippet:
UI Output:
 
Solved! Go to Solution.
- Labels:
-
UI Builder : Next Experience
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
Solution: Items where the "actionable" property is set to true will not display their sublabel. Removing the actionable property or setting it to false will cause the sublabel to appear again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
Solution: Items where the "actionable" property is set to true will not display their sublabel. Removing the actionable property or setting it to false will cause the sublabel to appear again.