22 lines
683 B
XML
22 lines
683 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<foundry:configuration xmlns:foundry="http://foundry.libreccm.org">
|
|
|
|
<supported-languages>
|
|
<language locale="de"/>
|
|
<language locale="en" default="true"/>
|
|
</supported-languages>
|
|
|
|
<setting id="theme-mode">child</setting>
|
|
<!--
|
|
Uncomment the following line if you want to use another theme than the Foundry base theme
|
|
as parent theme.
|
|
-->
|
|
<!--<setting id="parent-theme">foundry</setting>-->
|
|
|
|
<setting id="less-onthefly">true</setting>
|
|
|
|
<setting id="log-level">warn</setting>
|
|
|
|
<setting id="site-logo">images/cms-logo.png</setting>
|
|
|
|
</foundry:configuration> |