• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/block/designer.php
  • Класс: BitrixLandingBlockDesigner
  • Вызов: Designer::adjustStylesType
static function adjustStylesType(string $selector, array &$item): void
{
	if ($selector === 'landing-block-node-title')
	{
		$item['type'] = (array)$item['type'];
		$item['type'][] = 'heading';
	}
}