From 7b36c7a2d165563520eced471c43721ef23df744 Mon Sep 17 00:00:00 2001 From: rivexe Date: Thu, 5 Sep 2024 13:03:24 +0300 Subject: [PATCH] feat: add sdk repo as submodule --- .gitmodules | 4 ++++ 3rdparty/docs-integration-sdk-php | 1 + 2 files changed, 5 insertions(+) create mode 160000 3rdparty/docs-integration-sdk-php diff --git a/.gitmodules b/.gitmodules index 24b1a30..51ccc83 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,7 @@ path = assets url = https://github.com/ONLYOFFICE/document-templates branch = main/new-zip +[submodule "3rdparty/docs-integration-sdk-php"] + path = 3rdparty/docs-integration-sdk-php + url = https://github.com/ONLYOFFICE/docs-integration-sdk-php.git + branch = master diff --git a/3rdparty/docs-integration-sdk-php b/3rdparty/docs-integration-sdk-php new file mode 160000 index 0000000..c05ff73 --- /dev/null +++ b/3rdparty/docs-integration-sdk-php @@ -0,0 +1 @@ +Subproject commit c05ff73229e17e6f67bab6c69aabee2086ebfe78