Render mode
The plugin render mode performs using the referenced pages in the plugin configuration. These pages must not be accessible by a direct URL because they must be evaluated by the plugin controller before the definitive render.
The plugin framework offers a system plugin that lets you use and customize the following system pages:
- 404NotFound: page not found;
- 410Gone: expired page;
- 401Unauthorized: refused access;
- 500InternalServerError: internal error.
Example of customizing a system page
To customize a predefined page, you just have to follow the following process:
- add, from the administration, the system plugin;
- create an instance of this plugin from the animation;
- create a page named 404NotFound,for example;
- add a “text” element by positioning the bookmark
$exceptionMessage
.