Render grid editor media from rte content in backoffice
I have a problem getting my custom grid editor to show img tags in the angular html file in the backoffice.
Images are added normally inside the RTE, and are also displayed there. But when the object is sent back to the grid, the angular controller isnt able to resolve it to a image.
RTE:
Grid:
<p>test</p>
<p>
<img rel="135305" alt="">
</p>
What do I need to do to display the actual image in the backoffice?
Is there some kind of directive or service for this purpose?
Render grid editor media from rte content in backoffice
I have a problem getting my custom grid editor to show img tags in the angular html file in the backoffice.
Images are added normally inside the RTE, and are also displayed there. But when the object is sent back to the grid, the angular controller isnt able to resolve it to a image.
RTE:
Grid:
What do I need to do to display the actual image in the backoffice? Is there some kind of directive or service for this purpose?
Best regards
is working on a reply...