summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAfkF24 <us.faris.ajanovic@gmail.com>2024-01-25 03:28:55 +0100
committerLeonardo Bishop <13875753+LMBishop@users.noreply.github.com>2024-02-11 16:42:43 +0000
commite356e1c7aefedb201f2348d4d7cf0a874fe0932c (patch)
tree6d6959ac996643f842335b8fa6eeb7a2da10a57f /docs
parentaf1a539c75a0fa70b7d7fd554e5a5f6c9db6d447 (diff)
Support custom elements in started quests menu
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/custom-gui-items.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/docs/configuration/custom-gui-items.md b/docs/configuration/custom-gui-items.md
index f7a2bbac..9473f4f8 100644
--- a/docs/configuration/custom-gui-items.md
+++ b/docs/configuration/custom-gui-items.md
@@ -5,8 +5,8 @@ nav_order: 7
---
# Custom GUI items
-**Custom GUI items** are dummy items added to the category menu and the
-quest menu. This can be used to help stylise your quests GUI.
+**Custom GUI items** are dummy items added to category, quest and
+started menus. This can be used to help stylise your quests GUI.
This can be done in the `config.yml`:
@@ -66,3 +66,12 @@ custom-elements:
"quests": # apply to whole quests menu if categories are disabled
# ...
```
+
+Additionally, you can add custom items to the started quests menu by
+specifying it with "started":
+
+``` yaml
+custom-elements:
+ "started": # apply to the started quests menu
+ # ...
+``` \ No newline at end of file