added wrapper tag
[catagits/CatalystX-HelpText.git] / lib / CatalystX / HelpText.pm
index e2b30a2..f1357cb 100644 (file)
@@ -21,7 +21,9 @@ Create a model class in your Catalyst project like:
 
 Configure it setting value for:
  - help_files_path: where the help files will be found
- - help_files_ext: what is the extension for the help files (default html)
+ - help_files_ext: what is the extension for the help files (default: html)
+ - wrapper_tag: what tag will be used to wrap the shippet (default: span)
+ - wrapper_css_class: what css class will be applied to the wrapper tag (default: help_text)
 
 Create files with the text/html to be included and store them at help_files_path.