def get_config(self, project, **kwargs): form = self.project_conf_form if not form: return [] return form_to_config(form)