fix: correct home blueprint field names to header.title/header.subtitle

This commit is contained in:
2026-06-21 10:45:55 +02:00
parent 913e4bf19a
commit ff9ea3a0a7
+5 -18
View File
@@ -1,37 +1,24 @@
title: Home Page title: 'Home Page'
form: form:
validation: loose
fields: fields:
tabs: tabs:
type: tabs type: tabs
active: 1 active: 1
fields: fields:
content: content:
type: tab type: tab
title: Content title: Content
fields: fields:
title: header.title:
type: text type: text
label: Title label: Title
validate:
required: true
header.subtitle: header.subtitle:
type: text type: text
label: Subtitle label: Subtitle
placeholder: 'A few moments from past journeys' placeholder: 'A few moments from past journeys'
help: 'Short line shown below the title in between-trips mode' help: 'Short line shown below the title in between-trips mode'
publishing:
type: tab
title: Publishing
fields:
header.visible:
type: toggle
label: Visible in nav
highlight: 1
default: 0
options:
1: 'Yes'
0: 'No'
validate:
type: bool