feat: add blueprints for active_trip/travelling config, tagline, featured fields

This commit is contained in:
2026-06-21 01:36:00 +02:00
parent 5a6c00eaa4
commit cf364bc298
7 changed files with 83 additions and 1 deletions
+12
View File
@@ -86,3 +86,15 @@ form:
0: 'No'
validate:
type: bool
header.featured:
type: toggle
label: Featured highlight
help: 'Show as a homepage highlight when not travelling'
highlight: 1
default: 0
options:
1: 'Yes'
0: 'No'
validate:
type: bool