feat: add blueprints for active_trip/travelling config, tagline, featured fields
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -111,3 +111,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
|
||||
|
||||
@@ -49,6 +49,12 @@ form:
|
||||
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'
|
||||
|
||||
publishing:
|
||||
type: tab
|
||||
title: Publishing
|
||||
|
||||
Reference in New Issue
Block a user