From 91705e083beeece533afcad8b7285f6698c2a6da Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Mon, 16 Jan 2023 01:23:36 +0000 Subject: Support for WebP images (#38168). * Inline image * Thumbnail * Inserting markup for an image uploaded by drag and drop Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22045 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/fixtures/attachments.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'test/fixtures') diff --git a/test/fixtures/attachments.yml b/test/fixtures/attachments.yml index 3805df02e..0b4558aac 100644 --- a/test/fixtures/attachments.yml +++ b/test/fixtures/attachments.yml @@ -309,3 +309,17 @@ attachments_023: filename: ecookbook-gantt.pdf author_id: 2 description: Gantt chart as of May 11 +attachments_024: + created_on: 2023-01-11 08:46:41 +00:00 + content_type: image/webp + container_type: WikiPage + container_id: 1 + downloads: 0 + disk_filename: 230111173947_logo.webp + disk_directory: "2023/01" + digest: 9219249de57e601a0bb65845304bc44bb1961ea1c2b8ace28c38fa40c3c741e5 + id: 24 + filesize: 74974 + filename: logo.webp + author_id: 2 + description: WebP image -- cgit v1.2.3