123
This commit is contained in:
@@ -130,17 +130,10 @@ const AppSidebar: React.FC = () => {
|
||||
workflowItems.push({
|
||||
icon: <TaskIcon />,
|
||||
name: "Writer",
|
||||
path: "/writer/content", // Default to content, submenus shown as in-page navigation
|
||||
path: "/writer/tasks", // Default to tasks, submenus shown as in-page navigation
|
||||
});
|
||||
}
|
||||
|
||||
// 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