mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit 2c2306493c520a19753108b122b6f30465cdc712
parent ea4c7348adda26e065d3d20bf4652418e93f8742
Author: markseu <mark2011@mayberg.se>
Date:   Wed,  3 Dec 2025 21:18:01 +0100

Updated file extensions

Diffstat:
Msystem/workers/edit.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system/workers/edit.php b/system/workers/edit.php @@ -16,7 +16,7 @@ class YellowEdit { $this->yellow->system->setDefault("editSiteEmail", "noreply"); $this->yellow->system->setDefault("editLocation", "/edit/"); $this->yellow->system->setDefault("editUploadNewLocation", "/media/@group/@filename"); - $this->yellow->system->setDefault("editUploadExtensions", ".gif, .jpeg, .jpg, .mp3, .ogg, .pdf, .png, .svg, .zip"); + $this->yellow->system->setDefault("editUploadExtensions", ".gif, .jpeg, .jpg, .mp3, .mp4, .ogg, .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");