Add Local Documents to Project Data Directory
- Last UpdatedJan 20, 2025
- 1 minute read
You can manually add documents into the folder specified in the filePath configuration, relative (underneath) the project folder.
<define name="sampleAsset.docSelection" type="config" >
<item name="numberOfDocs" value="1" />
<item name="documentList" value="@lang:sampleAsset_doc1@,@lang:sampleAsset_doc2@" />
<item name="refPdfFile" value="TechnicalSheet1.pdf,TechnicalSheet2.pdf" />
<item name="filePath" value="local://data\"/>
</define>
