Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.3.0
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
It should be possible to add configuration information to a Panel, e.g.
<panel classname="MyCustomPanel" id="test">
<configuration>
<param>
<key>test</key>
<value>my test value.</value>
</param>
</configuration>
</panel>
This is already possibile, it's just not documented (at least I've not found it on the docs).
The configuration/param/key,value tags are also missing from the DTD.
(version 4.3.1)