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
Currently, the label value displayed on TradeTrust verify is dependent on a hardcoded value under decentralized-renderer-react-template/src/templates/index.tsx which in this case it is "Red Custom Template".
Could there be a new feature where the label can be dynamically set from the tt/json file that has been uploaded?
My current way of displaying the form is dynamic, however, it still requires duplication of files for different labels.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
if u can share repo in what you wanna achieve will be great. there is a utility function getData in open-attestation if that's what you are looking for
Hi, unfortunately the repo of the renderer cannot be shared, but located in decentralized-renderer-react-template/src/templates/<templatefolder>/index.tsx
The label value is hardcoded. For the getData utility function, it still requires us to have access to the wrapped document, but in this scenario is it possible to get the wrapped document?
Currently, the label value displayed on TradeTrust verify is dependent on a hardcoded value under
decentralized-renderer-react-template/src/templates/index.tsx
which in this case it is "Red Custom Template".Could there be a new feature where the label can be dynamically set from the tt/json file that has been uploaded?
My current way of displaying the form is dynamic, however, it still requires duplication of files for different labels.
Thanks in advance!
The text was updated successfully, but these errors were encountered: