clean up
This commit is contained in:
@@ -51,7 +51,7 @@ Scope: Marketplace Platform (Website + Builder + Backoffice)
|
||||
"schemaVersion": "1.0.0",
|
||||
"generatedAt": "2026-07-03T00:00:00Z",
|
||||
"tenant": { "id": "tenant-default-001", "slug": "default", "host": "default.local" },
|
||||
"branding": { "brandName": "Marketplace Platform Demo", "logoUrl": "/assets/images/dexar-logo.svg", "faviconUrl": "/favicon.ico" },
|
||||
"branding": { "brandName": "Marketplace", "logoUrl": "/icons/icon-192x192.png", "faviconUrl": "/icons/icon-192x192.png" },
|
||||
"theme": { "themeId": "default-light", "mode": "light", "palette": { "primary": "#497671" }, "typography": { "primaryFontFamily": "DM Sans, sans-serif", "baseFontSize": 16 }, "spacing": { "unit": 4, "scale": [0,4,8] }, "borderRadiusScale": { "md": "12px" }, "shadows": { "md": "0 4px 12px rgba(0,0,0,0.15)" }, "iconSet": "default" },
|
||||
"featureFlags": { "wishlist": true, "reviews": true },
|
||||
"navigation": { "header": [], "footer": [] },
|
||||
@@ -85,7 +85,7 @@ Scope: Marketplace Platform (Website + Builder + Backoffice)
|
||||
```json
|
||||
{
|
||||
"tenantId": "tenant-default-001",
|
||||
"branding": { "brandName": "Marketplace Platform Demo" },
|
||||
"branding": { "brandName": "Marketplace" },
|
||||
"theme": { "themeId": "default-light" },
|
||||
"navigation": { "header": [], "footer": [] },
|
||||
"pages": []
|
||||
@@ -238,7 +238,7 @@ Scope: Marketplace Platform (Website + Builder + Backoffice)
|
||||
{
|
||||
"id": "prod-001",
|
||||
"sku": "SKU-001",
|
||||
"title": "Demo Product",
|
||||
"title": "Wireless Headphones",
|
||||
"price": { "amount": 149990, "currency": "RUB" },
|
||||
"stockStatus": "in_stock",
|
||||
"visible": true
|
||||
|
||||
Reference in New Issue
Block a user