[de] Add methods for plugins to work with forms

This commit is contained in:
KirillovIlya
2022-07-18 20:25:44 +03:00
parent fb582730ce
commit e1fd6a3529
2 changed files with 254 additions and 2 deletions

View File

@ -1,8 +1,9 @@
{
"sdk": {
"min": [
"api.js"
],
"api.js",
"apiPlugins.js"
],
"common": [
"apiBuilder.js"
]