There was an error while loading. Please reload this page.
Used to set up add a customComp alert to a site.
Right now you can only add an alert to a header.
import alertBanner from './components/AlertBanner.vue'; const customComps = { 'alertBanner': alertBanner, }; mapboard({ customComps, header: { enabled: true, text: 'Site Name', }, alerts: { header: 'alertBanner', }, ...