ux: merge journey fields into entry/location tabs; unstack lat/lng and weather fields

This commit is contained in:
2026-06-20 10:15:02 +02:00
parent a3565677a5
commit 7dcaa703e0
2 changed files with 45 additions and 70 deletions
+15 -19
View File
@@ -67,25 +67,6 @@ form:
placeholder: '11.6760'
help: 'GPS longitude (decimal degrees)'
publishing:
type: tab
title: Publishing
fields:
header.published:
type: toggle
label: Published
highlight: 1
default: 1
options:
1: 'Yes'
0: 'No'
validate:
type: bool
journey:
type: tab
title: Journey
fields:
header.transport_mode:
type: select
label: How I arrived here
@@ -109,3 +90,18 @@ form:
0: 'No'
validate:
type: bool
publishing:
type: tab
title: Publishing
fields:
header.published:
type: toggle
label: Published
highlight: 1
default: 1
options:
1: 'Yes'
0: 'No'
validate:
type: bool