Merge pull request #281 from Vincent-CIRCL/master

fix: [exportpdf] add configmodule parameter for galaxy
pull/304/head
Alexandre Dulaunoy 2019-03-01 14:41:05 +01:00 committed by GitHub
commit 7a6af85535
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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"]
moduleconfig = ["MISP_base_url_for_dynamic_link", "MISP_name_for_metadata", "Activate_textual_description", "Activate_galaxy_description"]
mispattributes = {}
outputFileExtension = "pdf"