The content-model -> Ingester class mapping is hard coded at https://github.com/mjordan/islandora_rest_ingester/blob/master/ingest.php#L92. We should allow users to define their own mappings so that they can ingest custom content models. Ideally, this could be done by pointing to an external file containing the mapping to a custom class in includes'.
The content-model -> Ingester class mapping is hard coded at https://github.com/mjordan/islandora_rest_ingester/blob/master/ingest.php#L92. We should allow users to define their own mappings so that they can ingest custom content models. Ideally, this could be done by pointing to an external file containing the mapping to a custom class in
includes'
.