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
@@ -19,6 +19,8 @@ export interface LayoutOrientedConfigItem {
|
||||
aspect?: string;
|
||||
type?: string;
|
||||
properties: string | string[];
|
||||
includeAll?: boolean;
|
||||
exclude?: string | string[];
|
||||
}
|
||||
|
||||
export interface LayoutOrientedConfigLayoutBlock {
|
||||
|
Reference in New Issue
Block a user