• Модуль: fileman
  • Путь к файлу: ~/bitrix/modules/fileman/lib/block/sanitizer.php
  • Класс: BitrixFilemanBlockSanitizer
  • Вызов: Sanitizer::getCommonAttributes
static function getCommonAttributes()
{
	return array(
		Editor::BLOCK_PHP_ATTR,
		'style', 'id', 'class', 'color', 'align', 'valign',
		'height', 'width', 'title', 'style', 'class',
		'dir', 'role',
		Editor::BLOCK_PLACE_ATTR,
		'data-bx-block-editor-block-type'
	);
}