A lot of things

This commit is contained in:
2026-06-16 16:21:43 +02:00
parent b079c07cf4
commit 039f32872c
10 changed files with 2286 additions and 45 deletions

View File

@@ -0,0 +1,17 @@
{
"group_name": "basic",
"title": "Logo URL",
"description": "The path from your XenForo root directory to your logo. If you specify alternate variations, they should be the same size. If you specify an SVG, you should set <b>Emails &gt; Email logo URL</b> to a PNG, or similar, for better compatibility.",
"property_type": "value",
"css_components": [],
"value_type": "string",
"value_parameters": "asset=logo",
"has_variations": true,
"depends_on": "",
"value_group": "logo",
"property_value": {
"default": "data/assets/logo_default/plaza-logo-wide.webp",
"alternate": "data/assets/logo_alternate/plaza-logo-wide.webp"
},
"display_order": 101
}