Skip to content

Commit

Permalink
Fix tagsearch and autotag in web config j2
Browse files Browse the repository at this point in the history
  • Loading branch information
pwalczysko committed Nov 15, 2024
1 parent a9f956c commit 22c4488
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions omero/templates/omero-web-config-for-webapps.j2
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ config append -- omero.web.open_with '["omero_iviewer", "omero_iviewer_index", {
config set -- omero.web.viewer.view {{ omeroweb_default_viewer_override | default('omero_iviewer.views.index') }}

# Autotag
config append -- omero.web.apps '"omero_webtagging_autotag"'
config append -- omero.web.ui.center_plugins '["Auto Tag", "omero_webtagging_autotag/auto_tag_init.js.html", "auto_tag_panel"]'
config append -- omero.web.apps '"omero_autotag"'
config append -- omero.web.ui.center_plugins '["Auto Tag", "omero_autotag/auto_tag_init.js.html", "auto_tag_panel"]'

# tagsearch
config append -- omero.web.apps '"omero_webtagging_tagsearch"'
config append -- omero.web.apps '"omero_tagsearch"'
config append -- omero.web.ui.top_links '["Tag Search", "tagsearch"]'

# parade
Expand Down

0 comments on commit 22c4488

Please sign in to comment.