Changeset 850

Show
Ignore:
Timestamp:
12/07/06 01:05:17 (2 years ago)
Author:
gboggs
Message:

Referenced the full docs in CMS and clarified example syntax. BugId: 45427

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/wheeljack/lib/MT/Plugin.pm

    r717 r850  
    726726    app_itemset_actions => { 
    727727        'MT::App::CMS' => {   # application the action applies to 
    728             'type' => { 
     728            $type => { 
    729729                key => 'unique_action_name', 
    730730                label => 'Uppercase text', 
     
    733733        } 
    734734    } 
     735 
     736Where C<$type> should be an MT item such as 'entry', 'asset', 'ping', 
     737etc. 
     738 
     739Please see the full documentation of these C<type> options in the 
     740L<MT::App::CMS> add_itemset_action section. 
    735741 
    736742In the event that you need to register multiple actions for a single type,