getResource()::getUrl('index'); } protected function mutateFormDataBeforeSave(array $data): array { $arr = json_decode($data['value'], true); if (is_array($arr)) { throw new \LogicException("Not support edit this !"); } return $data; } }