Module to override the OAI-PMH MODS template (using the override hook that's outlined in that module). It provides an alternate MODS template that works with Contributor Paragraphs - see setup of pwc.upei.ca for example usage.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
287 B

{
"name": "roblib/alter_mods_template",
"type": "drupal-custom-module",
"description": "Alter MODS OAI twig templates.",
"license": "GPL-2.0-or-later",
"require": {
"drupal/islandora": "^2.0"
},
"minimum-stability": "dev",
"prefer-stable": true
}