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

Table of Contents

Product Version

7.10.38

Product To Version

7.10

Owner

Steven Heyder

Product Type

ICM

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 Customer Support website uses only technically necessary cookies. We do not track visitors or have visitors tracked by 3rd parties.

Further information on privacy can be found in the Intershop Privacy Policy and Legal Notice.
Customer Support
Knowledge Base
Product Resources
Tickets