mirror of https://github.com/MISP/misp-modules
fix: [reportlab] Textual description parameter
parent
75953c32a7
commit
a937b7c85d
|
@ -15,7 +15,7 @@ moduleinfo = {'version': '2',
|
|||
'require_standard_format': True}
|
||||
|
||||
# config fields that your code expects from the site admin
|
||||
moduleconfig = ["MISP_base_url_for_dynamic_link", "MISP_name_for_metadata"]
|
||||
moduleconfig = ["MISP_base_url_for_dynamic_link", "MISP_name_for_metadata", "Activate_textual_description"]
|
||||
|
||||
mispattributes = {}
|
||||
|
||||
|
|
Loading…
Reference in New Issue