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