-
Notifications
You must be signed in to change notification settings - Fork 8
Demo Mode
Sebastian Fiedlschuster edited this page Oct 4, 2016
·
1 revision
In demo mode, sensitive data is obscured via css. This is useful for live demos, screen sessions, screenshots and demo videos.
Just add ?demo_mode=true
to any url.
Demo mode stays enabled until deactivated by ?demo_mode=false
.
Either, add a css definition to app/assets/stylesheets/your_platform/demo_mode.css.sass,
or add the .obscure-in-demo
css class to the object to obscure in the view.
- https://trello.com/c/RvR1oeSs/1048-demomode (Internal)