wayfinding-2.1.x-dev/config/schema/wayfinding.schema.yml
config/schema/wayfinding.schema.yml
wayfinding:
type: mapping
label: 'Way finding'
mapping:
location:
type: mapping
label: 'Location'
mapping:
topleft:
type: mapping
label: 'Top left'
mapping:
lat:
type: float
label: 'Latitude'
lng:
type: float
label: 'Longitude'
bottomright:
type: mapping
label: 'Bottom right'
mapping:
lat:
type: float
label: 'Latitude'
lng:
type: float
label: 'Longitude'
pin:
type: text
label: 'URI to the pin svg'
'pin dynamic position':
type: boolean
label: 'Dynamically position the pin'
'enable qr code':
type: boolean
label: 'Support QR codes for route instructions'
'enable popups':
type: boolean
label: 'Support content popups'
'popup destination':
type: text
label: 'Destination for content popups'
'reset timeout':
type: integer
label: 'Reset timeout in seconds'
types:
type: mapping
label: 'Types'
mapping:
destinations:
type: mapping
label: 'Destination'
mapping: { }
sources:
type: mapping
label: 'Sources'
mapping: { }
