Edward Silverton
Edward Silverton
Could be more manageable to break into separate yml files then merge on build? e.g. info.en.yml info.de.yml
Default language is now `@none` as per IIIF presentation 3.
You'd also probably want it to delete generated _canvas `info.json` files.
https://iiif.io/api/presentation/3.0/#appendices https://github.com/UniversalViewer/uv-app-starter/issues/12
Similar mechanism to how metadata is collected in the more info panel for Range, Canvas, Manifest, Collection.
1. Agreed, this should be overridable in config 2. In order to allow direct download via right click, we'd need to refactor download links to anchor tags using the html5...
I think the argument for supporting hooks in Stencil is largely one of code reuse/interoperability.
Possibly... I was talking to @stephenwf recently about the future direction for manifesto. We thought about making a separate manifest "upgrader" library that updates your json to the latest presentation...
Have proposed creating iiif-commons/iiif-redux on the IIIF softwaredevs slack channel. This should be a community effort that allows for viewer-role-only state management that can be extended via `combineReducers` to more...
Will need to categorise https://github.com/UniversalViewer/universalviewer/blob/master/src/modules/uv-shared-module/BaseEvents.ts into generic IIIF events and UV-specific events. The UV could extend the generic IIIF store.