public function getClientConfig()
 {
     return array_merge(parent::getClientConfig(), ['reactRouter' => true, 'form' => ['EditForm' => ['schemaUrl' => $this->Link('schema/EditForm')], 'DetailEditForm' => ['schemaUrl' => $this->Link('schema/DetailEditForm')]], 'itemListViewEndpoint' => ['url' => $this->Link() . 'set/:id/show', 'method' => 'get'], 'publishEndpoint' => ['url' => $this->Link() . 'set/:id/publish', 'method' => 'post'], 'treeClass' => $this->config()->tree_class]);
 }