About Dialog

This element creates a button which shows a simple about dialog, listing Mapbender’s version. The button can be placed into the toolbar and the footer region.

../../../_images/about_dialog1.png

Configuration

../../../_images/about_dialog_configuration1.png
  • Show Label: Enable/Disable About dialog text next to its icon (Default: true).

  • Title: Text indicated next to the about dialog icon.

  • Tooltip: Text to use as a tooltip. Appears when hovering over the icon.

YAML-Definition:

title: 'About Mapbender'    # text indicated next to the about dialog icon.
tooltip: 'About Mapbender'  # text to use as tooltip
label: true                  # false/true to label the button, default is true
icon: 'icon-about'           # icon to display on button