You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fj-doc-mod-lib-direct - API for Direct Document Generation
Expected Behavior
Create chain alias to resuce ftl templates
Other information
If useChainId is set, it will be used to resolve the chain instead of chainId.
chainList: # a template named ${chainId}.ftl must exist in 'templatePath' folder
- chainId: 'test-doc'dataModel: # inline data model definitiondocTitle: 'Venus Direct Extension - Test Doc'
- chainId: 'test-doc-json-data-model'dataModelJson: 'src/test/resources/data-model/data-model-1.json'# JSON file data modeluseChainId: 'test-doc'
- chainId: 'test-doc-yaml-data-model'dataModelYaml: 'src/test/resources/data-model/data-model-1.yaml'# YAML file data modeluseChainId: 'test-doc'`
The text was updated successfully, but these errors were encountered:
Module
fj-doc-mod-lib-direct - API for Direct Document Generation
Expected Behavior
Create chain alias to resuce ftl templates
Other information
If
useChainId
is set, it will be used to resolve the chain instead ofchainId
.The text was updated successfully, but these errors were encountered: