mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-5231] The protected flag for properties should not be editable (#7056)
This commit is contained in:
@@ -24,4 +24,8 @@ export interface Property {
|
||||
mandatory: boolean;
|
||||
multiValued: boolean;
|
||||
editable?: boolean;
|
||||
protected?: boolean;
|
||||
enforced?: boolean;
|
||||
indexed?: boolean;
|
||||
url?: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user