Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
72:cms_configuration [2019/03/20 08:09] – [Common Configuration] tssr72:cms_configuration [2019/08/28 11:56] – [Sharepoint] vtbr
Line 70: Line 70:
  
 Inside a <cms-host> element you can define <cms-property> elements, which affect only the specific host. These properties are called host properties. Inside a <cms-host> element you can define <cms-property> elements, which affect only the specific host. These properties are called host properties.
 +
 +  * __name__: The attribute "name" identifies the property by its key.
 +  * __value__: The "value" attribute defines the value for that property.
  
 ==== Subversion ==== ==== Subversion ====
Line 138: Line 141:
         <cms-property name="state.attribute.name" value="_Status" />         <cms-property name="state.attribute.name" value="_Status" />
         <cms-property name="version.date.format" value="dd.MM.yyyy HH:mm" />         <cms-property name="version.date.format" value="dd.MM.yyyy HH:mm" />
-        <cms-property name="document.content.type.name" value="Dokument" /> +        <cms-property name="document.content.type.name" value="Document" /> 
-        <cms-property name="link.content.type.name" value="Verknüpfung zu einem Dokument" />+        <cms-property name="link.content.type.name" value="Link to a document" />
         <cms-property name="user" value="sharepoint_username" />         <cms-property name="user" value="sharepoint_username" />
         <cms-property name="password" value="sharepoint_username" />         <cms-property name="password" value="sharepoint_username" />
Line 152: Line 155:
 **stages.server.url ** (required) **stages.server.url ** (required)
  
-  * Default Value: N/A+   * Default Value: N/A
   * Description: The URL under which Stages is accessible.   * Description: The URL under which Stages is accessible.
  
Line 209: Line 212:
 **version.date.format ** **version.date.format **
  
-   * Default Value: N/A+  * Default Value: N/A
   * Description: The localized date format that SharePoint is using.   * Description: The localized date format that SharePoint is using.
  
-**raw.version.date.format ** (required)+**raw.version.date.format **  (required)
  
   * Default Value: yyyy-MM-dd'T'HH:mm:ss'Z'   * Default Value: yyyy-MM-dd'T'HH:mm:ss'Z'
   * Description: The date format that SharePoint is using internally.   * Description: The date format that SharePoint is using internally.
  
-**document.content.type.name ** (required if Sharepoint Content Types are enabled)+**document.content.type.name **  (required if Sharepoint Content Types are enabled)
  
   * Default Value: Document   * Default Value: Document
   * Description: The configurable name of the content type "Document". The default value corresponds with the default name in english versions of SharePoint.   * Description: The configurable name of the content type "Document". The default value corresponds with the default name in english versions of SharePoint.
  
-**link.content.type.name ** (required if Sharepoint Content Types enabled)+**link.content.type.name **  (required if Sharepoint Content Types enabled)
  
   * Default Value: Link to a document   * Default Value: Link to a document
Line 242: Line 245:
   * Description: You may enter the SharePoint default domain for the Stages system account here instead of the corresponding field Default domain in the CMS profile. If both values exist, the default domain from the CMS profile is preferred.   * Description: You may enter the SharePoint default domain for the Stages system account here instead of the corresponding field Default domain in the CMS profile. If both values exist, the default domain from the CMS profile is preferred.
  
-**state.attribute.name** (required)+**state.attribute.name**  (required)
  
   * Default Value: N/A   * Default Value: N/A
Line 266: Line 269:
   * Default Value: true   * Default Value: true
   * Description: This optional property can be used to specify whether major versions (e.g 2.0) or minor versions (e.g. 0.2) are to be created on checkin. By default major versions are created (major.versions=true). Set major.versions=false if minor versions shall be created instead. A more fine-grained configuration which version type is created on which state change can be defined for document lifecycles in the metamodel.   * Description: This optional property can be used to specify whether major versions (e.g 2.0) or minor versions (e.g. 0.2) are to be created on checkin. By default major versions are created (major.versions=true). Set major.versions=false if minor versions shall be created instead. A more fine-grained configuration which version type is created on which state change can be defined for document lifecycles in the metamodel.
 +
 +