148 lines
4.0 KiB
YAML
148 lines
4.0 KiB
YAML
title: 'Daily Entry'
|
|
|
|
form:
|
|
fields:
|
|
tabs:
|
|
type: tabs
|
|
active: 1
|
|
fields:
|
|
|
|
content:
|
|
type: tab
|
|
title: Content
|
|
fields:
|
|
header.title:
|
|
type: text
|
|
label: Title
|
|
validate:
|
|
required: true
|
|
|
|
header.date:
|
|
type: datetime
|
|
label: Date
|
|
format: 'Y-m-d H:i'
|
|
validate:
|
|
required: true
|
|
|
|
header.hero_image:
|
|
type: text
|
|
label: Hero Image
|
|
placeholder: 'photo.jpg'
|
|
help: 'Filename of the hero image (upload via Media tab). Leave blank to use the first image.'
|
|
|
|
content:
|
|
type: markdown
|
|
label: Content
|
|
validate:
|
|
required: true
|
|
|
|
location:
|
|
type: tab
|
|
title: Location
|
|
fields:
|
|
header.location_city:
|
|
type: text
|
|
label: City
|
|
placeholder: 'e.g. Kyoto'
|
|
help: 'Shown under the entry title on the tracker feed'
|
|
|
|
header.location_country:
|
|
type: text
|
|
label: Country
|
|
placeholder: 'e.g. Japan'
|
|
|
|
header.lat:
|
|
type: text
|
|
label: Latitude
|
|
placeholder: '35.0116'
|
|
help: 'GPS latitude (decimal degrees)'
|
|
|
|
header.lng:
|
|
type: text
|
|
label: Longitude
|
|
placeholder: '135.7681'
|
|
help: 'GPS longitude (decimal degrees)'
|
|
|
|
weather:
|
|
type: tab
|
|
title: Weather
|
|
fields:
|
|
header.weather_desc:
|
|
type: select
|
|
label: Weather Condition
|
|
default: ''
|
|
options:
|
|
'': '— none —'
|
|
'Sunny': '☀️ Sunny'
|
|
'Partly cloudy': '⛅ Partly cloudy'
|
|
'Cloudy': '☁️ Cloudy'
|
|
'Foggy': '🌫️ Foggy'
|
|
'Drizzle': '🌦️ Drizzle'
|
|
'Rain': '🌧️ Rain'
|
|
'Snow': '❄️ Snow'
|
|
'Thunderstorm': '⛈️ Thunderstorm'
|
|
|
|
header.weather_temp_c:
|
|
type: number
|
|
label: 'Temperature (°C)'
|
|
placeholder: '19'
|
|
step: 1
|
|
validate:
|
|
min: -60
|
|
max: 60
|
|
|
|
publishing:
|
|
type: tab
|
|
title: Publishing
|
|
fields:
|
|
header.published:
|
|
type: toggle
|
|
label: Published
|
|
highlight: 1
|
|
default: 1
|
|
options:
|
|
1: 'Yes'
|
|
0: 'No'
|
|
validate:
|
|
type: bool
|
|
|
|
header.publish_date:
|
|
type: datetime
|
|
label: 'Publish Date'
|
|
help: 'Schedule future publication (leave blank to publish immediately)'
|
|
format: 'Y-m-d H:i'
|
|
|
|
header.unpublish_date:
|
|
type: datetime
|
|
label: 'Unpublish Date'
|
|
help: 'Automatically unpublish at this date/time'
|
|
format: 'Y-m-d H:i'
|
|
|
|
journey:
|
|
type: tab
|
|
title: Journey
|
|
fields:
|
|
header.transport_mode:
|
|
type: select
|
|
label: How I arrived here
|
|
default: ''
|
|
options:
|
|
'': '— not specified —'
|
|
'walking': 'Walking'
|
|
'bicycle': 'Bicycle'
|
|
'bus': 'Bus'
|
|
'train': 'Train'
|
|
'car': 'Car'
|
|
|
|
header.force_connect:
|
|
type: toggle
|
|
label: Force connector line
|
|
help: 'When GPX tracks are present, always draw a connector from the previous marker to this one'
|
|
highlight: 1
|
|
default: 0
|
|
options:
|
|
1: 'Yes'
|
|
0: 'No'
|
|
validate:
|
|
type: bool
|