OpenCerts / opencerts-website

Apache License 2.0
21 stars 69 forks source link

tabs at www.opencerts.io/viewer #750

Closed CITAcadAppsSupport closed 11 months ago

CITAcadAppsSupport commented 11 months ago

Hi, currently Opencert has 3 tabs: https://www.opencerts.io/viewer -Certificate -Transcript -Media

can we create tabs dynamically based on a json file?

thank you.

regards,

HJunyuan commented 11 months ago

Hi @CITAcadAppsSupport, the feature already exists as it is the renderer that defines these tabs.

Documentation: https://www.openattestation.com/docs/developer-section/quickstart/create-custom-renderer#certificate-of-completion-template-configuration Example: https://github.com/OpenCerts/demo-opencerts-renderer/blob/22ca1f9fe674609073db54c652559f850adc0750/src/templates/govtech-demo-cert/index.tsx#L7-L21

CITAcadAppsSupport commented 11 months ago

Hi @HJunyuan

thanks for the information.

regards,