From 858ff3711e1f2b27a3be266f4ee45fa0c82dba3b Mon Sep 17 00:00:00 2001
From: Philipp Stadler <hello@phstadler.com>
Date: Sun, 21 Jul 2024 13:09:58 +0200
Subject: [PATCH] fix(starter): update for new APKG exporter 4.0.0

---
 content/Bijection-from-CSV/.apkg-spec.yaml    | 6 +++++-
 content/Bijection-from-Images/.apkg-spec.yaml | 2 ++
 content/Facts-from-CSV/.apkg-spec.yaml        | 4 ++++
 package.json                                  | 2 +-
 4 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/content/Bijection-from-CSV/.apkg-spec.yaml b/content/Bijection-from-CSV/.apkg-spec.yaml
index 4b3b229..bde3043 100644
--- a/content/Bijection-from-CSV/.apkg-spec.yaml
+++ b/content/Bijection-from-CSV/.apkg-spec.yaml
@@ -8,10 +8,14 @@ content:
     content_version: 2024-06-08 18:23:00+00:00
     note_type: Bijection
     file_patterns:
-    - '*.csv'
+    - 'content.csv'
+    delimiter: ';'
     deck_name_pattern: 'Tapir geography'
     fields_mapping:
     - guid
     - A
     - B
+    fields_static: {}
     tags: []
+
+resource_paths: []
diff --git a/content/Bijection-from-Images/.apkg-spec.yaml b/content/Bijection-from-Images/.apkg-spec.yaml
index 19a08cf..a646def 100644
--- a/content/Bijection-from-Images/.apkg-spec.yaml
+++ b/content/Bijection-from-Images/.apkg-spec.yaml
@@ -11,3 +11,5 @@ content:
     fields_mapping:
       A: 'The color {{from_basename}}'
       B: '{{image}}'
+
+resource_paths: []
diff --git a/content/Facts-from-CSV/.apkg-spec.yaml b/content/Facts-from-CSV/.apkg-spec.yaml
index 061226f..f9f6972 100644
--- a/content/Facts-from-CSV/.apkg-spec.yaml
+++ b/content/Facts-from-CSV/.apkg-spec.yaml
@@ -9,9 +9,13 @@ content:
     note_type: Facts
     file_patterns:
     - '*.csv'
+    delimiter: ';'
     deck_name_pattern: 'Tapir facts'
     fields_mapping:
     - guid
     - Front
     - Back
+    fields_static: {}
     tags: []
+
+resource_paths: []
diff --git a/package.json b/package.json
index 66321dc..e7451c7 100644
--- a/package.json
+++ b/package.json
@@ -1,3 +1,3 @@
 {
-  "version": "1.0.0-starter5"
+  "version": "1.0.0-starter6"
 }
-- 
GitLab