Files
vendoo/app/modules/themes/module.json
T
Masterluke77andGitHub 6f48827f4d Vendoo 1.41.2 – Git Ignore Boundary & Module Tracking Hotfix (#18)
* docs: prepare Vendoo 1.41.2 git-ignore boundary hotfix

* fix: track native source modules with root-anchored runtime ignores
2026-07-09 17:09:00 +02:00

31 lines
652 B
JSON

{
"schemaVersion": 1,
"id": "vendoo.themes",
"name": "Themes & Design System",
"version": "1.1.0",
"type": "feature",
"status": "native",
"description": "Natives Theme- und Design-System-Modul mit sicherem Token-Editor, Benutzerpräferenzen und Accessibility-Prüfungen.",
"requires": [
"vendoo.system"
],
"permissions": [
"settings.manage",
"themes.use"
],
"provides": [
"themes.tokens",
"themes.runtime",
"themes.profiles",
"themes.accessibility"
],
"consumes": [
"platform.events"
],
"owns": [
"themes.definitions",
"themes.user-preferences",
"themes.system-default"
]
}