mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2025-12-22 12:41:57 +00:00
Revert "Removed lom to fix py3.13 issues"
This reverts commit 926196b30f.
This commit is contained in:
@@ -23,6 +23,11 @@
|
|||||||
"text": "Publications",
|
"text": "Publications",
|
||||||
"value": url_for("invenio_records_marc21.search"),
|
"value": url_for("invenio_records_marc21.search"),
|
||||||
"title": "publication",
|
"title": "publication",
|
||||||
|
},{
|
||||||
|
"key": "lom",
|
||||||
|
"text": "Educational Resources",
|
||||||
|
"value": url_for("invenio_records_lom.search"),
|
||||||
|
"title": "oer",
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
%}
|
%}
|
||||||
|
|||||||
@@ -27,6 +27,7 @@ dependencies = [
|
|||||||
"invenio-config-iform>=2025.5.20.1",
|
"invenio-config-iform>=2025.5.20.1",
|
||||||
"invenio_records_global_search>=0.0.1",
|
"invenio_records_global_search>=0.0.1",
|
||||||
"invenio_records_marc21>=0.21.0",
|
"invenio_records_marc21>=0.21.0",
|
||||||
|
"invenio-records-lom>=0.16.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
|||||||
Reference in New Issue
Block a user