1
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user