f78ab147af
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Vgmzx8VTTTmCskSpQtsLTr
95 lines
3.0 KiB
YAML
95 lines
3.0 KiB
YAML
title: 'Trip'
|
|
|
|
form:
|
|
fields:
|
|
tabs:
|
|
type: tabs
|
|
active: 1
|
|
fields:
|
|
|
|
content:
|
|
type: tab
|
|
title: Content
|
|
fields:
|
|
header.title:
|
|
type: text
|
|
label: Title
|
|
validate:
|
|
required: true
|
|
|
|
content:
|
|
type: markdown
|
|
label: Description
|
|
|
|
trip:
|
|
type: tab
|
|
title: Trip
|
|
fields:
|
|
header.date_start:
|
|
type: date
|
|
label: 'Start Date'
|
|
placeholder: '2026-06-17'
|
|
help: 'First day of the trip'
|
|
|
|
header.date_end:
|
|
type: date
|
|
label: 'End Date'
|
|
placeholder: ''
|
|
help: 'Leave blank if trip is ongoing'
|
|
|
|
header.cover_image:
|
|
type: text
|
|
label: 'Cover Image Filename'
|
|
placeholder: 'cover.jpg'
|
|
help: 'Used in the trips listing page'
|
|
|
|
header.album_url:
|
|
type: text
|
|
label: 'Photo Album URL'
|
|
placeholder: 'https://photos.google.com/...'
|
|
help: 'Link to external photo album for this trip'
|
|
|
|
header.tagline:
|
|
type: text
|
|
label: Tagline
|
|
placeholder: '6 weeks from Venice to Sicily by train'
|
|
help: 'Short description shown on homepage highlight cards'
|
|
|
|
header.use_gpx:
|
|
type: toggle
|
|
label: Show GPX tracks
|
|
help: "Draws uploaded GPX files as route lines on the map.\nIndependent of connector lines — you can show GPX tracks without connectors or vice versa.\n\nNote: enable this when using Intelligent GPX connector mode, otherwise that mode falls back to connecting all markers."
|
|
highlight: 1
|
|
default: 1
|
|
options:
|
|
1: 'Yes'
|
|
0: 'No'
|
|
validate:
|
|
type: bool
|
|
|
|
header.autoconnect:
|
|
type: select
|
|
label: Connect markers
|
|
help: "On: draws a dashed line between every entry in date order.\nManual: no automatic lines — only entries with Force Connect are linked.\nIntelligent GPX: suppresses the connector where a GPX track already covers the route (requires Show GPX enabled); Force Connect still overrides.\nOff: no connector lines at all, Force Connect is also ignored."
|
|
default: 'on'
|
|
options:
|
|
'on': 'On — always connect all'
|
|
'manual': 'Manual — force connect only'
|
|
'intelligent_gpx': 'Intelligent GPX — suppress where route is covered'
|
|
'off': 'Off — no connections'
|
|
|
|
publishing:
|
|
type: tab
|
|
title: Publishing
|
|
fields:
|
|
header.published:
|
|
type: toggle
|
|
label: Published
|
|
highlight: 1
|
|
default: 1
|
|
options:
|
|
1: 'Yes'
|
|
0: 'No'
|
|
validate:
|
|
type: bool
|