Manage Design for Versions
Bianca Ragsdale
Please add a way to manage the Design settings for each knowledge base version.
We have two versions, and we want each version to have a different color theme, so that users can visually & quickly understand that each site is for a different product.
It would be nice to have a Version drop-down in the Design settings (Settings > Knowledge Base Site > Design)
Log In
D
D360 Product Management
Merged in a post:
Home page builder - enhancement
Nibu Thomas
As organizations grow, they will have product lines. The current home page builder does not support product lines - that will either go to different project, or to a different version. We had to spend a lot of time building this landing page, coding it from scratch - in spite of having a feature called home page builder - that doesn't address our problem.
Thiru
Nibu - at the moment, existing homepage builder is with respect to single workspace & language being displayed at the KB site. Considering workspaces (versions) can be evaluated for this request. Assuming one workspace for one product line would be the logical scenario here.
Bianca Ragsdale
The Document360 team explained how to change the heading color when I asked about it. If anyone else is curious, here's the code:
$(document).ready(function() {
if (layoutData.versionSlug == "EnterYourSiteVersionSlug") {
$("header .header_bottom").css("background-color","yellow");
}
});
Still, it would be easier to have this setting in the user interface.