mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-11 12:03:03 +00:00
Moved showAccessStatus from UI to item config
Renamed item-page to item to make it generic
This commit is contained in:
9
src/config/item-config.interface.ts
Normal file
9
src/config/item-config.interface.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Config } from './config.interface';
|
||||
|
||||
export interface ItemConfig extends Config {
|
||||
edit: {
|
||||
undoTimeout: number;
|
||||
};
|
||||
// This is used to show the access status label of items in results lists
|
||||
showAccessStatuses: boolean;
|
||||
}
|
Reference in New Issue
Block a user