mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
[ADF-4387] Configuration option to change the dafault viewer zoom (#4645)
* [ADF-4387] Configuration option to change the dafault viewer zoom
This commit is contained in:
committed by
Eugenio Romano
parent
d52671823e
commit
a6552dbb17
@@ -1325,6 +1325,20 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"adf-viewer": {
|
||||
"description": "Viewer default properties",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"pdf-viewer-scaling": {
|
||||
"type": "number",
|
||||
"minimum": 25,
|
||||
"maximum": 1000
|
||||
},
|
||||
"image-viewer-scaling": {
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user