• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/preset/mailblockbase.php
  • Класс: BitrixSenderPresetMailBlockBase
  • Вызов: MailBlockBase::getBlockListByType
static function getBlockListByType()
{
	$arBlockByType = array(
		'BASE' => array(
			'unsub',
			'image',
			'text',
			'line',
			'image_text',
			'text_image',
			'image2',
			'image3',
			'text2',
			'text3',
		)
	);

	return $arBlockByType;
}