mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-4673] Add editable property to metadata config (#5557)
* [ADF-4673] Add editable property to metadata config * Add readonly mode for aspect oriented config * Fix linting
This commit is contained in:
@@ -23,4 +23,5 @@ export interface Property {
|
||||
defaultValue?: any;
|
||||
mandatory: boolean;
|
||||
multiValued: boolean;
|
||||
editable?: boolean;
|
||||
}
|
||||
|
Reference in New Issue
Block a user