Add docs for new console-icon property (ticket #1550)
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
{% extends "global/layout.html" %}
|
||||
{% block title %}I2P Plugin Specification{% endblock %}
|
||||
{% block lastupdated %}December 2014{% endblock %}
|
||||
{% block accuratefor %}0.9.17{% endblock %}
|
||||
{% block lastupdated %}May 2015{% endblock %}
|
||||
{% block accuratefor %}0.9.20{% endblock %}
|
||||
{% block content %}
|
||||
<h3>Overview</h3>
|
||||
<p>
|
||||
@ -128,6 +128,15 @@ The first three must be identical to those in the installed plugin for an update
|
||||
consoleLinkTooltip_xx (lang xx as of 0.7.12-6)
|
||||
|
||||
|
||||
</pre>
|
||||
The following optional property may be used to add a custom icon on the console:
|
||||
<pre>
|
||||
|
||||
console-icon (supported as of 0.9.20) Only for webapps.
|
||||
A path within the webapp to a 32x32 image, e.g. /icon.png
|
||||
Applies to all webapps in the plugin.
|
||||
|
||||
|
||||
</pre>
|
||||
The following properties are used by the plugin installer:
|
||||
<pre>
|
||||
|
Reference in New Issue
Block a user