• Модуль: rpa
  • Путь к файлу: ~/bitrix/modules/rpa/lib/components/itemdetail.php
  • Класс: BitrixRpaComponentsItemDetail
  • Вызов: ItemDetail::getEditorConfigId
protected function getEditorConfigId(): string
{
	if($this->isEmbedded())
	{
		return 'rpa-kanban-type-'.$this->getTypeId();
	}

	return 'rpa-type-'.$this->getTypeId();
}