Changeset 850
- Timestamp:
- 12/07/06 01:05:17 (2 years ago)
- Files:
-
- branches/wheeljack/lib/MT/Plugin.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/wheeljack/lib/MT/Plugin.pm
r717 r850 726 726 app_itemset_actions => { 727 727 'MT::App::CMS' => { # application the action applies to 728 'type'=> {728 $type => { 729 729 key => 'unique_action_name', 730 730 label => 'Uppercase text', … … 733 733 } 734 734 } 735 736 Where C<$type> should be an MT item such as 'entry', 'asset', 'ping', 737 etc. 738 739 Please see the full documentation of these C<type> options in the 740 L<MT::App::CMS> add_itemset_action section. 735 741 736 742 In the event that you need to register multiple actions for a single type,
