On my webpage, I have several blocks that are editable using the Raptor Editor. Just like in this demo, I can edit each block individually. However, when it comes to saving my changes, I have to save them one by one for each block.
I am interested in finding a solution where I can add a "Save all" button that will automatically loop through all unsaved changes and save them together. Does anyone have any suggestions or examples of code that could help me achieve this?
Thank you in advance!