add it to the settingscontroller as well

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-02-01 19:24:40 +01:00
Родитель 392e349fd4
Коммит ceb660adf4
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -38,6 +38,7 @@ class SettingsController extends Controller {
// TODO adapt overview generation if we add more font mimetypes
public const FONT_MIME_TYPES = [
'font/ttf',
'application/font-sfnt',
'font/opentype',
'application/vnd.oasis.opendocument.formula-template',
];