fix filters to have different filters per category
This commit is contained in:
parent
78f52c769d
commit
6a248e17be
1 changed files with 43 additions and 41 deletions
|
|
@ -76,7 +76,8 @@ export const properties = {
|
||||||
};
|
};
|
||||||
|
|
||||||
// input/output files parsing method
|
// input/output files parsing method
|
||||||
const filters: Record<string, string> = {
|
const filters: Record<string, Record<string, string>> = {
|
||||||
|
text: {
|
||||||
"602": "T602Document",
|
"602": "T602Document",
|
||||||
abw: "AbiWord",
|
abw: "AbiWord",
|
||||||
csv: "Text",
|
csv: "Text",
|
||||||
|
|
@ -117,6 +118,7 @@ const filters: Record<string, string> = {
|
||||||
wri: "MS_Write",
|
wri: "MS_Write",
|
||||||
xhtml: "HTML (StarWriter)",
|
xhtml: "HTML (StarWriter)",
|
||||||
zabw: "AbiWord",
|
zabw: "AbiWord",
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export function convert(
|
export function convert(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue