Files
rustycms/content/de/page/komponenten-referenz.json5

45 lines
1.6 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
// ── Testseite: jede Komponente eingebunden (Referenz) ───
_slug: "komponenten-referenz",
slug: "komponenten-referenz",
name: "Komponenten-Referenz",
linkName: "Komponenten",
icon: "grid",
headline: "Komponenten-Referenz",
subheadline: "Alle Komponenten auf einer Seite zum Testen und als Referenz",
// Fullwidth-Banner (oben)
topFullwidthBanner: "hero",
// ── SEO ───────────────────────────────────────────────
seoTitle: "Komponenten-Referenz RustyCMS",
seoMetaRobots: "index, follow",
seoDescription: "Übersicht aller Komponenten: Banner, Headline, List, Link-Liste, Markdown, Iframe, Bild, YouTube, Quote, HTML, Galerie, SearchableText.",
// ── Row 1: Markdown-Komponenten ──────────────────────
row1JustifyContent: "center",
row1AlignItems: "stretch",
row1Content: [
"komponenten-referenz-intro",
"headline-referenz",
"intro",
"kontakt-text",
"list-referenz",
"link-list-referenz",
],
// ── Row 2: Iframe + Bild + YouTube ─────────────────────
row2JustifyContent: "start",
row2AlignItems: "stretch",
row2Content: [
"iframe-referenz",
"image-referenz",
"youtube-referenz",
"quote-referenz",
"html-referenz",
],
// ── Row 3: Bildgalerie + SearchableText ─────────────────
row3JustifyContent: "start",
row3AlignItems: "stretch",
row3Content: [
"gallery-referenz",
"search-referenz",
],
}