/
home
/
techb158
/
immovalet.com
/
platform
/
themes
/
shopwise
/
widgets
/
recent-posts
/
/home/techb158/immovalet.com/platform/themes/shopwise/widgets/recent-posts
mkdir
upload
Name
Size
Mode
Actions
templates/
-
0755
rm
recent-posts.php
639
0644
edit
dl
rm
registration.php
95
0644
edit
dl
rm
Edit:
/home/techb158/immovalet.com/platform/themes/shopwise/widgets/recent-posts/recent-posts.php
(639B)
<?php use Botble\Widget\AbstractWidget; class RecentPostsWidget extends AbstractWidget { /** * The configuration array. * * @var array */ protected $config = []; /** * @var string */ protected $widgetDirectory = 'recent-posts'; /** * RecentPostsWidget constructor. * @throws \Illuminate\Contracts\Filesystem\FileNotFoundException */ public function __construct() { parent::__construct([ 'name' => __('Recent posts'), 'description' => __('Recent posts widget.'), 'number_display' => 5, ]); } }
Save
__('Recent posts'), 'description' => __('Recent posts widget.'), 'number_display' => 5, ]); } }