ТН
Size: a a a
ТН
A
A
A
A
ТН
ТН
Т
M
M
Т
A
AE
ST
ST
ST
AE
ST
ST
ST
public function boot() {
Event::listen('backend.form.extendFields', function ($widget) {
if (
!$widget->getController() instanceof \RainLab\Pages\Controllers\Index ||
!$widget->model instanceof \RainLab\Pages\Classes\MenuItem
) {
return;
}
$widget->addTabFields([
'viewBag[menuicon]' => [
'tab' => 'Icon',
'label' => 'Menu item icon',
'comment' => 'Font awesome menu icon code',
'type' => 'text',
]
]);
});
}