• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Tour/AhaMomentCounterLightTime.php
  • Класс: Bitrix\Crm\Tour\AhaMomentCounterLightTime
  • Вызов: AhaMomentCounterLightTime::getSteps
protected function getSteps(): array
{
	Loader::includeModule('ui');
	return [
		[
			'id' => 'step1',
			'target' => '#counter_panel_container',
			'title' =>  Loc::getMessage('CRM_TOUR_AHA_LIGHT_COUNTER_TIME_TITLE'),
			'text' =>  Loc::getMessage(
				'CRM_TOUR_AHA_LIGHT_COUNTER_TIME_BODY',
				['#HELPDESK_URL#' => Util::getArticleUrlByCode('17359558')]
			),
		],
	];
}