From ff9ea3a0a7d717e5f7a7aee50ef5b6a9954e7e55 Mon Sep 17 00:00:00 2001 From: Mischa Date: Sun, 21 Jun 2026 10:45:55 +0200 Subject: [PATCH] fix: correct home blueprint field names to header.title/header.subtitle --- themes/intotheeast/blueprints/home.yaml | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/themes/intotheeast/blueprints/home.yaml b/themes/intotheeast/blueprints/home.yaml index 786c443..d55b796 100644 --- a/themes/intotheeast/blueprints/home.yaml +++ b/themes/intotheeast/blueprints/home.yaml @@ -1,37 +1,24 @@ -title: Home Page +title: 'Home Page' form: - validation: loose fields: tabs: type: tabs active: 1 fields: + content: type: tab title: Content fields: - title: + header.title: type: text label: Title + validate: + required: true header.subtitle: type: text label: Subtitle placeholder: 'A few moments from past journeys' 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