I created a view with some fields including body field. To theme the views I used Global: Custom text to change the structure of the rendered output. The problem is, in the content body field there are images which are added as data in the src (src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwoAAAD/CAIAAADe7bZBA....).
This data is not appearing when I use the body field in the Custom text field. But if I call the body field directly in the views the image is rendering. This is really frustrating. Hope anybody can help me with this.
Thanks in Advance.
Comments
Comment #2
mustanggb commentedComment #3
lendudeText is filtered with
Xss::filterAdmin()so that is probably what is removing your data.Comment #7
cilefen commented