Hi @abcorp,
Open the style-1.xml file in the "ja_festival/acm/accordion/tmpl/" folder and replace below code:
<field name="info-desc" type="textarea" default="" label="ACCORDION_INFO_DESC_LABEL" description="ACCORDION_INFO_DESC_DESC" />
by
<field name="info-desc" type="textarea" default="" label="ACCORDION_INFO_DESC_LABEL" description="ACCORDION_INFO_DESC_DESC" filter="safehtml" />
Save and try to add a image to this field.
Kind regards,