mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 02:24:11 +00:00
Make no. of communities per pagination / expansion configurable
Adds new config settings for no. of communities to display on the home page & community-list page. Resolves #1749, resolves #1750
This commit is contained in:
@@ -31,6 +31,7 @@ interface AppConfig extends Config {
|
||||
defaultLanguage: string;
|
||||
languages: LangConfig[];
|
||||
browseBy: BrowseByConfig;
|
||||
browseCommunities: BrowseCommunitiesConfig;
|
||||
item: ItemConfig;
|
||||
collection: CollectionPageConfig;
|
||||
themes: ThemeConfig[];
|
||||
|
Reference in New Issue
Block a user