Merge pull request 'Feat(UI/modules): display more module informations' (#3585) from hsjobeki/clan-core:ui-modules into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3585
This commit is contained in:
@@ -143,6 +143,8 @@ def get_roles(module_path: Path) -> None | list[str]:
|
||||
|
||||
class ModuleManifest(TypedDict):
|
||||
name: str
|
||||
description: str
|
||||
categories: list[str]
|
||||
features: dict[str, bool]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user