summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2023-01-25 00:14:12 -0500
committerJonathan Bradley <jcb@pikum.xyz>2023-01-25 00:14:12 -0500
commita470f276f42e8102a23208fb89e36ae3a7f8c68b (patch)
tree8d72b1abc96457b883d479586a55fd167f999254 /config.json
parent5937ea2dc86c2c9604a0b566d080bf6b8066b3cd (diff)
define separator character
Diffstat (limited to 'config.json')
-rw-r--r--config.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.json b/config.json
index a29db8d..de14cca 100644
--- a/config.json
+++ b/config.json
@@ -3,6 +3,9 @@
"transcode": "roman",
"truesf": true
},
+ "metadata": {
+ "separator": " | "
+ },
"diagrams": {
"show": "none"
},