Updated Component Configuration (markdown)

mikeprimm 2012-01-16 08:02:13 -08:00
parent 145034774b
commit d59a5c6e37
1 changed files with 9 additions and 0 deletions

@ -300,3 +300,12 @@ The settings for the component are as follows:
* _text_ : the label shown for the logo
* _linkurl_ : the URL associated with the link tied to the displayed label
## Link Component
This component is used to provide a 'link to' button on the web UI. This button, when clicked, will navigate the view to a URL with all the needed settings to preserve the world, map, zoom, and coordinates of the current view - allowing a view to be shared, bookmarked, or otherwise linked. The component is defined via the following lines in the _components_ section:
- class: org.dynmap.ClientComponent
type: link
There are no settings currently defined.