interface MarkerCultureData {
    audio?: Audio;
    body?: string;
    bodySecondary?: string;
    embedDescription?: string;
    embedTitle?: string;
    embedUrl?: string;
    label?: string;
    slug?: string;
    title?: string;
}

Properties

audio?: Audio

Audio asset

body?: string

Marker main body HTML

bodySecondary?: string

Marker secondary body HTML

embedDescription?: string

Embed description

embedTitle?: string

Embed title

embedUrl?: string

An optional iframe embed url

label?: string

Alternative title to display as marker label

slug?: string

The marker url slug

title?: string

The main marker title