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:
@@ -818,7 +818,23 @@
|
||||
"presets": {
|
||||
"default": {
|
||||
"exif:exif": "*"
|
||||
}
|
||||
},
|
||||
"custom-title": [{
|
||||
"title": "Exif",
|
||||
"items": [
|
||||
{
|
||||
"aspect": "exif:exif",
|
||||
"editing": false,
|
||||
"properties": [
|
||||
"exif:pixelXDimension",
|
||||
{
|
||||
"title": "Custom YDimension Name",
|
||||
"name": "exif:pixelYDimension"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}]
|
||||
},
|
||||
"multi-value-pipe-separator": ", ",
|
||||
"multi-value-chips": true
|
||||
|
Reference in New Issue
Block a user