diff options
| author | Sarah Duck <git@sarahduck.ca> | 2025-05-18 20:25:27 -0700 |
|---|---|---|
| committer | Sarah Duck <git@sarahduck.ca> | 2025-05-18 20:25:27 -0700 |
| commit | 5ba15274f86cf6e8bff1cb0f69731e340b4aa934 (patch) | |
| tree | 6e592d8cec7f1bea8304a06d60af0fd082fd4ec3 /meta/options.json | |
| parent | 29d27cd40575918419e76cdacffa45fde0bf2d1f (diff) | |
Diffstat (limited to 'meta/options.json')
| -rw-r--r-- | meta/options.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/meta/options.json b/meta/options.json index a2a3295..95122a8 100644 --- a/meta/options.json +++ b/meta/options.json @@ -52,7 +52,10 @@ "OBJECT": [true, 100], "ENTITY": [true, 100], "CUSTOM": [true, 100], - "SYNOP": [false, 1669] + "SYNOP": [false, 1669], + "STATUS": [true, 100], + "STORY": [true, 100], + "MENTION": [true, 100] } }, "GuiNovelView": { @@ -64,6 +67,10 @@ "winHeight": 360, "fmtWidth": 310, "sumWidth": 272 + }, + "GuiOutlineDetails": { + "detailsWidth": 481, + "tagsWidth": 127 } } }
\ No newline at end of file |
