Add functions for adding forms

This commit is contained in:
KirillovIlya
2021-12-05 19:54:32 +03:00
parent e859f75e94
commit 8760e425af
2 changed files with 283 additions and 0 deletions

11
configs/word.json Normal file
View File

@ -0,0 +1,11 @@
{
"sdk": {
"min": [
"api.js",
"api_plugins.js"
],
"common": [
]
}
}