From b15a4163d8354feaafe6529c6a344e2b5f614f82 Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Sun, 26 Oct 2025 16:57:18 -0400 Subject: Add custom card types --- example-cards.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 example-cards.json (limited to 'example-cards.json') diff --git a/example-cards.json b/example-cards.json new file mode 100644 index 0000000..9b856f0 --- /dev/null +++ b/example-cards.json @@ -0,0 +1,12 @@ +[ + { + "id": "d8968711-cd50-42e3-9360-f17a35cc944a", + "front": "This is the front of a card.", + "back": "And this is the back of a card" + }, + { + "id": "a8942790-aea7-41d1-afd1-3cc3c3ecb664", + "front": "Cards can contain arbitrary HTML.", + "back": "Back." + } +] -- cgit v1.3