Skip to content

Files Configuration

Chiara Di Pietro edited this page Jan 21, 2021 · 8 revisions

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

  • editionUrls: string[]. Indicate 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
  • 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 put the empty string "logoUrl": "".

[WIP]