Skip to content

Files Configuration

Roberto Rosselli Del Turco edited this page Sep 21, 2022 · 8 revisions

File Configuration (file_config.json) allows to set the path(s) to the file(s) of the digital edition.

  • editionUrls: string[]. String array which holds the list of paths to the XML file(s) of your encoded edition. Each path can point either to an internal folder or to an external online resource.
  • manifestURL: string. Allows to write the URL of an IIIF manifest.json file to publish a digital facsimile.
  • logoUrl: string. You can add a custom logo that will appear before the edition title: just indicate the path to it; it can be a URL or a relative path: we suggest that you put it into data and point to it (f.i. "logoUrl": "data/icons/myLogo.jpg"). If you don't want a logo at all just leave an empty string "logoUrl": "".

[WIP]