[FIX] For 6.1 module description also in manifest file.

This commit is contained in:
Ronald Portier 2017-06-29 10:30:36 +02:00
parent f197e805a3
commit e2d23b7c80
No known key found for this signature in database
GPG Key ID: A181F8124D7101D3

View File

@ -8,6 +8,11 @@
"license": "AGPL-3", "license": "AGPL-3",
"category": "Knowledge Management", "category": "Knowledge Management",
"summary": "Index rtf documents", "summary": "Index rtf documents",
"description": """\
Indexing rtf documents can take a long time, especially when they contain
images. This module will convert rtf documents to only the text contents and
index that text.
""",
"depends": [ "depends": [
'document', 'document',
], ],