feat(link-list): CMS-Feld columns (auto|single) für Spaltenlayout
single = immer untereinander, auto = breitenbasiert mehrspaltig ab >4. Regionalplan-Generatorenliste (w1-w40) auf single. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -216,6 +216,8 @@ export interface LinkListBlockData {
|
||||
_slug?: string;
|
||||
headline?: string;
|
||||
links?: Array<string | { url?: string; linkName?: string; newTab?: boolean }>;
|
||||
/** Spaltenlayout: "auto" = mehrspaltig bei >4 Links, "single" = immer untereinander. */
|
||||
columns?: "auto" | "single";
|
||||
layout?: BlockLayout;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user