- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-14-2015 10:29 PM
Does anyone have any idea how to disable the Heisenberg version of bootstrap?
I have already dropped in the glide.ui.heisenburg.exception = view_content thing into sys_properties; no luck. At the moment, it's driving me nuts because the CSS for Heisenberg is COMPLETELY overriding bootstrap, and causing major issues with my build.
I know myself and many other front-end devs are super frustrated with Heisenberg. I know the SN team thought they were making things easier, but without any documentation to go with it; it's just a hindrance. :c
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-16-2015 01:54 PM
For future reference for other users looking to disable heisenberg:
Enter 'sys_properties.list' in the navigation; create new property; name it 'glide.ui.heisenberg.exclude' set the value as 'view_content', and save.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2015 05:31 AM
Hi Meia,
You can disable it by creating a new glide property called "glide.ui.heisenberg.exclude" with a value of "view_content". After that you can include your own version of Bootstrap if needed.
Regards,
Sergiu

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2016 06:31 PM
will this change the look and feel of the platform outside a CMS site?
Is there any other impact if we make this change?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2016 09:50 AM
This only disabled the Heisenberg CSS within a portal. It can effect the view of the OOB pages within a portal iFrame, but typically its only an issue for gauge pages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2015 03:30 PM
I already stated in my initial question that I already did that, It is not working.