mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-3897] Extendable viewer navigation (#2109)
* [ACA-3897] Extendable viewer navigation * Update app.extensions.json
This commit is contained in:
@@ -569,6 +569,11 @@ export interface ViewerRules {
|
||||
* Checks if user can preview the node.
|
||||
*/
|
||||
canPreview?: string;
|
||||
|
||||
/**
|
||||
* Shows navigation options
|
||||
*/
|
||||
showNavigation?: string;
|
||||
}
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user