-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
18 lines (18 loc) · 986 Bytes
/
plugin.xml
File metadata and controls
18 lines (18 loc) · 986 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<plugin name='dynamic-help' version='0.4' grailsVersion='1.2.2 > *'>
<author>Jean Barmash, John Allison</author>
<authorEmail>jja@sinequanon.net</authorEmail>
<title>Dynamically add help messages that are editable</title>
<description>\
This plugin is designed as a mini-cms for help, so nondevelopers can maintain help throughout the site. It injects help tips into pages by defining help tips domain obects. Designed to be completely unobtrusive (dynamically adds the code through ajax, and only where help exists).
</description>
<documentation>http://grails.org/plugin/dynamic-help</documentation>
<resources>
<resource>HelpTipPluginBootStrap</resource>
<resource>UrlMappings</resource>
<resource>org.grails.plugins.dynamichelp.HelpTipController</resource>
<resource>org.grails.plugins.dynamichelp.HelpTip</resource>
<resource>org.grails.plugins.dynamichelp.HelpTipTagLib</resource>
</resources>
<dependencies />
<behavior />
</plugin>