mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-25 14:29:56 -07:00
WebHost: Validation for webworld themes (#5083)
This commit is contained in:
+1
-1
@@ -224,7 +224,7 @@ class WebWorld(metaclass=WebWorldRegister):
|
||||
tutorials: List["Tutorial"]
|
||||
"""docs folder will also be scanned for tutorial guides. Each Tutorial class is to be used for one guide."""
|
||||
|
||||
theme = "grass"
|
||||
theme: str = "grass"
|
||||
"""Choose a theme for you /game/* pages.
|
||||
Available: dirt, grass, grassFlowers, ice, jungle, ocean, partyTime, stone"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user