Skip to content

Commit 6e07166

Browse files
committed
form: add missingsfunding and references section path config
1 parent d2fc1fc commit 6e07166

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

invenio_app_rdm/config.py

+3
Original file line numberDiff line numberDiff line change
@@ -935,11 +935,14 @@ def github_link_render(record):
935935
"metadata.version",
936936
"metadata.publisher",
937937
],
938+
"funding-section": ["metadata.funding"],
938939
"alternate-identifiers-section": ["metadata.identifiers"],
939940
"related-works-section": ["metadata.related_identifiers"],
941+
"references-section": ["metadata.references"],
940942
"visibility-section": ["access.embargo.until"],
941943
}
942944

945+
943946
APP_RDM_DEPOSIT_FORM_DEFAULTS = {
944947
"publication_date": lambda: datetime.now().strftime("%Y-%m-%d"),
945948
"rights": [

0 commit comments

Comments
 (0)