mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-06-03 17:08:08 -04:00
Fix mimetype declarations in json files
There has to be one mimetype declaration for each format name. REVIEW: 115686
This commit is contained in:
parent
3eafdc861a
commit
f490ab0761
@ -1,4 +1,4 @@
|
||||
{
|
||||
"Keys": [ "eps", "epsi", "epsf" ],
|
||||
"MimeTypes": [ "image/x-eps" ]
|
||||
"MimeTypes": [ "image/x-eps", "image/x-eps", "image/x-eps" ]
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"Keys": [ "rgb", "rgba", "bw", "sgi" ],
|
||||
"MimeTypes": [ "image/x-rgb" ]
|
||||
"MimeTypes": [ "image/x-rgb", "image/x-rgb", "image/x-rgb", "image/x-rgb" ]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user