Enable Editable Fields for Fragments Using Custom HTML
Hello,
I have some html files from our developer that I want to upload into AJO as Email Fragments, but also want to allow users to change text, images, buttons, etc. after they insert the fragments into emails. When I try to enable the editable fields for some of these components, it says "Unsupported content selected. Select another component".
I did some experimenting and noticed that when I use the OOTB contents in the Fragment builder, there are some syntax that seem to indicate if something is editable.
Ex:
<div contenteditable="true" class="text-container">
<p>Please type your text here.</p>
</div>Is it possible to add this syntax into the html files I'm trying to upload in order to enable editable fields?