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
Next revisionBoth sides next revision
72:cms_configuration [2019/03/20 08:09] – [Common Configuration] tssr72:cms_configuration [2019/03/20 08:10] – [Common Configuration] tssr
Line 65: Line 65:
   * __ident__: The "ident" of a <cms-host> is a simple string but has to be unique for the Stages server.   * __ident__: The "ident" of a <cms-host> is a simple string but has to be unique for the Stages server.
   * __name__: The "name" attribute identifies the server by the URL of the content management system. Please note that this URL must contain the protocol, the server's host name (not its IP address), optionally a port number, and **NO** path elements (e.g. [[https://myhost:10443]]).   * __name__: The "name" attribute identifies the server by the URL of the content management system. Please note that this URL must contain the protocol, the server's host name (not its IP address), optionally a port number, and **NO** path elements (e.g. [[https://myhost:10443]]).
-  * __displayName__: The display name of the host will be shown in the host dropdown selection field in the Stages Web-GUI.+  * __displayName__: The display name of the host will be shown in the host dropdown selection field in the Stages application.
  
 **<cms-property name="" value="" >** (Host Properties) **<cms-property name="" value="" >** (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. 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 ====