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.
Currently, the label value displayed on TradeTrust verify is dependent on a hardcoded value under
decentralized-renderer-react-template/src/templates/index.tsxwhich 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!