mirror of https://github.com/MISP/misp-modules
fix: [exportpdf] mising whitespace
parent
aef8dbbe2e
commit
7d7c90143e
|
@ -15,7 +15,7 @@ moduleinfo = {'version': '2',
|
||||||
'require_standard_format': True}
|
'require_standard_format': True}
|
||||||
|
|
||||||
# config fields that your code expects from the site admin
|
# 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 = {}
|
mispattributes = {}
|
||||||
|
|
||||||
outputFileExtension = "pdf"
|
outputFileExtension = "pdf"
|
||||||
|
|
Loading…
Reference in New Issue