Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Sebastian Dammark 581 posts 1385 karma points
    May 07, 2016 @ 00:32
    Sebastian Dammark
    0

    IMG tags in RTE contains JSON after import

    My source looks like this:

    <img src="/path/to/filename.jpg" alt="Something else here" width="518" height="347" />
    

    And after import it looks like this:

    <img src="/umbraco/{src: '/media/1166/filename.jpg', crops: []}" alt="Something else here" width="518" height="347" />
    

    Shouldn't it just be like this:

    <img src="/media/1166/filename.jpg" alt="Something else here" width="518" height="347" />
    
  • Richard Soeteman 4035 posts 12842 karma points MVP
    May 07, 2016 @ 05:03
    Richard Soeteman
    0

    Hi Sebastian,

    That shouldn't be indeed. Currently on holiday for another week but will check first thing after. sorry for that.

    Best,

    Richard

  • Richard Soeteman 4035 posts 12842 karma points MVP
    May 17, 2016 @ 07:38
    Richard Soeteman
    101

    Hi Sebastian,

    Sorry for the delay. I've fixed the issue. A hotfix can be found here

    Hope this helps,

    Richard

  • Sebastian Dammark 581 posts 1385 karma points
    May 17, 2016 @ 09:32
    Sebastian Dammark
    0

    Absolutely beautiful. Like a glove !! https://www.youtube.com/watch?v=YQ4V_-GY3PM

  • Manish 373 posts 932 karma points
    May 17, 2016 @ 12:04
    Manish
    0

    cool one !!

Please Sign in or register to post replies

Write your reply to:

Draft