I'm working with a CMS API that returns JSON data for content pages. My question is twofold:
How can I dynamically convert this JSON into Toddle elements?
Specifically, how do I handle dynamic elements like tables or checklists, that aren't present on every page?
I understand binding fixed elements (e.g., headers, text) to API responses. But I'm unsure how to approach rendering variable elements that are not fixed on every page but only for a specific page.
Any insights or best practices would be appreciated!