mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-2364] support 'canPreview' rule for the Viewer (#1102)
* support `canPreview` rule for the Viewer * update plint settings * update prettier settings for plint * test fixes * update config
This commit is contained in:
@@ -684,6 +684,16 @@
|
||||
"description": "Viewer component extensions",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"rules": {
|
||||
"description": "Viewer rules",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"canPreview": {
|
||||
"description": "Controls whether preview is enabled for particular node",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"openWith": {
|
||||
"description": "The [Open With] menu extensions",
|
||||
"type": "array",
|
||||
|
Reference in New Issue
Block a user