This commit is contained in:
IGNY8 VPS (Salman)
2025-11-26 12:23:28 +00:00
parent 1cbc347cdc
commit d7533934b8
7 changed files with 845 additions and 330 deletions

View File

@@ -14,6 +14,7 @@ import {
DocsIcon,
PageIcon,
DollarLineIcon,
FileIcon,
} from "../icons";
import { useSidebar } from "../context/SidebarContext";
import SidebarWidget from "./SidebarWidget";
@@ -133,6 +134,13 @@ const AppSidebar: React.FC = () => {
});
}
// Add Content Manager (always enabled - single item, no dropdown)
workflowItems.push({
icon: <FileIcon />,
name: "Content Manager",
path: "/content-manager", // Default to all content, submenus shown as in-page navigation
});
// Add Linker if enabled (single item, no dropdown)
if (moduleEnabled('linker')) {
workflowItems.push({