This commit is contained in:
sdarbinyan
2026-07-05 00:51:29 +04:00
parent 58b5a4e996
commit 9cf508d319
60 changed files with 268 additions and 1038 deletions

View File

@@ -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