Phase 4 M1: Entry enrichment — location, weather, gallery, hero image
This commit is contained in:
+36
-2
@@ -41,20 +41,54 @@ form:
|
||||
title: Location
|
||||
|
||||
fields:
|
||||
header.location_city:
|
||||
type: text
|
||||
label: City
|
||||
placeholder: 'e.g. Kyoto'
|
||||
|
||||
header.location_country:
|
||||
type: text
|
||||
label: Country
|
||||
placeholder: 'e.g. Japan'
|
||||
|
||||
header.lat:
|
||||
type: number
|
||||
label: Latitude
|
||||
help: 'GPS latitude (for map, Milestone 2)'
|
||||
help: 'GPS latitude (for map)'
|
||||
placeholder: '48.8566'
|
||||
step: any
|
||||
|
||||
header.lng:
|
||||
type: number
|
||||
label: Longitude
|
||||
help: 'GPS longitude (for map, Milestone 2)'
|
||||
help: 'GPS longitude (for map)'
|
||||
placeholder: '2.3522'
|
||||
step: any
|
||||
|
||||
weather:
|
||||
type: tab
|
||||
title: Weather
|
||||
|
||||
fields:
|
||||
header.weather_temp_c:
|
||||
type: number
|
||||
label: 'Temperature (°C)'
|
||||
help: 'Auto-filled from post form. Edit if needed.'
|
||||
step: 1
|
||||
|
||||
header.weather_desc:
|
||||
type: select
|
||||
label: 'Weather Condition'
|
||||
options:
|
||||
Sunny: '☀️ Sunny'
|
||||
'Partly cloudy': '⛅ Partly cloudy'
|
||||
Cloudy: '☁️ Cloudy'
|
||||
Foggy: '🌫️ Foggy'
|
||||
Drizzle: '🌦️ Drizzle'
|
||||
Rain: '🌧️ Rain'
|
||||
Snow: '❄️ Snow'
|
||||
Thunderstorm: '⛈️ Thunderstorm'
|
||||
|
||||
publishing:
|
||||
type: tab
|
||||
title: Publishing
|
||||
|
||||
Reference in New Issue
Block a user