Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Current implementation handles:
<?xml version="1.0" encoding="UTF-8"?> <modules> <plugin class="com.digitalspider.jspwiki.plugin.ImageGalleryPlugin"> <author>David Vittor</author> <minVersion>2.10.1</minVersion> <script>/jssor/js/jssor.slider.min.js</script> <stylesheet>/jssor/css/jssor.slider.css</stylesheet> <alias>ImageGallery</alias> </plugin> </modules>
I think it would be great if a plugin/filter also has the following extra fields:
- authorurl (where to get more information on the vendor/author)
- url (where to get more info about the plugin)
- version (of the plugin)
- template (html/jsp template to include) - see JSPWIKI-860
- description (short description)
- dependencies (wish if one plugin depends on another - this maybe should be a separate issue - as it's quite advanced) - see also JSPWIKI-862
See here for the attached screenshot of the PluginListPlugin.
Attachments
Attachments
Issue Links
- relates to
-
JSPWIKI-859 Expose the WikiModuleInfo to the plugins and filters
- Closed
-
JSPWIKI-860 Allow plugins to have html templates
- Open