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>'
|
||||
# License of this module.
|
||||
LICENSE = '<unspecified>'
|
||||
# Icon file path
|
||||
ICON = ''
|
||||
# Configuration required for this module. # Values must be ConfigField
|
||||
# objects.
|
||||
CONFIG = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue