commit 17162e9abcbcbf111ce0a86f79f0960b13f86bd9
parent 9d96a0f2cba6eb8e57f4441620d6fed07f9accac
Author: markseu <mark2011@mayberg.se>
Date: Fri, 3 Jan 2020 21:12:36 +0100
Updated file formats
Diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/system/extensions/edit.css b/system/extensions/edit.css
@@ -1,5 +1,5 @@
/* Edit extension, https://github.com/datenstrom/yellow-extensions/tree/master/features/edit */
-/* Copyright (c) 2013-2019 Datenstrom, https://datenstrom.se */
+/* Copyright (c) 2013-2020 Datenstrom, https://datenstrom.se */
/* This file may be used and distributed under the terms of the public license. */
.yellow-bar {
diff --git a/system/extensions/edit.js b/system/extensions/edit.js
@@ -1,5 +1,5 @@
// Edit extension, https://github.com/datenstrom/yellow-extensions/tree/master/features/edit
-// Copyright (c) 2013-2019 Datenstrom, https://datenstrom.se
+// Copyright (c) 2013-2020 Datenstrom, https://datenstrom.se
// This file may be used and distributed under the terms of the public license.
var yellow = {
diff --git a/system/extensions/edit.php b/system/extensions/edit.php
@@ -19,7 +19,7 @@ class YellowEdit {
$this->merge = new YellowEditMerge($yellow);
$this->yellow->system->setDefault("editLocation", "/edit/");
$this->yellow->system->setDefault("editUploadNewLocation", "/media/@group/@filename");
- $this->yellow->system->setDefault("editUploadExtensions", ".gif, .jpg, .pdf, .png, .svg, .tgz, .zip");
+ $this->yellow->system->setDefault("editUploadExtensions", ".gif, .jpg, .pdf, .png, .svg, .zip");
$this->yellow->system->setDefault("editKeyboardShortcuts", "ctrl+b bold, ctrl+i italic, ctrl+k strikethrough, ctrl+e code, ctrl+s save, ctrl+alt+p preview");
$this->yellow->system->setDefault("editToolbarButtons", "auto");
$this->yellow->system->setDefault("editEndOfLine", "auto");