Commit 77f4ffdd authored by Doug Danat's avatar Doug Danat
Browse files

add htm/html to supported extensions in ui

parent 784a6ec8
...@@ -22,6 +22,7 @@ export const SUPPORTED_FILE_TYPE = [ ...@@ -22,6 +22,7 @@ export const SUPPORTED_FILE_TYPE = [
'text/plain', 'text/plain',
'text/csv', 'text/csv',
'text/xml', 'text/xml',
'text/html',
'text/x-python', 'text/x-python',
'text/css', 'text/css',
'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
...@@ -50,6 +51,8 @@ export const SUPPORTED_FILE_EXTENSIONS = [ ...@@ -50,6 +51,8 @@ export const SUPPORTED_FILE_EXTENSIONS = [
'h', 'h',
'c', 'c',
'cs', 'cs',
'htm',
'html',
'sql', 'sql',
'log', 'log',
'ini', 'ini',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment