feat: WhatsApp/YouTube-Links auf Organisation
Neue Felder whatsapp/youtube (string) auf OrganisationEntry. OrganisationsCard zeigt Icon-Buttons wenn gesetzt. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -313,6 +313,8 @@ export interface OrganisationEntry {
|
||||
description?: string;
|
||||
link?: string | { url?: string; linkName?: string; newTab?: boolean };
|
||||
badge?: string | { label?: string; color?: string };
|
||||
whatsapp?: string;
|
||||
youtube?: string;
|
||||
}
|
||||
|
||||
/** Organisations-Block (_type: "organisations"). */
|
||||
|
||||
Reference in New Issue
Block a user