You are here: Reference > Hand-Editing Configuration Files > Configuring Catalogs Using XML Files > The Globals Element

The Globals Element

This section contains elements that apply to all catalogs. The elements that can be included are:

Example: The Globals Element

The following defines several properties and thumbspecs which apply to all catalogs.

<CatalogConfig>
...
<Globals>
<ThumbSpec name="main" wid="80" hei="50" />
<ThumbSpec name="wide200" wid="200" hei="100" />
<Property name="infoURL" value="http://www.info.com" />
<Property name="infoName" value="John Brenner" />     
</Globals>
...
</CatalogConfig>