mirror of
https://github.com/searxng/searxng.git
synced 2024-10-31 22:28:52 +00:00
eb1b5289d5
Before this commit, in the documentation, the jinja context is 'webapp' and contains the global variable in the searx.webapp module. This commit changes this to include only the mandatory variables to build the documentation.
715 B
715 B
Plugins builtin
Further reading ..
dev plugin
Configuration defaults (at built time):
- DO
Default on
searx
Plugins configured at built time (defaults)
Name
DO
Description
JS & CSS dependencies
{% for plgin in plugins %}
{{plgin.name}}
{{(plgin.default_on and "y") or ""}}
{{plgin.description}}
{% for dep in (plgin.js_dependencies + plgin.css_dependencies) %} |
{{dep}}
{% endfor %}
{% endfor %}