PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
platform
/
themes
/
wowy
/
widgets
/
tags
<?php use Botble\Widget\AbstractWidget; class TagsWidget extends AbstractWidget { /** * The configuration array. * * @var array */ protected $config = []; /** * @var string */ protected $widgetDirectory = 'tags'; /** * TagsWidget constructor. */ public function __construct() { parent::__construct([ 'name' => __('Tags'), 'description' => __('Popular tags'), 'number_display' => 5, ]); } }
[-] registration.php
[edit]
[-] tags.php
[edit]
[+]
..
[+]
templates