mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3726] Enable/disable Copy to clipboard in Metadata from config (#5578)
* [ADF-3726] Enable/disable Copy to clipboard in Metadata from config * Update app.config.json * Fix e2e tests
This commit is contained in:
@@ -819,6 +819,7 @@
|
||||
"default": {
|
||||
"exif:exif": "*"
|
||||
},
|
||||
"all-aspects": "*",
|
||||
"custom-title": [{
|
||||
"title": "Exif",
|
||||
"items": [
|
||||
@@ -837,7 +838,8 @@
|
||||
}]
|
||||
},
|
||||
"multi-value-pipe-separator": ", ",
|
||||
"multi-value-chips": true
|
||||
"multi-value-chips": true,
|
||||
"copy-to-clipboard-action": true
|
||||
},
|
||||
"sideNav": {
|
||||
"expandedSidenav": true,
|
||||
|
Reference in New Issue
Block a user