Skip to content

Commit 9d3d7a8

Browse files
committed
config: VCS template overrides
1 parent 148e8fc commit 9d3d7a8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

invenio_app_rdm/config.py

Lines changed: 9 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.
@@ -1556,3 +1556,11 @@ def github_link_render(record):
15561556
"is_open": {"facet": facets.is_open, "ui": {"field": "is_open"}},
15571557
}
15581558
"""Available facets defined for this module."""
1559+
1560+
# Invenio-VCS
1561+
# ===========
1562+
VCS_TEMPLATE_INDEX = "invenio_vcs/rdm-index.html"
1563+
VCS_TEMPLATE_INDEX_ITEM = "invenio_vcs/rdm-index-item.html"
1564+
VCS_TEMPLATE_VIEW = "invenio_vcs/rdm-view.html"
1565+
VCS_TEMPLATE_REPO_SWITCH = "invenio_vcs/rdm-repo-switch.html"
1566+
VCS_TEMPLATE_RELEASE_ITEM = "invenio_vcs/rdm-release-item.html"

0 commit comments

Comments
 (0)