mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
ACS-8404: consolidate application settings (#3952)
This commit is contained in:
@@ -39,8 +39,6 @@
|
||||
"copyright": "APP.COPYRIGHT"
|
||||
},
|
||||
"viewer.maxRetries": 1,
|
||||
"customCssPath": "",
|
||||
"webFontPath": "",
|
||||
"pagination": {
|
||||
"size": 25,
|
||||
"supportedPageSizes": [25, 50, 100]
|
||||
|
@@ -51,15 +51,8 @@ import localeSv from '@angular/common/locales/sv';
|
||||
import { TranslateModule } from '@ngx-translate/core';
|
||||
import { RouterModule } from '@angular/router';
|
||||
import { AppComponent } from './app.components';
|
||||
import {
|
||||
ContentUrlService,
|
||||
INITIAL_APP_STATE,
|
||||
CONTENT_LAYOUT_ROUTES,
|
||||
ContentServiceExtensionModule,
|
||||
CoreExtensionsModule
|
||||
} from '@alfresco/aca-content';
|
||||
import { ContentUrlService, CONTENT_LAYOUT_ROUTES, ContentServiceExtensionModule, CoreExtensionsModule } from '@alfresco/aca-content';
|
||||
import { ContentVersionService } from '@alfresco/adf-content-services';
|
||||
import { STORE_INITIAL_APP_DATA } from '@alfresco/aca-shared/store';
|
||||
import { ShellModule, SHELL_APP_SERVICE, SHELL_AUTH_TOKEN } from '@alfresco/adf-core/shell';
|
||||
import { StoreDevtoolsModule } from '@ngrx/store-devtools';
|
||||
import { APP_ROUTES } from './app.routes';
|
||||
@@ -112,10 +105,6 @@ registerLocaleData(localeSv);
|
||||
provide: SHELL_AUTH_TOKEN,
|
||||
useClass: AuthGuard
|
||||
},
|
||||
{
|
||||
provide: STORE_INITIAL_APP_DATA,
|
||||
useValue: INITIAL_APP_STATE
|
||||
},
|
||||
{
|
||||
provide: TRANSLATION_PROVIDER,
|
||||
multi: true,
|
||||
|
Reference in New Issue
Block a user