mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-07 18:18:14 -07:00
WebHost: Validation for webworld themes (#5083)
This commit is contained in:
@@ -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