What happened?
use BagistoPlus\Visual\Settings\CategoryList
public static function settings(): array
{
return [
CategoryList::make('categories', 'Promoted Categories'),
];
}
in bagisto visual Category list right sidebar has that error. in view there is nothing. empty
How to reproduce the bug
Install Bagisto visual. then install trying to add a custom block. code on top.
Package Version
12.61.1
PHP Version
8.4.8
Bagisto Version
2.0.0
Which operating systems does with happen with?
Linux
Notes
No response
What happened?
use BagistoPlus\Visual\Settings\CategoryList
public static function settings(): array
{
return [
CategoryList::make('categories', 'Promoted Categories'),
];
}
in bagisto visual Category list right sidebar has that error. in view there is nothing. empty
How to reproduce the bug
Install Bagisto visual. then install trying to add a custom block. code on top.
Package Version
12.61.1
PHP Version
8.4.8
Bagisto Version
2.0.0
Which operating systems does with happen with?
Linux
Notes
No response