]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole/Config.pm
+ TT2 objects used in M::V::TT are configurable with
[maypole.git] / lib / Maypole / Config.pm
index 6a236c829c8ecf950651cb2ed725472757264125..024b78cf727899949d05dc1d5f7ee8beede96bd9 100644 (file)
@@ -9,8 +9,8 @@ our $VERSION = "1." . sprintf "%04d", q$Rev$ =~ /: (\d+)/;
 
 # Public accessors.
 __PACKAGE__->mk_accessors(
-    qw( view uri_base template_root model loader display_tables ok_tables
-      rows_per_page dsn user pass opts application_name)
+     qw( view view_options uri_base template_root model loader display_tables
+         ok_tables rows_per_page dsn user pass opts application_name)
 );
 
 # Should only be modified by model.
@@ -57,6 +57,11 @@ makes URLs.
 The name of the view class for your Maypole Application. Defaults to
 "Maypole::View::TT".
 
+=head3 view_options
+
+A hash of configuration options for the view class. Consult the documentation
+for your chosen view class for information on available configuration options.
+
 =head2 Model-Related
 
 =head3 classes