Skip to content

Commit dc3eaf0

Browse files
Davide Negrettiatarix83
authored andcommitted
Merged in DSC-1429 (pull request #1131)
[DSC-1429] Remove breadcrumbs configuration (DSC-381 and DSC-1352) Approved-by: Giuseppe Digilio
2 parents 1505e24 + c418be0 commit dc3eaf0

5 files changed

Lines changed: 0 additions & 72 deletions

File tree

src/app/breadcrumbs/breadcrumb/breadcrumb-tooltip.pipe.ts

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/app/breadcrumbs/breadcrumb/truncate-breadcrumb-item-characters.pipe.ts

Lines changed: 0 additions & 36 deletions
This file was deleted.

src/config/default-app-config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -803,9 +803,6 @@ export class DefaultAppConfig implements AppConfig {
803803
// If true, show the "Community and Collections" link in the navbar; otherwise, show it in the admin sidebar
804804
showCommunityCollection: true,
805805
},
806-
breadcrumbs: {
807-
charLimit: 10,
808-
},
809806
};
810807

811808
security: MetadataSecurityConfig = {

src/config/layout-config.interfaces.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ export interface NavbarConfig extends Config {
3939
showCommunityCollection: boolean;
4040
}
4141

42-
export interface BreadcrumbsConfig extends Config {
43-
charLimit: number;
44-
}
45-
4642
export interface CrisItemPageConfig extends Config {
4743
[entity: string]: CrisLayoutTypeConfig;
4844
default: CrisLayoutTypeConfig;
@@ -64,7 +60,6 @@ export interface CrisLayoutConfig extends Config {
6460

6561
export interface LayoutConfig extends Config {
6662
navbar: NavbarConfig;
67-
breadcrumbs: BreadcrumbsConfig;
6863
}
6964

7065
export interface SuggestionConfig extends Config {

src/environments/environment.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -566,9 +566,6 @@ export const environment: BuildConfig = {
566566
// If true, show the "Community and Collections" link in the navbar; otherwise, show it in the admin sidebar
567567
showCommunityCollection: true,
568568
},
569-
breadcrumbs: {
570-
charLimit: 10,
571-
},
572569
},
573570
security: {
574571
levels: [

0 commit comments

Comments
 (0)