The module adds functionality to import OpenOffice-compatible files (doc, docx, etc) into Silverstripe pages and content.
composer require silverstripe/documentconverter
You will need to set the following three environment variables:
DOCVERT_USERNAME
DOCVERT_PASSWORD
DOCVERT_URL
Note: This module is primarily designed for Common Web Platform (CWP) clients. There will be additional setup required to use this module as intended, if you are not using the CWP government edition.
For usage instructions see the User guide.
Translations of the natural language strings are managed through a third party translation interface, transifex.com. Newly added strings will be periodically uploaded there for translation, and any new translations will be merged back to the project source code.
Please use https://www.transifex.com/projects/p/silverstripe-documentconverter to contribute translations, rather than sending pull requests with YAML files.