A page of settings in the configuration dialog. Pages can be used for grouping configuration elements together.

| Name | Type | Default Value | Description |
|---|---|---|---|
| label | string | The label text on the tab. |
<prefs>
<page label="First Page">
<boolean label="Foo:" bind="foo"/>
</page>
<page label="Second Page">
<boolean label="Bar:" bind="bar"/>
</page>
</prefs>