EditLive!'s Template Browser functionality is only supported with an EditLive! Enterprise Edition license.

This element allows you to specify categories for the templates displayed in EditLive!'s Template Browser.

Configuration Element Tree Structure

<editLive>
<templates>
<category>

<editLive>
  ...
  <templates>
    <category name="Category 1">
           ...
        </category>
  </templates>
  ...
</editLive>

Required Attributes

name

The name of the category. This will be displayed in the Template Browser.

Child Elements

<category>

Any category can itself contain categories.

<template>

This element specifies a template that will appear in the Template Browser.

Remarks

The <category> element can appear multiple times within the <templates> element.