branding/manifest part done

This commit is contained in:
Henry Jameson 2025-12-08 18:12:21 +02:00
commit bc47bef80d
10 changed files with 288 additions and 16 deletions

View file

@ -242,7 +242,6 @@ export default {
if (this.path == null) return null
if (this.descriptionPathOverride) return this.descriptionPathOverride
const path = Array.isArray(this.path) ? this.path : this.path.split('.')
console.log(this.path, this.subgroup)
if (this.subgroup) {
return [
...path.slice(0, path.length - 1),