From 4017d717b1918f2b99d3e3b4406167ab35c73396 Mon Sep 17 00:00:00 2001 From: Oliver Tacke Date: Fri, 22 Mar 2024 12:58:08 +0100 Subject: [PATCH] Add mission fileIcon definition --- assets/templates/edit.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/templates/edit.html b/assets/templates/edit.html index 1125dc9e..1b6f2708 100644 --- a/assets/templates/edit.html +++ b/assets/templates/edit.html @@ -41,6 +41,11 @@ metadataSemantics: {metadataSemantics}, libraryUrl: "/{libraries}/h5p-editor-php-library/", nodeVersionId: "{folder}", + fileIcon: { + path: "/{libraries}/h5p-editor-php-library/images/binary-file.png", + width: 50, + height:50 + }, assets: { css: [ "/{assets}/styles/editor.css",