From 4a2675cd45037654b07d79dfa67c739a1f8724c3 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sun, 7 Jan 2024 00:58:18 -0700 Subject: [PATCH] Output the config as debug data --- templates/actors/char-sheet-mvp/sheet.hbs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/actors/char-sheet-mvp/sheet.hbs b/templates/actors/char-sheet-mvp/sheet.hbs index 68f9b06..6c8a428 100644 --- a/templates/actors/char-sheet-mvp/sheet.hbs +++ b/templates/actors/char-sheet-mvp/sheet.hbs @@ -50,6 +50,11 @@
{{dd-stringify meta}}

+
+ Config: +
{{dd-stringify CONFIG}}
+
+
System:
{{dd-stringify system}}