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:
Diffstat (limited to 'lib/appconfig.php')
-rw-r--r--lib/appconfig.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/appconfig.php b/lib/appconfig.php
index b90f844..2560b6f 100644
--- a/lib/appconfig.php
+++ b/lib/appconfig.php
@@ -239,6 +239,20 @@ class AppConfig {
public $_customization_logo = "customization_logo";
/**
+ * The config key for the zoom
+ *
+ * @var string
+ */
+ public $_customization_zoom = "customization_zoom";
+
+ /**
+ * The config key for the autosave
+ *
+ * @var string
+ */
+ public $_customization_autosave = "customization_autosave";
+
+ /**
* @param string $AppName - application name
*/
public function __construct($AppName) {