Expand my Community achievements bar.

Join Adobe Journey Optimizer product experts for a live Ask Me Anything on October 15th at 8 AM PT about Expanding Your Mobile Reach with RCS & WhatsApp in AJO!
SOLVED

Enable Editable Fields for Fragments Using Custom HTML

Avatar

Level 2

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?
 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Lala-Pen 

 

For HTML components, only specific elements are editable fields.

 

Thanks,

David



David Kangni

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @Lala-Pen 

 

For HTML components, only specific elements are editable fields.

 

Thanks,

David



David Kangni

Avatar

Level 2

This is what I was looking for. Thank you!