[plugins-functionality | WIP] more updates and fixes

This commit is contained in:
argirok 2024-03-15 15:56:54 +02:00
parent b12ce55b20
commit 7a43b29617
1 changed files with 6 additions and 1 deletions

View File

@ -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',