Document Properties
Kbid
Q30880
Last Modified
16-May-2023
Added to KB
16-May-2023
Public Access
Everyone
Status
Online
Doc Type
Guidelines
Product
ICM 7.10
Guide - 7.10.38 Data Migration for File Content Display in TinyMCE

Table of Contents

Introduction

After updating from TinyMCE 4 to TinyMCE 5, some migration steps are necessary to display content from files (e.g., images) in TinyMCE.

Image Links

If you use some old [ismediaobject] links, such as

<p>
  <img 
    src="https://./?[ismediaobject]isfile://inSPIRED-Site/inTRONICS_Business-smb-responsive/inSPIRED-inTRONICS_Business-smb-responsive/en_US/documentation/quick_order_link.png[/ismediaobject]" 
    alt="Quick Order link" 
    width="583" 
    height="38" 
  />
</p>

you need to replace them with a valid URL, such as

<p>
  <img 
    src="/INTERSHOP/static/WFS/inSPIRED-Site/inTRONICS_Business-smb-responsive/inSPIRED-inTRONICS_Business-smb-responsive/en_US/documentation/quick_order_link.png" 
    alt="Quick Order link" 
    width="583" 
    height="38" 
  />
</p> 

Afterwards, the content is visible in TinyMCE.

Disclaimer
The information provided in the Knowledge Base may not be applicable to all systems and situations. Intershop Communications will not be liable to any party for any direct or indirect damages resulting from the use of the Customer Support section of the Intershop Corporate Web site, including, without limitation, any lost profits, business interruption, loss of programs or other data on your information handling system.
The Intershop Knowledge Portal uses only technically necessary cookies. We do not track visitors or have visitors tracked by 3rd parties. Please find further information on privacy in the Intershop Privacy Policy and Legal Notice.
Home
Knowledge Base
Product Releases
Log on to continue
This Knowledge Base document is reserved for registered customers.
Log on with your Intershop Entra ID to continue.
Write an email to supportadmin@intershop.de if you experience login issues,
or if you want to register as customer.