This commit is contained in:
2026-05-03 14:59:47 +02:00
parent 41d017b70f
commit 8bcd9e63df
18 changed files with 772 additions and 1084 deletions
+12
View File
@@ -231,6 +231,18 @@ var config_default = defineConfig({
type: "string",
name: "role_en",
label: "Role (English)"
},
{
type: "image",
name: "logo",
label: "Logo",
description: "Organization logo image"
},
{
type: "string",
name: "url",
label: "Website URL",
description: "Organization website link"
}
]
}