---
{
"title": "Dismissable content",
"language": "en",
"category": "Plugins",
"categoryfile": "plugins",
"description": "Make content dismissable by users.",
"altLangPrefix": "dismissable-content",
"dateModified": "2015-05-11"
}
---
Purpose
Make content dismissable by users.
Use when
- You want to allow the user to dismiss non-primary content that they only need to see once (e.g., advertisements, notices).
Do not use when
The content is primary content.
How to implement
- Add the class
wb-dismissable to the element that contains the content you want to make dismissable.
Configuration options
There are no configuration options.