From 73e22ed68572b8df3e185ef736e38f43bfb44cdc Mon Sep 17 00:00:00 2001 From: j Date: Mon, 26 Jan 2026 09:23:29 +0100 Subject: [PATCH] add character to documents --- config.jsonc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config.jsonc b/config.jsonc index aee6925..56f41a1 100644 --- a/config.jsonc +++ b/config.jsonc @@ -265,6 +265,15 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "find": true, "sort": true }, + { + "id": "character", + "title": "Character", + "type": "string", + "columnWidth": 128, + "filter": true, + "find": true, + "sort": true + }, { "id": "prompt", "title": "Prompt",