mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4341] Customise the property title into the InfoDrawer from configuration (#5556)
* [ADF-4341] Customise the property title into the InfoDrawer from configuration * * docs added * * removed unnecessary logic and docs updated
This commit is contained in:
@@ -461,7 +461,31 @@
|
||||
},
|
||||
"properties": {
|
||||
"description": "list of type properties",
|
||||
"type": "array"
|
||||
"type": "array",
|
||||
"items": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"required": [
|
||||
"title",
|
||||
"name"
|
||||
],
|
||||
"properties": {
|
||||
"title": {
|
||||
"description": "Title of aspect properties",
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"description": "Name of aspect properties",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user