We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If you want to put a banner on a site, you can use an initialPopover in main.js.
You can design a modal component and include it in your project using customComps.
Example:
import newSiteModal from './components/newSiteModal.vue'; const customComps = { 'newSiteModal': newSiteModal }; mapboard({ customComps, initialPopover: { options: { 'height': '100%', 'components': [ { 'type': 'newSiteModal', }, ] }, },