Hi,
I’ve created a custom MIME type for *.test files as well as a couple of custom icons (png + svg). But instead of showing these custom icons for my *.test files, ownCloud shows the default “text” icons. I’ve defined the MIME type as “text/test”.
owncloud/config/mimetypemapping.json:
{
“test”: [“text/test”]
}
owncloud/config/mimetypealiases.json:
EMPTY
Custom icons:
/var/www/html/owncloud/core/img/filetypes/text-test.png
/var/www/html/owncloud/core/img/filetypes/text-test.svg