@wix/ditto-codegen-public 1.0.270 → 1.0.271
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/out.js +4 -3
- package/package.json +2 -2
package/dist/out.js
CHANGED
|
@@ -74809,7 +74809,7 @@ var require_SitePluginAgent = __commonJS({
|
|
|
74809
74809
|
- Event page custom content
|
|
74810
74810
|
- Blog post page enhancements
|
|
74811
74811
|
- **Slot System**: Site plugins are placed in predefined slots within existing Wix business solution pages. Each slot is identified by an appDefinitionId, widgetId, and slotId. Site owners can add plugins to slots using the plugin explorer in Wix editors.
|
|
74812
|
-
- **Settings Panel**: Site plugins have a built-in settings panel in the Wix Editor for per-instance configuration using widget.getProp/setProp. Similar to Site Widgets, the panel handles configuration without needing a separate Dashboard Page.
|
|
74812
|
+
- **Settings Panel**: Site plugins have a built-in settings panel in the Wix Editor for per-instance configuration using widget.getProp/setProp. Similar to Site Widgets, the panel handles configuration without needing a separate Dashboard Page. **Exception: Checkout page and side cart plugins may not support automatic addition upon installation \u2014 these MUST include a Dashboard Page for plugin placement management.**
|
|
74813
74813
|
- **When to Choose**: When you need to extend existing Wix business solution pages (Stores, Bookings, eCommerce, Events, Blog) with custom UI in predefined slot positions. Unlike Site Widgets (which can be placed anywhere), Site Plugins are designed for specific integration points within Wix business apps.
|
|
74814
74814
|
|
|
74815
74815
|
**Common Placement Areas:**
|
|
@@ -74832,7 +74832,8 @@ var require_SitePluginAgent = __commonJS({
|
|
|
74832
74832
|
- \u2705 Want to add contextual UI to predefined slots within business app pages
|
|
74833
74833
|
- \u2705 Building product page enhancements, booking page extensions, or checkout integrations
|
|
74834
74834
|
- \u2705 Need to integrate with the specific page context (e.g., current product, current booking)
|
|
74835
|
-
- \u2705 Want to leverage the slot-based plugin explorer for site owners
|
|
74835
|
+
- \u2705 Want to leverage the slot-based plugin explorer for site owners
|
|
74836
|
+
- \u26A0\uFE0F If targeting checkout or side cart slots, ALSO include a DASHBOARD_PAGE for plugin placement management (auto-add may not work for these slots)`;
|
|
74836
74837
|
};
|
|
74837
74838
|
exports2.getSitePluginDecisionGuide = getSitePluginDecisionGuide;
|
|
74838
74839
|
}
|
|
@@ -74970,7 +74971,7 @@ var require_commonUseCasesGuide = __commonJS({
|
|
|
74970
74971
|
| Product reviews on product page | Site Plugins | Predefined slots in product pages | Reviews are contextually tied to each product \u2192 Site Plugin, not Site Widget |
|
|
74971
74972
|
| Product page enhancements | Site Plugins | Predefined slots in business pages | Contextual integration with Stores, Bookings, etc. |
|
|
74972
74973
|
| Booking page extensions | Site Plugins | Predefined slots in business pages | Extend existing Wix business solution pages |
|
|
74973
|
-
| Checkout upsells | Site Plugins
|
|
74974
|
+
| Checkout upsells | Site Plugins + Dashboard Page | Predefined slots in eCommerce pages | Checkout/side cart plugins need Dashboard Page for plugin placement management |
|
|
74974
74975
|
| App-specific data storage | Data Collections | CMS data layer | Structured data for app extensions to read/write |
|
|
74975
74976
|
| Per-product fees/rules | Dashboard Page + Service Plugin + Data Collection | Admin + checkout + data | Dashboard manages rules, Data Collection stores them, Service Plugin reads at checkout |`;
|
|
74976
74977
|
const comparisonGuide = `
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ditto-codegen-public",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.271",
|
|
4
4
|
"description": "AI-powered Wix CLI app generator - standalone executable",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "node build.mjs",
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
"@wix/ditto-codegen": "1.0.0",
|
|
29
29
|
"esbuild": "^0.27.2"
|
|
30
30
|
},
|
|
31
|
-
"falconPackageHash": "
|
|
31
|
+
"falconPackageHash": "5e66bc6cd3605cebf462ead450ef7cf9f7de5afe6047e83538b3d004"
|
|
32
32
|
}
|