Yes, I have created a new contexts with different type of location schemes. Each location scheme has defined with the CT and DB template. The JEXL Expression is using
<code>
‘item’+$sys.item.getProperty(‘rx:sys_contentid’).String+’.xml’
</code>
In the editlive, if i insert a Rhythmyx image content item and some descriptions text next to the image in the editlive. In the db field, I can only see the description text with no image tags after i converted to string
I have
$summary = $navnode.getProperty(“nav:landingPage”).Node.getProperty(“rx:callout”).String
And $summary will NOT display if image is embedded in field “callout”