46 lines
1.0 KiB
YAML
46 lines
1.0 KiB
YAML
title: Station
|
|
'@extends':
|
|
type: default
|
|
context: blueprints://pages
|
|
|
|
form:
|
|
fields:
|
|
tabs:
|
|
type: tabs
|
|
active: 1
|
|
|
|
fields:
|
|
station_info:
|
|
type: tab
|
|
title: Station Info
|
|
fields:
|
|
header.station_id:
|
|
type: text
|
|
label: Station ID
|
|
validate:
|
|
required: true
|
|
|
|
header.station_type:
|
|
type: select
|
|
label: Station Type
|
|
options:
|
|
intro: Introduction
|
|
exhibit: Exhibit
|
|
information: Information Point
|
|
navigation: Navigation
|
|
default: exhibit
|
|
|
|
header.active:
|
|
type: toggle
|
|
label: Active
|
|
highlight: 1
|
|
default: 1
|
|
options:
|
|
1: Yes
|
|
0: No
|
|
|
|
header.order:
|
|
type: number
|
|
label: Display Order
|
|
default: 0
|