18 lines
286 B
PHP
18 lines
286 B
PHP
<?php
|
|
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
|
|
{
|
|
die();
|
|
}
|
|
|
|
return [
|
|
'css' => 'dist/stepbystep.bundle.css',
|
|
'js' => 'dist/stepbystep.bundle.js',
|
|
'rel' => [
|
|
'main.core.events',
|
|
'ui.hint',
|
|
'main.core',
|
|
'ui.fonts.opensans',
|
|
],
|
|
'skip_core' => false,
|
|
];
|