Skip to content

Commit 6c8f227

Browse files
committed
config: VCS template overrides
1 parent 93a7c20 commit 6c8f227

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

invenio_app_rdm/config.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2019-2025 CERN.
3+
# Copyright (C) 2019-2026 CERN.
44
# Copyright (C) 2019-2020 Northwestern University.
55
# Copyright (C) 2021-2025 Graz University of Technology.
66
# Copyright (C) 2022-2025 KTH Royal Institute of Technology.
@@ -1559,3 +1559,10 @@ def github_link_render(record):
15591559
"is_open": {"facet": facets.is_open, "ui": {"field": "is_open"}},
15601560
}
15611561
"""Available facets defined for this module."""
1562+
1563+
# Invenio-VCS
1564+
# ===========
1565+
VCS_TEMPLATE_INDEX = "invenio_vcs/rdm-index.html"
1566+
VCS_TEMPLATE_VIEW = "invenio_vcs/rdm-view.html"
1567+
VCS_TEMPLATE_REPO_SWITCH = "invenio_vcs/rdm-repo-switch.html"
1568+
VCS_TEMPLATE_RELEASE_ITEM = "invenio_vcs/rdm-release-item.html"

0 commit comments

Comments
 (0)