new ICON attribute to set the icon path
This commit is contained in:
parent
c5d4ee16c1
commit
c6815f8fbd
1 changed files with 2 additions and 0 deletions
|
|
@ -60,6 +60,8 @@ class BaseBackend(object):
|
||||||
DESCRIPTION = '<unspecified>'
|
DESCRIPTION = '<unspecified>'
|
||||||
# License of this module.
|
# License of this module.
|
||||||
LICENSE = '<unspecified>'
|
LICENSE = '<unspecified>'
|
||||||
|
# Icon file path
|
||||||
|
ICON = ''
|
||||||
# Configuration required for this module. # Values must be ConfigField
|
# Configuration required for this module. # Values must be ConfigField
|
||||||
# objects.
|
# objects.
|
||||||
CONFIG = {}
|
CONFIG = {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue