Defines an unordered list.
Attribute | Description | Type | Default | Options | Use |
---|---|---|---|---|---|
type | Defines the list bullet style | xs:string | none | circle, disc, square | optional |
The welcome.mlyt layout can be found in the MCS/repository/xml-repository directory.
<?xml version="1.0" encoding="UTF-8"?>
<canvas layoutName="/welcome.mlyt" pageTitle="ul">
<pane name="background">
<p>The wizard allows you to define:</p>
<ul>
<li>A policy name and its location in your project folders</li>
<li>Attributes or references to existing project policies</li>
</ul>
</pane>
</canvas>