Expose 'install-dompurify' and 'install-colorbox'
This commit exposes the install dompurify and install colorbox javascript libraries via the browser.
This commit is contained in:
parent
b2231f6307
commit
0ab8d3a4e4
9 changed files with 179 additions and 88 deletions
|
|
@ -227,6 +227,8 @@ func (dis *Distillery) allComponents(context *lifetime.Registry[component.Compon
|
|||
lifetime.Place[*actions.Rebuild](context)
|
||||
lifetime.Place[*actions.Update](context)
|
||||
lifetime.Place[*actions.Cron](context)
|
||||
lifetime.Place[*actions.InstallColorboxJS](context)
|
||||
lifetime.Place[*actions.InstallDompurifyJS](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