• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/template.php
  • Класс: BitrixSenderTemplateTable
  • Вызов: TemplateTable::isContentForBlockEditor
static function isContentForBlockEditor($content)
{
	Loader::includeModule('fileman');
	return BlockEditor::isContentSupported($content);
}