mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-4162] Add includeAll/exclude capabilities to metadata config (#4436)
* [ADF-4162] Add includeAll/exclude capabilities to metadata config * Revert app config * Update documentation * fix schema change
This commit is contained in:
committed by
Eugenio Romano
parent
791051edee
commit
3e29c7cd9d
@@ -21,4 +21,7 @@ import { OrganisedPropertyGroup } from './organised-property-group.interface';
|
||||
export interface ContentMetadataConfig {
|
||||
isGroupAllowed(groupName: string): boolean;
|
||||
reorganiseByConfig(propertyGroups: PropertyGroupContainer): OrganisedPropertyGroup[];
|
||||
filterExcludedPreset(propertyGroups: OrganisedPropertyGroup[]): OrganisedPropertyGroup[];
|
||||
appendAllPreset(propertyGroups: PropertyGroupContainer): OrganisedPropertyGroup[];
|
||||
isIncludeAllEnabled(): boolean;
|
||||
}
|
||||
|
Reference in New Issue
Block a user