change display order
This commit is contained in:
+9
-9
@@ -19,15 +19,6 @@ const supportedImportFileTypes = [
|
|||||||
anchor: 'export-transactions'
|
anchor: 'export-transactions'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
type: 'firefly_iii_csv',
|
|
||||||
name: 'Firefly III Data Export File',
|
|
||||||
extensions: '.csv',
|
|
||||||
document: {
|
|
||||||
supportMultiLanguages: true,
|
|
||||||
anchor: 'how-to-get-firefly-iii-data-export-file'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: 'qif',
|
type: 'qif',
|
||||||
name: 'Quicken Interchange Format (QIF) File',
|
name: 'Quicken Interchange Format (QIF) File',
|
||||||
@@ -47,6 +38,15 @@ const supportedImportFileTypes = [
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
type: 'firefly_iii_csv',
|
||||||
|
name: 'Firefly III Data Export File',
|
||||||
|
extensions: '.csv',
|
||||||
|
document: {
|
||||||
|
supportMultiLanguages: true,
|
||||||
|
anchor: 'how-to-get-firefly-iii-data-export-file'
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
type: 'feidee_mymoney_csv',
|
type: 'feidee_mymoney_csv',
|
||||||
name: 'Feidee MyMoney (App) Data Export File',
|
name: 'Feidee MyMoney (App) Data Export File',
|
||||||
|
|||||||
Reference in New Issue
Block a user