Merge pull request #279 from Vincent-CIRCL/master

fix: [reportlab] Textual description parameter
pull/282/head
Alexandre Dulaunoy 2019-02-27 14:53:58 +01:00 committed by GitHub
commit af1f0e7761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {}