ez-pro/core/bitrix/js/vote/application/config.php
2025-11-13 19:04:05 +03:00

23 lines
348 B
PHP

<?php
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
{
die();
}
return [
'css' => 'dist/vote.bundle.css',
'js' => 'dist/vote.bundle.js',
'rel' => [
'main.core',
'main.core.events',
'ui.vue3.vuex',
'im.v2.const',
'im.v2.application.core',
'vote.store.vote',
'vote.provider.pull',
],
'skip_core' => false,
];