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:
@@ -27,3 +27,5 @@ general:
|
|||||||
- "electronic"
|
- "electronic"
|
||||||
- "python"
|
- "python"
|
||||||
- "circuitpython"
|
- "circuitpython"
|
||||||
|
languages:
|
||||||
|
- "python"
|
||||||
|
@@ -28,3 +28,5 @@ general:
|
|||||||
- "circuitpython"
|
- "circuitpython"
|
||||||
- "lora"
|
- "lora"
|
||||||
- "library"
|
- "library"
|
||||||
|
languages:
|
||||||
|
- "python"
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user