feat: manage network partner logo defaults

This commit is contained in:
syntaxbullet
2026-06-22 13:06:44 +02:00
parent 99a318bbb2
commit 4e50e27fcd
4 changed files with 10 additions and 2 deletions

View File

@@ -221,6 +221,7 @@ export const netzwerkFields: Field[] = [
textarea('description', 'Description', netzwerkContent.partners.description),
text('detailLabel', 'Detail label', netzwerkContent.partners.detailLabel),
text('premiumLabel', 'Premium label', netzwerkContent.partners.premiumLabel),
text('defaultLogoColor', 'Default logo color', netzwerkContent.partners.defaultLogoColor),
{
name: 'tiers',
label: 'Tiers',