MarcusBarnes / islandora_compound_batch

Provides the basic ability to batch import compound objects into Islandora.
GNU General Public License v3.0
3 stars 12 forks source link

Provide a drupal_alter() to allow modules to modify the extension -> content model map #38

Open mjordan opened 5 years ago

mjordan commented 5 years ago

We should define a drupal_alter() to allow modules to add to or override the extension -> collection model map at https://github.com/MarcusBarnes/islandora_compound_batch/blob/master/includes/utilities.inc#L20. Potential use cases include ingesting custom content models and defining which extensions should be which extensions should be assigned the binary compound model.

Possible related issue is #16.