Show
Ignore:
Timestamp:
04/24/08 09:36:00 (19 months ago)
Author:
fumiakiy
Message:

Integrated Widget Manager to the core. BugId:68750

Now a widgetset is another type of template. The widgets contained in a widgetset is stored in a meta field.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-36/lib/MT/Core.pm

    r1947 r2052  
    713713                content => qq{<mt:SetVarBlock name="variable">\n    \$0\n</mt:SetVarBlock>\n}, 
    714714            }, 
     715            'widget_manager' => { 
     716                trigger => 'widget', 
     717                label => 'Widget Set', 
     718                content => '<$mt:WidgetSet name="$0"$>', 
     719            }, 
    715720        }, 
    716721    };