This module has five optional parameters:

- Views URI stem (e.g. view/ for regular users, admin/site/views.php for the administrative site) - will default to 'view/' if not specified.

- Views read/edit URI stem (e.g. view/blocks.php) - will default to 'view/blocks.php' if not specified.

- Views read/edit JSON URI stem (e.g. view/blocks.json.php) - will default to 'view/blocks.json.php' if not specified.

- Views delete URI stem (e.g. view/delete.php) - will default to 'view/delete.php' if not specified.

- The "institution" value to pass in the page create request - will default to 'mahara' if not specified.