feat: add blueprints for active_trip/travelling config, tagline, featured fields
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
form:
|
||||
validation: loose
|
||||
fields:
|
||||
active_trip:
|
||||
type: pages
|
||||
label: Active Trip
|
||||
start_route: '/trips'
|
||||
show_root: false
|
||||
show_slug: true
|
||||
|
||||
travelling:
|
||||
type: toggle
|
||||
label: Currently Travelling
|
||||
highlight: 1
|
||||
default: false
|
||||
options:
|
||||
1: 'Yes'
|
||||
0: 'No'
|
||||
validate:
|
||||
type: bool
|
||||
Reference in New Issue
Block a user