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
@@ -16,5 +16,5 @@
|
||||
*/
|
||||
|
||||
export declare interface AspectOrientedConfig {
|
||||
[key: string]: string | string[];
|
||||
[key: string]: string | string[] | boolean;
|
||||
}
|
||||
|
Reference in New Issue
Block a user