Enonic version: 6.10.1
OS: Ubuntu 16.04
Hello
We’ve got an issue with inability to add image inside a WYSIWYG.
Here is how it appears:
Create a part with a config:
<part> <display-name>Name</display-name> <config> <input type="TextLine" name="TITLE"> <label>Title</label> <occurrences minimum="0" maximum="1"/> </input> <input name="TEXT" type="HtmlArea"> <label>Text</label> <occurrences minimum="1" maximum="1"/> </input> <input name="START_DATE" type="DateTime"> <label>Start Date</label> <occurrences minimum="0" maximum="1"/> </input> <input name="STOP_DATE" type="DateTime"> <label>End Date</label> <occurrences minimum="0" maximum="1"/> </input> </config> </part>
Add some text and an image to the WYSIWYG. The image will appear correct in a WYSIWYG, but it will not in a template. This is what we get in a template:
<img src="image://c5c0e0e4-e44b-4d3c-841a-b0c79f38e5f7" alt="IMG_3327" style="text-align: justify; width: 100%;">
Thanks!