| Current Path : /var/www/html/dyna-crm/assets/ |
| Current File : /var/www/html/dyna-crm/assets/TreeAsset.php |
<?php
namespace app\assets;
use Yii;
use yii\web\AssetBundle;
use yii\web\View;
class TreeAsset extends AdminAsset {
public $sourcePath = '@app/themes/admin';
public $css = ['assets/vendors/custom/jstree/jstree.bundle.css'];
public $js = [
'assets/vendors/custom/jstree/jstree.bundle.js',
'assets/js/pages/components/extended/treeview.js',
];
public $depends = [
'yii\web\YiiAsset',
];
}