Skip to content
andy.rothwell edited this page Feb 28, 2020 · 3 revisions

header configuration

The html for the header can be written out in the "public/index.html" file.

Adding it as the default mapboard header instead requires using this parameter.

The main advantage of doing so is that the default mapboard header is responsive to browser size changes.

Another advantage of doing so, is that you can add a customComp alert to a header if you use the default.

param definition
enabled true or false
text the name of the website

Example

header: {
  enabled: true,
  text: 'Real Estate Tax Balance Search',
},

See alert for an example with an alert.

Clone this wiki locally