mirror of
https://github.com/searxng/searxng.git
synced 2024-11-06 01:19:31 +00:00
90174e215c
- Plugins configured at built time (defaults) Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
716 B
716 B
Plugins builtin
Further reading ..
dev plugin
Configuration defaults (at built time):
- DO
Default on
webapp
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 %}