org.opencms.xml.content.test-searchsettings.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of opencms-test Show documentation
Show all versions of opencms-test Show documentation
OpenCms is an enterprise-ready, easy to use website content management system based on Java and XML technology. Offering a complete set of features, OpenCms helps content managers worldwide to create and maintain beautiful websites fast and efficiently.
<?xml version="1.0" encoding="UTF-8"?> <TestSearchSettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.opencms.org/xmlcontent-searchsettings.xsd"> <TestSearchSetting language="en"> <Title><![CDATA[Search Setting test]]></Title> <ImageAlign><![CDATA[left]]></ImageAlign> <Description><![CDATA[This is a test content for search settings]]></Description> <Image> <Path><![CDATA[/sites/default/]]></Path> <Title><![CDATA[Image title]]></Title> <Description><![CDATA[Image description]]></Description> <ImageAlign><![CDATA[top-right]]></ImageAlign> </Image> </TestSearchSetting> </TestSearchSettings>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy