浏览代码

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

Jason Grout 7 年之前
父节点
当前提交
e11547dc98
共有 1 个文件被更改,包括 0 次插入15 次删除
  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',
       iconClass: 'jp-MaterialIcon jp-ImageIcon',
       fileFormat: 'base64'
       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'
-    }
   ];
   ];
 }
 }