Skip to content

Commit

Permalink
config: enabled cff export format
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandromumo committed Dec 11, 2023
1 parent f00f072 commit 159a463
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions invenio_app_rdm/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,13 @@ def files_rest_permission_factory(obj, action):
"content-type": "application/dcat+xml",
"filename": "{id}.xml",
},
"CFF": {
"name": _("CFF"),
"serializer": "invenio_rdm_records.resources.serializers:CFFSerializer",
"params": {},
"content-type": "application/x-yaml",
"filename": "{id}.yaml",
},
}

APP_RDM_RECORD_LANDING_PAGE_EXTERNAL_LINKS = []
Expand Down

0 comments on commit 159a463

Please sign in to comment.