add iipmooviewer and mirador libraries
This commit is contained in:
parent
51e0773097
commit
8efa3fe0b4
4 changed files with 77 additions and 0 deletions
|
|
@ -229,6 +229,8 @@ func (dis *Distillery) allComponents(context *lifetime.Registry[component.Compon
|
|||
lifetime.Place[*actions.Cron](context)
|
||||
lifetime.Place[*actions.InstallColorboxJS](context)
|
||||
lifetime.Place[*actions.InstallDompurifyJS](context)
|
||||
lifetime.Place[*actions.InstallMiradorJS](context)
|
||||
lifetime.Place[*actions.InstallIIPMooViewerJS](context)
|
||||
lifetime.Place[*actions.Start](context)
|
||||
lifetime.Place[*actions.Stop](context)
|
||||
lifetime.Place[*actions.Purge](context)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue