Updated file formats
This commit is contained in:
parent
9d96a0f2cb
commit
17162e9abc
3 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
|
@ -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 = {
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue