Disable Heisenburg Bootstrap

meia_ahaesy
Mega Expert

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

1 ACCEPTED SOLUTION

meia_ahaesy
Mega Expert

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.


View solution in original post

8 REPLIES 8

sergiu_panaite
ServiceNow Employee
ServiceNow Employee

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


will this change the look and feel of the platform outside a CMS site?


Is there any other impact if we make this change?


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.


meia_ahaesy
Mega Expert

I already stated in my initial question that I already did that, It is not working.