-
Notifications
You must be signed in to change notification settings - Fork 11
Configurations
Configurations can be accessed via Plugins → IIIF Toolkit → Configure. In Omeka, only Super Users may access plugin configurations.
-
IIIF Prefix: This is the conversion rule from local Omeka file to the URI root of the corresponding IIIF image (i.e. the part before the region, size, rotation and quality). You need a IIIF image server (e.g. Loris) serving off the
files/original
directory of the Omeka installation for this to work properly. Depending on the setup, the following placeholders can be used to represent parts of the file names in thefiles/original
directory:-
{FULLNAME}
: The full name of the file (e.g.8997b027303b523ab7c4351c4761e4a0.jpg
) -
{FILENAME}
: The name of the file without the extension (e.g.8997b027303b523ab7c4351c4761e4a0
) -
{EXTENSION}
: The extension of the file, without the leading dot (e.g.jpg
)
Note: If only content imported from existing manifests will be presented, this can be left blank.
-
-
Mirador Path: The base path to the directory holding the main Mirador JS file and other supporting files. The default points to the plugin's own Mirador.
-
Mirador JS File: A path relative to the Mirador Path pointing to the main Mirador JS file. This is useful for embedding a custom Mirador build. The default points to the plugin's own Mirador JS file.
-
Mirador CSS File: A path relative to the Mirador Path pointing to the main Mirador CSS file. This is useful for theming the Mirador viewer. The default points to the plugin's own Mirador CSS file.
-
Show Mirador on IIIF Collections: Enable or disable the embedded Mirador viewer on collection-type Omeka collections.
-
Show Mirador on IIIF Manifests: Enable or disable the embedded Mirador viewer on manifest-type Omeka collections.
-
Show Mirador on items: Enable or disable the embedded Mirador viewer on Omeka items.
-
Show Mirador on files: Enable or disable the embedded Mirador viewer on Omeka files (admin-side view only).
-
Display public catalogue: Show or hide the "Browse Catalogue" link in the public navigation menu.