diff --git a/src/app/pages/admin-tools/admin-tools-routing.module.ts b/src/app/pages/admin-tools/admin-tools-routing.module.ts index be30332..a71b58f 100644 --- a/src/app/pages/admin-tools/admin-tools-routing.module.ts +++ b/src/app/pages/admin-tools/admin-tools-routing.module.ts @@ -32,7 +32,12 @@ import {RouterModule} from '@angular/router'; { path: 'plugins', loadChildren: () => import('../../openaireLibrary/dashboard/plugins/plugins.module').then(m => m.PluginsModule), - pathMatch: 'full' + pathMatch: 'full', data: {hasInternalSidebar: true, hasHeader: false} + }, + { + path: 'plugin-edit', + loadChildren: () => import('../../openaireLibrary/dashboard/plugins/plugins-form/pluginsForm.module').then(m => m.PluginsFormModule), + pathMatch: 'full', data: {hasInternalSidebar: true, hasHeader: false} }, { path: 'pages',