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

@@ -27,3 +27,5 @@ general:
- "electronic" - "electronic"
- "python" - "python"
- "circuitpython" - "circuitpython"
languages:
- "python"

View File

@@ -28,3 +28,5 @@ general:
- "circuitpython" - "circuitpython"
- "lora" - "lora"
- "library" - "library"
languages:
- "python"

View File

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