libreccm-legacy/ccm-ldn-subsite/src/WEB-INF/resources/subsite-adapters.xml

15 lines
593 B
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">
<xrd:context name="com.arsdigita.london.subsite.ui.SiteListing">
<xrd:adapter objectType="com.arsdigita.london.subsite.Site">
<xrd:associations rule="include">
<xrd:property name="/object/frontPage"/>
</xrd:associations>
</xrd:adapter>
</xrd:context>
</xrd:adapters>