RustyCMS: File-based headless CMS with REST API, admin UI, multilingual support
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
44
content/de/page/komponenten-referenz.json5
Normal file
44
content/de/page/komponenten-referenz.json5
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
// ── 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",
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user