Customization XML
The customization tag in the domain data xml field has the format shown below. When editing in the BrainHoney UI,
do not include the outer <customization> tags. Available customization elements are documented in this section.
<customization>
[Any combination of customization elements here]
</customization>
Sample Customization
This is a sample customization file:
<
customization>
<
authentication>
<provider type="Local" displayname="BrainHoney Login" showlogincontrol="true"/>
<provider type="SAML" displayname="SAML Federated Login" showlogincontrol="false"/>
<provider type="CAS" displayname="Central Authentication Service" showlogincontrol="false"/>
</
authentication>
<
files>
<file type="welcome" path="web/welcome.htm"/>
<file type="login" path="web/login.htm"/>
<file type="home" path="web/home.htm"/>
<file type="style" path="web/styles.css"/>
<file type="frame" path="web/frame.vhtml"/>
<file type="objectives" path="web/lo.xml"/>
</
files>
<portal href="http://portal.agilix.com" text="Portal Home" home="Renamed Home"/>
<
catalog selfenrollment="
true">
<entry name="English" url="http://update.agilix.com/paul/catalog/Catalog.htm?page=English.htm"/>
<entry name="French" url="http://update.agilix.com/paul/catalog/Catalog.htm?page=Empty.htm"/>
<entry name="Empty" url="http://update.agilix.com/paul/catalog/Catalog.htm?page=Empty.htm"/>
</
catalog>
<
menuitems>
<menuitem type="Communicate" text="Google Search" url="http://www.google.com" target="_top"/>
<menuitem type="Communicate" text="Gmail" url="http://mail.google.com" target="_blank"/>
</
menuitems>
</
customization>