Adding info for future language-based content filtering

Update circuitpython-custom-fs.yml, circuitpython-ebyte-e32.yml, and metadata.py
This commit is contained in:
2024-10-20 22:58:39 +02:00
parent 124dc1042f
commit bd96d85699
3 changed files with 6 additions and 1 deletions

View File

@@ -39,7 +39,8 @@ class ContentGeneralMetadata:
icon: str
title_key: str
subtitle_key: str
tags: list[str]
tags: list[str] = field(default_factory=list)
languages: list[str] = field(default_factory=list)
@dataclass