{% extends 'ndr_core/admin_views/base.html' %} {% load crispy_forms_tags %} {% block content %}

Bulk Upload Manifests

Back to Uploads
About Bulk Upload

Upload a ZIP file containing multiple IIIF manifest JSON files. All manifests will be:

Tip: The manifest filenames (without .json extension) will be used as identifiers. Titles and order values will be extracted from the manifest metadata when possible.
{% crispy form %}
Order Values

If your manifest group has Order Value Titles configured (e.g., "Year", "Author", "Volume"), the bulk upload will attempt to extract these values from the manifest metadata.

The system looks for metadata fields in the manifest whose labels match the order value titles. For example, if your group's Order Value 1 is titled "Year", it will search for a metadata field labeled "Year" or "year" in each manifest.

{% endblock %}