summaryrefslogtreecommitdiff
path: root/example-cards.json
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2025-10-26 16:57:18 -0400
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2025-10-26 16:57:18 -0400
commitb15a4163d8354feaafe6529c6a344e2b5f614f82 (patch)
tree09e4b536bcb5a39a8825cad03d18462dad4d3229 /example-cards.json
parent939594d1cfd2d11f7acc300f117204c050af2d13 (diff)
Add custom card types
Diffstat (limited to 'example-cards.json')
-rw-r--r--example-cards.json12
1 files changed, 12 insertions, 0 deletions
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 <strong>arbitrary</strong> <em>HTML</em>.",
+ "back": "Back."
+ }
+]