setTemplate('/Modules/Editor/Theme/Backend/Components/Editor/inline-editor'); } public function getId() : string { return $this->id; } public function render(...$data) : string { $this->id = $data[0]; return parent::render(); } }