Hi! While creating a page, I want to dynamically add layouts to a flexible content field with an Ajax call.
For instance I’ve made a button and when you click on that I want to add “layout A” + “layout B” + “layout C” to the flexible content field.
Is this possible with the JavaScript API? I already made the Ajax call, but I am looking for the right function to do this.
Thx!