• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/connector/mobile.php
  • Класс: BitrixLandingConnectorMobile
  • Вызов: Mobile::getKnowledgeMenu
static function getKnowledgeMenu(): array
{
	$componentId = 'knowledge.list';
	$componentVersion = JanativeManager::getComponentVersion(
		$componentId
	);

	return [
		'sort' => 100,
		'title' => Loc::getMessage('LANDING_CONNECTOR_MB_MENU_TITLE'),
		'imageUrl' => '/bitrix/images/landing/mobile/knowledge.png?4',
		'color' => '#e597ba',
		'params' => [
			'onclick' => <<