EdpModuleLayouts icon indicating copy to clipboard operation
EdpModuleLayouts copied to clipboard

match also with classname

Open ixtec-zz opened this issue 12 years ago • 0 comments

allows to specify a classname in config, for assigning individual layouts also to individual controllers, example: 'module_layouts' => array( 'User' => 'user/layout', // working 'User\Controller\IndexController' => 'user/index/layout', // working, too ),

ixtec-zz avatar Dec 18 '13 14:12 ixtec-zz