This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
tabellioOOo/addon/Configuration.xcs

16 lines
557 B
XML

<?xml version='1.0' encoding='UTF-8'?>
<oor:component-schema
oor:name="Configuration"
oor:package="org.entrouvert.openoffice.tabellio"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:oor="http://openoffice.org/2001/registry">
<templates/>
<!-- Configuration -->
<component>
<prop oor:name="PreviewServerURL" oor:type="xs:string"/>
<prop oor:name="InsertsRootURL" oor:type="xs:string"/>
<prop oor:name="ProxyServerURL" oor:type="xs:string"/>
<prop oor:name="Mode" oor:type="xs:string"/>
</component>
</oor:component-schema>