• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Layout/Body/ContentBlock/EditableDescription.php
  • Класс: Bitrix\Crm\Service\Timeline\Layout\Body\ContentBlock\EditableDescription
  • Вызов: EditableDescription::getProperties
protected function getProperties(): array
{
	return [
		'text' => html_entity_decode($this->getText()),
		'saveAction' => $this->getAction(),
		'editable' => $this->getEditable(),
		'height' => $this->getHeight(),
		'backgroundColor' => $this->getBackgroundColor(),
	];
}