File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments