Remove obsolete workflow components from site building; delete WorkflowState model, related services, and frontend steps. Update serializers and routes to reflect the removal of the site builder wizard functionality.
This commit is contained in:
@@ -75,8 +75,6 @@ export const routes: RouteConfig[] = [
|
||||
icon: 'Sites',
|
||||
children: [
|
||||
{ path: '/sites', label: 'All Sites', breadcrumb: 'All Sites' },
|
||||
{ path: '/sites/builder', label: 'Create Site', breadcrumb: 'Site Builder' },
|
||||
{ path: '/sites/blueprints', label: 'Blueprints', breadcrumb: 'Blueprints' },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user