14 lines
216 B
PHP
14 lines
216 B
PHP
<?
|
|
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
|
|
{
|
|
die();
|
|
}
|
|
|
|
return [
|
|
'css' => 'dist/widget.bundle.css',
|
|
'js' => 'dist/widget.bundle.js',
|
|
'rel' => [
|
|
'main.core',
|
|
],
|
|
'skip_core' => false,
|
|
]; |