libreccm-legacy/ccm-cms-assets-imagestep/src/WEB-INF/traversal-adapters/com/arsdigita/cms/contentassets/ItemImageAttachment.xml

27 lines
1.2 KiB
XML
Executable File

<?xml version="1.0" encoding="utf-8"?>
<xrd:adapters xmlns:xrd="http://xmlns.redhat.com/schemas/waf/xml-renderer-rules"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://rhea.redhat.com/schemas/waf/xml-renderer-rules xml-renderer-rules.xsd">
<!-- First off the adapters for ContentItemPanel -->
<xrd:context name="com.arsdigita.cms.dispatcher.SimpleXMLGenerator">
<!-- Individual article sections -->
<xrd:adapter objectType="com.arsdigita.cms.contentassets.ItemImageAttachment">
<xrd:attributes rule="exclude">
<xrd:property name="/object/defaultDomainClass"/>
<xrd:property name="/object/objectType"/>
<xrd:property name="/object/displayName"/>
<xrd:property name="/object/isDeleted"/>
<xrd:property name="/object/ancestors"/>
<xrd:property name="/object/content"/>
<xrd:property name="/object/selected"/>
<xrd:property name="/object/version"/>
</xrd:attributes>
<xrd:associations rule="include">
<xrd:property name="/object/image"/>
</xrd:associations>
</xrd:adapter>
</xrd:context>
</xrd:adapters>