I’m building my first CF app and have it deployed and working as a macro add-in via the “+” toolbar when editing a CF page.
Just using the sample react hello-world template at this point. But, how do I go from having a static content page displayed as a content part within a CF page to allowing the user to interact with and ideally go into an “Edit” mode with my app?
When I hover over my macro part on the page, I just get the “fit” options like “wide” “full page width” etc. But, it seems if my CF custom app is going to allow interaction with the user, I somehow have to tap into an “edit” mode within the CF API…(?)
How do I do this? Thanks!