mirror of https://github.com/MISP/misp-modules
fix: [exportpdf] problem on one line
parent
a2716bc05d
commit
aef8dbbe2e
|
@ -15,8 +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", "Activate_textual_description",
|
||||
"Activate_galaxy_description"]
|
||||
moduleconfig = ["MISP_base_url_for_dynamic_link", "MISP_name_for_metadata", "Activate_textual_description","Activate_galaxy_description"]
|
||||
mispattributes = {}
|
||||
|
||||
outputFileExtension = "pdf"
|
||||
|
|
Loading…
Reference in New Issue