PluginProbe
UiCore Elements – Free widgets and templates for Elementor / 1.3.17
UiCore Elements – Free widgets and templates for Elementor v1.3.17
1.3.17 1.3.16 trunk 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 All 41 releases
← All changes | elements-workspace.code-workspace +17 -7 1.0.151.3.17 View file →
@@ -1,11 +1,21 @@
1 1 {
2 2 "folders": [
3 - {
4 - "path": "."
5 - },
6 - {
7 - "path": "../../.."
8 - }
9 - ],
3 + {
4 + "name": "uicore-elements",
5 + "path": "."
6 + },
7 + {
8 + "name": "uicore-framework",
9 + "path": "../uicore-framework"
10 + },
11 + {
12 + "name": "uicore-animate",
13 + "path": "../uicore-animate"
14 + },
15 + {
16 + "name": "public",
17 + "path": "../../.."
18 + }
19 + ],
10 20 "settings": {}
11 21 }