S
Size: a a a
S
S
ИГ
A
S
P
S
P
S
S
S
S
P
S
S
P
YZ
public function boot()
{
// Extend all backend form usage
Event::listen('backend.form.extendFields', function($widget) {
// Only for the Category controller
if (!$widget->getController() instanceof \Lovata\Shopaholic\Controllers\Categories) {
return;
}
$widget->addFields([
'parent' => [
'label' => 'webinsane.parentcategory::lang.field.label',
'comment' => 'webinsane.parentcategory::lang.field.comment',
'type' => 'relation'
]
]);
});
}
A
ЭФ
S