PageTypes are used to setup a new page layout including the fields that should be filled.

There is one default PageType created when the module is installed.
This pagetype is not intended for direct use, but more as a startingpoint where you can create your own pagetypes.

Designing a pagetype is done in 3 steps.

1. Choose what fields should be used in the page.

2. Create a HTML template.

3. Create the CSS rules for the template.

Backend

Fields

The fields you choose are filled here in a comma seperated list and should be enterred without whitespace in the names.
You can use any fieldname (fieldnames are not shown in the frontend). It is advised you choose meaningfull names like Name, Addess, ZipCode etc..
The fieldnames are used to create a form for the website editors to fill. The content is shown in the frontend.
Note that the content can be used in the template (described below), but also within the WYSIWYG content part.

HTML Template

After creating the fields you will need to create a template to display the information.
For this, your creativity is the only limit on what is possible.
Next to the {WYSIWYG} field that is fixed for any pagetype you should add your fields in the template encapsulated in curly brackets { } and in all capitals.
A fieldname "Email" is included in the template as {EMAIL}.

CSS rules

The CSS rules in this section are included as inline CSS in your page. Use them to create extra styling in your template.
Do not use them to create styles for your WB template. This might give some unexpected results when viewing pages that are not setup using this pagetype.