[forms] let forms to use common icons

This commit is contained in:
Maxim Kadushkin 2021-09-06 19:04:45 +03:00
parent 056b0e9a49
commit 631b5ae79d

View file

@ -113,7 +113,7 @@
}, },
"vars": { "vars": {
"app-image-const-path": "'../img'", "app-image-const-path": "'../img'",
"common-image-const-path": "'../img'", "common-image-const-path": "'../../../../common/main/resources/img/'",
"app-image-path": "'../../../../../deploy/web-apps/apps/documenteditor/forms/resources/img'", "app-image-path": "'../../../../../deploy/web-apps/apps/documenteditor/forms/resources/img'",
"common-image-path": "'../../../../../deploy/web-apps/apps/documenteditor/forms/resources/img'" "common-image-path": "'../../../../../deploy/web-apps/apps/documenteditor/forms/resources/img'"
} }