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.
@@ -1556,3 +1556,10 @@ 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_VIEW = "invenio_vcs/rdm-view.html"
1564+ VCS_TEMPLATE_REPO_SWITCH = "invenio_vcs/rdm-repo-switch.html"
1565+ VCS_TEMPLATE_RELEASE_ITEM = "invenio_vcs/rdm-release-item.html"
You can’t perform that action at this time.
0 commit comments