Changeset 714 for trunk/PostOffice
- Timestamp:
- 06/11/08 20:06:57 (18 months ago)
- Files:
-
- 1 modified
-
trunk/PostOffice/plugins/PostOffice/config.yaml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PostOffice/plugins/PostOffice/config.yaml
r609 r714 7 7 version: 1.0 8 8 plugin_link: http://www.sixapart.com/ 9 10 applications: 11 cms: 12 init: >> 13 sub { 14 my $c = MT->component('postoffice'); 15 $c->{config_template} = MT->handler_to_coderef('$postoffice::PostOffice::CMS::config_template'); 16 } 9 17 10 18 settings: … … 36 44 Default: 2 37 45 38 config_template:39 code: $postoffice::PostOffice::CMS::config_template40 41 46 callbacks: 42 47 MT::App::CMS::template_source.edit_entry: $postoffice::PostOffice::CMS::edit_entry_src
