Displays a system error that is returned on some action. If no error has been encountered it will not output anything.
This module supports Liquid.
Syntax
{bb_error collectionName="" layout=""}
Properties
- collectionName - The parameter is used to access the collection the Liquid tags.
- layout - Renders the module output using: the Default Layout is when you don't define a layout at all; a custom layout template (layout="My Custom Layout"); or no layout, which allows the user to code the layout right on the web page (layout="").
Liquid Tags
- {{errorTitle}} - Title of the error.
- {{errorMessage}} - Description of the error.
- {{errorCode}} - Code for the error.
Comments
0 comments
Please sign in to leave a comment.