mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
[wopi] Add HWPML (*.hml) format
This commit is contained in:
10
.prettierrc
10
.prettierrc
@ -13,5 +13,13 @@
|
|||||||
"htmlWhitespaceSensitivity": "css",
|
"htmlWhitespaceSensitivity": "css",
|
||||||
"endOfLine": "lf",
|
"endOfLine": "lf",
|
||||||
"proseWrap": "preserve",
|
"proseWrap": "preserve",
|
||||||
"embeddedLanguageFormatting": "auto"
|
"embeddedLanguageFormatting": "auto",
|
||||||
|
"overrides": [
|
||||||
|
{
|
||||||
|
"files": "*.json",
|
||||||
|
"options": {
|
||||||
|
"printWidth": 250
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -266,31 +266,7 @@
|
|||||||
"pdfView": ["djvu", "xps", "oxps"],
|
"pdfView": ["djvu", "xps", "oxps"],
|
||||||
"pdfEdit": ["pdf"],
|
"pdfEdit": ["pdf"],
|
||||||
"forms": ["pdf"],
|
"forms": ["pdf"],
|
||||||
"wordView": [
|
"wordView": ["doc", "dotm", "dot", "fodt", "ott", "rtf", "mht", "mhtml", "html", "htm", "xml", "epub", "fb2", "sxw", "stw", "wps", "wpt", "pages", "docxf", "oform", "hwp", "hwpx", "md", "hml"],
|
||||||
"doc",
|
|
||||||
"dotm",
|
|
||||||
"dot",
|
|
||||||
"fodt",
|
|
||||||
"ott",
|
|
||||||
"rtf",
|
|
||||||
"mht",
|
|
||||||
"mhtml",
|
|
||||||
"html",
|
|
||||||
"htm",
|
|
||||||
"xml",
|
|
||||||
"epub",
|
|
||||||
"fb2",
|
|
||||||
"sxw",
|
|
||||||
"stw",
|
|
||||||
"wps",
|
|
||||||
"wpt",
|
|
||||||
"pages",
|
|
||||||
"docxf",
|
|
||||||
"oform",
|
|
||||||
"hwp",
|
|
||||||
"hwpx",
|
|
||||||
"md"
|
|
||||||
],
|
|
||||||
"wordEdit": ["docx", "dotx", "docm", "odt", "txt"],
|
"wordEdit": ["docx", "dotx", "docm", "odt", "txt"],
|
||||||
"cellView": ["xls", "xltm", "xlt", "fods", "ots", "sxc", "xml", "et", "ett", "numbers"],
|
"cellView": ["xls", "xltm", "xlt", "fods", "ots", "sxc", "xml", "et", "ett", "numbers"],
|
||||||
"cellEdit": ["xlsx", "xlsb", "xltx", "xlsm", "ods", "csv"],
|
"cellEdit": ["xlsx", "xlsb", "xltx", "xlsm", "ods", "csv"],
|
||||||
|
|||||||
Reference in New Issue
Block a user