All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.formatter-config.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>

<NewFormatters xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="opencms://system/modules/org.opencms.ade.config/schemas/formatters/new_formatter.xsd">
    <NewFormatter language="en">
        <NiceName><![CDATA[Formatter for ${name}]]></NiceName>
        <Type><![CDATA[${resourcename}]]></Type>
        <Jsp>
            <link type="WEAK">
                <target><![CDATA[${formatterpath}]]></target>
            </link>
        </Jsp>
        <Rank><![CDATA[1000]]></Rank>
        <Match>
            <Types>
                <ContainerType><![CDATA[content]]></ContainerType>
            </Types>
        </Match>
        <Preview>false</Preview>
        <SearchContent>true</SearchContent>
        <AutoEnabled>true</AutoEnabled>
        <Detail>false</Detail>
        <NestedContainers>false</NestedContainers>
    </NewFormatter>
</NewFormatters>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy