Individual pages support optional config files.

Each Intraweb Page (html file) can have an optional config file. The file is always named <name>#.cfg. For a file named index.html, the corresponding config file is index#.cfg. For a file named about.html, the corresponding config file is about#.cfg.

Example

[Template]
Path=..

[Enum]
Exclude=True

[Template]

Controls how and what templates are applied to this page.

Path

Default is .

Name

Specifies name of the template to use.

If no name is specified, Default is used. That is, if a template named Default is found, it will be used.

[Enum]

Specifies attributes related to enumerators that use this document.

Exclude

Default is false. If true, Enumerators will ignore this document.