11 lines
153 B
PHP
11 lines
153 B
PHP
<?
|
|
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
|
|
{
|
|
die();
|
|
}
|
|
|
|
return [
|
|
'js' => 'dist/pageobject.bundle.js',
|
|
'skip_core' => true,
|
|
];
|