Skip to content

Commit

Permalink
Theme-Park: Fix bool (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
owine authored Mar 9, 2024
1 parent 5d1f476 commit 848afb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/themepark.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags:

Saltbox can apply themes from [ThemePark](https://docs.theme-park.dev/theme-options/) to supported applications through the inventory. Applications that can support `cont-init.d` scripts will utilize scripts that modify the CSS within the source files. Support is also available for additional apps via the [Traefik Plugin](https://github.com/packruler/traefik-themepark) which performs CSS replacement at the reverse proxy (rather than application) level.

Plugin note: You must run `sb install traefik` once after setting `global_themepark_plugin_enabled: "true"` in order to provision the theme middlewares.
Plugin note: You must run `sb install traefik` once after setting `global_themepark_plugin_enabled: true` in order to provision the theme middlewares.

For example:

Expand Down

0 comments on commit 848afb4

Please sign in to comment.