Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ONLYOFFICE/onlyoffice-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Linnik <sergey.linnik@onlyoffice.com>2019-12-25 11:07:58 +0300
committerSergey Linnik <sergey.linnik@onlyoffice.com>2019-12-25 11:11:45 +0300
commit649e98c98d3e8278a339103c052214667705d151 (patch)
treed02257bb1e3846028b991c796070841ad9e399d7 /lib/appconfig.php
parentf8bbd7de146871680d2202e2df8b66f260f7a8ed (diff)
customization.zoom (Fixed #131)
Diffstat (limited to 'lib/appconfig.php')
-rw-r--r--lib/appconfig.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/appconfig.php b/lib/appconfig.php
index b90f844..2375d92 100644
--- a/lib/appconfig.php
+++ b/lib/appconfig.php
@@ -239,6 +239,13 @@ class AppConfig {
public $_customization_logo = "customization_logo";
/**
+ * The config key for the zoom
+ *
+ * @var string
+ */
+ public $_customization_zoom = "customization_zoom";
+
+ /**
* @param string $AppName - application name
*/
public function __construct($AppName) {