Explorar o código

Remove claimed support for xbm and raw image files - browsers don’t support these.

Jason Grout %!s(int64=7) %!d(string=hai) anos
pai
achega
e11547dc98
Modificáronse 1 ficheiros con 0 adicións e 15 borrados
  1. 0 15
      packages/docregistry/src/registry.ts

+ 0 - 15
packages/docregistry/src/registry.ts

@@ -1191,21 +1191,6 @@ namespace DocumentRegistry {
       iconClass: 'jp-MaterialIcon jp-ImageIcon',
       fileFormat: 'base64'
     },
-    {
-      name: 'xbm',
-      displayName: 'Image',
-      mimeTypes: ['image/xbm'],
-      extensions: ['.xbm'],
-      iconClass: 'jp-MaterialIcon jp-ImageIcon',
-      fileFormat: 'base64'
-    },
-    {
-      name: 'raw',
-      displayName: 'Image',
-      extensions: ['.raw'],
-      iconClass: 'jp-MaterialIcon jp-ImageIcon',
-      fileFormat: 'base64'
-    }
   ];
 }