• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/site/update/chatsalesorder.php
  • Класс: BitrixLandingSiteUpdateChatSalesOrder
  • Вызов: ChatSalesOrder::getNewLandingHooks
static function getNewLandingHooks(): array
{
	return [
		[
			'HOOK' => 'BACKGROUND',
			'CODE' => 'USE',
			'VALUE' => 'Y',
		],
		[
			'HOOK' => 'BACKGROUND',
			'CODE' => 'COLOR',
			'VALUE' => '#1c1c22',
		],
		[
			'HOOK' => 'BACKGROUND',
			'CODE' => 'PICTURE',
			'VALUE' => 'https://cdn.bitrix24.site/bitrix/images/landing/bg/store-chat-gray.jpg',
		],
		[
			'HOOK' => 'BACKGROUND',
			'CODE' => 'POSITION',
			'VALUE' => 'no_repeat',
		],
		[
			'HOOK' => 'CSSBLOCK',
			'CODE' => 'USE',
			'VALUE' => 'Y',
		],
		[
			'HOOK' => 'CSSBLOCK',
			'CODE' => 'CODE',
			'VALUE' => '.landing-viewtype--mobile .landing-public-mode {outline: none;}',
		],
	];
}