Updated file formats

This commit is contained in:
markseu 2020-01-03 21:12:36 +01:00
parent 9d96a0f2cb
commit 17162e9abc
3 changed files with 3 additions and 3 deletions

View file

@ -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 {

View file

@ -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 = {

View file

@ -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");