This commit is contained in:
Jan Prochazka
2020-11-19 08:02:16 +01:00
parent ac049f43a3
commit 64362cdf13
5 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
export default {
storageType: 'csv',
extension: 'csv',
name: 'CSV files',
readerFunc: 'csvReader',
writerFunc: 'csvWriter',
filesTitle: 'CSV files',
};