The Build Configuration file for an Inkdoc is located in the Additional Files section under the Inkdoc’s Table of Contents.
To add export formats to the Inkdoc:
- Click Edit Content to access the Table of Contents (TOC).
- Scroll to the bottom of the TOC and click Additional Files to access the additional project configuration files.
- Click Build Configuration.
- The file opens in code mode.
- Create an
<exports>tag block. Place this tag block at the end of the file, before the closing</config>tag. - Create a
<profile>tag for each format that you want to add to the Inkdoc. Set the attributetypeto the required format, as shown in the code example below. - Optionally, you can also comment out a profile tag to prevent Habitat from building that export format.
- Click Save.
- Test the export functionality. See:
Ensure that you verify the user experience for all target readers of an export format before distributing the content to end users. Though EchoInk designed the export formats to work well with many digital readers, content may occasionally display incorrectly on some readers.