BottomBannerTemplate
Test the templateFeatures
Features | Status | Comment |
---|---|---|
User can access the view at any moment | Yes | There is a button on the bottom right of the window. |
User can access the content even if he does not explecitly valid the view form | Yes | There is an overlay suggesting the user has to valid the form before accessing the content |
Groups are available | Yes |
How to use
Install
Install the template as you normally do with bim-gdpr
import { BottomBannerTemplate } from "bim-gdpr/templates/bottom_banner/bottom_banner"
const bottom_banner = new BottomBannerTemplate()
bGDPR
.setTemplate(bottom_banner)
.init()
Reinit css
You can reinit the css using the setCssLinks
method.
import { BottomBannerTemplate } from "bim-gdpr/templates/bottom_banner/bottom_banner"
const bottom_banner = new BottomBannerTemplate()
bottom_banner.setCssLinks(['./your_own.css'])
// Reinit default css.
bGDPR
.setTemplate(bottom_banner)
.init()