Copyright
The copyright shows a copyright label and terms of use as a dialog.
Configuration
- Autoopen: Enable or disable autoopening of the copyright window, when starting the application. (Default: disabled)
- Title: Title of the element. It will be indicated next to the button.
- Tooltip: Text used as a tooltip. It will be indacted when hovering with the mouse cursor over the button. It also used as a header in the copyright window.
- Content: Content of the copyright window, displayed when clicking on the button (or autoopened by starting the application, if enabled)
YAML-Definition:
class: Mapbender\CoreBundle\Element\Copyright
title: "Copyright" # Title of the element
tooltip: "Copyright" # Text to use as tooltip
content: "Lorem ipsum" # Edit the text you want to display as copyright text
autoOpen: true # Automatically open the dialog when you start the application