Should ColdBoxSideBar work with CB 4? I just installed it using “box install ColdBox-SideBar”, set got the following lines in ColdBox.cfc:
settings.coldboxSideBar = true;
arrayAppend(interceptors, { class = “interceptors.sidebar.ColdboxSideBar”, properties = {} });
…but it doesn’t seem to work. No errors, but the sidebar is not showing either.