From e121df48fe18c963b1402fae391fd872925ead51 Mon Sep 17 00:00:00 2001 From: pravin Date: Tue, 29 Oct 2024 13:33:05 +0530 Subject: [PATCH 1/2] Update embed-template.md added the dependency import ReactPlayer from 'react-player' --- docs/docs/help/Templates/embed-template.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/help/Templates/embed-template.md b/docs/docs/help/Templates/embed-template.md index eefbcd0fc..e3bc80c6e 100644 --- a/docs/docs/help/Templates/embed-template.md +++ b/docs/docs/help/Templates/embed-template.md @@ -2,6 +2,8 @@ sidebar_position: 5 title: Embedding OpenSign templates --- +import ReactPlayer from 'react-player'; + # What is OpenSign Template Embedding? OpenSign Template Embedding allows users to seamlessly integrate public document templates into their websites or applications. By embedding templates, you can provide a direct and interactive signing experience for your users without requiring them to leave your platform. This feature supports various technologies like React, Next.js, HTML, JavaScript, and Angular, making it easy to add signing capabilities to different web projects. With OpenSign Template Embedding, businesses can offer a streamlined and professional document signing process, enhancing user experience and workflow efficiency. From 5495e569df0650b6bacd95b23f5937368baab77d Mon Sep 17 00:00:00 2001 From: pravin Date: Tue, 29 Oct 2024 13:36:51 +0530 Subject: [PATCH 2/2] Update publicTemplate.md Added dependency import ReactPlayer from 'react-player'; --- docs/docs/help/Templates/publicTemplate.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/help/Templates/publicTemplate.md b/docs/docs/help/Templates/publicTemplate.md index 1c2070c43..913468dbb 100644 --- a/docs/docs/help/Templates/publicTemplate.md +++ b/docs/docs/help/Templates/publicTemplate.md @@ -2,6 +2,7 @@ sidebar_position: 4 title: Setting up an OpenSign template for public signing --- +import ReactPlayer from 'react-player'; # What is the OpenSign Public profile? The OpenSign Public profile feature offers the ultimate public document signing solution without any need for integrations. With this feature, users can share document templates publicly, allowing anyone to access and sign the documents directly through the shared templates. This streamlines the signing process by providing a seamless, accessible way for public signers to complete documents without additional steps or integrations.