.oO SearXNG Developer Documentation Oo.
Loading...
Searching...
No Matches
searx.plugins._core.PluginInfo Class Reference

Static Public Attributes

typing preference_section = "general"
 
list examples = field(default_factory=list)
 
list keywords = field(default_factory=list)
 

Detailed Description

Object that holds informations about a *plugin*, these infos are shown to
the user in the Preferences menu.

To be able to translate the information into other languages, the text must
be written in English and translated with :py:obj:`flask_babel.gettext`.

Definition at line 35 of file _core.py.

Member Data Documentation

◆ examples

list searx.plugins._core.PluginInfo.examples = field(default_factory=list)
static

Definition at line 65 of file _core.py.

◆ keywords

list searx.plugins._core.PluginInfo.keywords = field(default_factory=list)
static

Definition at line 68 of file _core.py.

◆ preference_section

typing searx.plugins._core.PluginInfo.preference_section = "general"
static

Definition at line 52 of file _core.py.


The documentation for this class was generated from the following file: