Stages CMS Configuration
The configuration of the SharePoint interface needs to be done in the cms section of Config.xml
(see example configuration below).
<cms> <cms-type name="SharePoint" factory="de.methodpark.cms.sharepoint.SharePointFactory"> <cms-property name="http.authentication.hostname" value="stages"/> <cms-property name="stages.server.url" value="http://stages/pkit"/> <cms-host ident="sharepoint1" name="http://myhost/sites" displayName="Microsoft SharePoint"> <cms-property name="version.date.format" value="dd.MM.yyyy HH:mm"/> <cms-property name="document.content.type.name" value="Dokument"/> <cms-property name="link.content.type.name" value="Verknüpfung zu einem Dokument"/> </cms-host> </cms-type> </cms>