-
Notifications
You must be signed in to change notification settings - Fork 16
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 IIIFmanifest.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 intodata
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]
User feedback is very much appreciated: please send all comments, suggestions, bug reports, etc. to [email protected]. See other details of our project in our web site http://evt.labcd.unipi.it/.