/
home
/
techb158
/
immovalet.com
/
platform
/
themes
/
shopwise
/
widgets
/
blog-search
/
/home/techb158/immovalet.com/platform/themes/shopwise/widgets/blog-search
mkdir
upload
Name
Size
Mode
Actions
templates/
-
0755
rm
blog-search.php
739
0644
edit
dl
rm
registration.php
92
0644
edit
dl
rm
Edit:
/home/techb158/immovalet.com/platform/themes/shopwise/widgets/blog-search/blog-search.php
(739B)
<?php use Botble\Widget\AbstractWidget; class BlogSearchWidget extends AbstractWidget { /** * The configuration array. * * @var array */ protected $config = []; /** * @var string */ protected $frontendTemplate = 'frontend'; /** * @var string */ protected $backendTemplate = 'backend'; /** * @var string */ protected $widgetDirectory = 'blog-search'; /** * Widget constructor. * @throws \Illuminate\Contracts\Filesystem\FileNotFoundException */ public function __construct() { parent::__construct([ 'name' => 'Blog Search', 'description' => __('Search blog posts'), ]); } }
Save
'Blog Search', 'description' => __('Search blog posts'), ]); } }