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

@@ -2,8 +2,8 @@
{
"id": "prod-001",
"sku": "SKU-001",
"title": "Demo Product 1",
"subtitle": "Platform product mock",
"title": "Wireless Headphones",
"subtitle": "Portable audio accessory",
"imageUrl": "https://images.unsplash.com/photo-1511707171634-5f897ff02aa9?w=600&h=400&fit=crop",
"badges": ["new"],
"tags": ["featured"],
@@ -19,7 +19,7 @@
{
"id": "prod-002",
"sku": "SKU-002",
"title": "Demo Product 2",
"title": "Laptop Stand",
"imageUrl": "https://images.unsplash.com/photo-1496181133206-80ce9b88a853?w=600&h=400&fit=crop",
"badges": ["sale"],
"tags": ["bestseller"],

View File

@@ -6,10 +6,10 @@
"slug": "default",
"code": "DEFAULT",
"host": "default.local",
"name": "Default Tenant",
"websiteBaseUrl": "https://default.local",
"builderBaseUrl": "https://builder.default.local",
"backofficeBaseUrl": "https://backoffice.default.local",
"name": "Marketplace",
"websiteBaseUrl": "https://marketplace.local",
"builderBaseUrl": "https://builder.marketplace.local",
"backofficeBaseUrl": "https://backoffice.marketplace.local",
"defaultLocale": "ru",
"supportedLocales": ["ru", "en", "hy"],
"defaultCurrency": "RUB",
@@ -17,14 +17,14 @@
"timezone": "Europe/Moscow"
},
"branding": {
"brandName": "Marketplace Platform Demo",
"legalName": "Marketplace Platform LLC",
"slogan": "Composable commerce for every tenant",
"logoUrl": "/assets/images/dexar-logo.svg",
"logoCompactUrl": "/assets/images/dexar-logo-small.svg",
"brandName": "Marketplace",
"legalName": "Marketplace LLC",
"slogan": "Digital commerce marketplace",
"logoUrl": "/icons/icon-192x192.png",
"logoCompactUrl": "/icons/icon-192x192.png",
"faviconUrl": "/favicon.ico",
"appIconUrl": "/assets/icons/icon-192x192.png",
"supportEmail": "support@example.com",
"appIconUrl": "/icons/icon-192x192.png",
"supportEmail": "support@marketplace.local",
"supportPhone": "+7-900-000-00-00"
},
"theme": {
@@ -67,7 +67,7 @@
"iconSet": "default"
},
"company": {
"companyName": "Marketplace Platform LLC",
"companyName": "Marketplace LLC",
"registrationNumber": "1027700000000",
"taxId": "7700000000",
"address": {
@@ -78,10 +78,10 @@
"postalCode": "125009"
},
"contacts": {
"email": "info@example.com",
"email": "support@marketplace.local",
"phone": "+7-900-000-00-00",
"telegram": "@platform_support",
"website": "https://default.local"
"telegram": "@marketplace_support",
"website": "https://marketplace.local"
}
},
"featureFlags": {
@@ -135,15 +135,15 @@
},
"seo": {
"default": {
"title": "Marketplace Platform",
"description": "Configuration-driven multi-tenant marketplace platform",
"title": "Marketplace",
"description": "Digital commerce marketplace",
"robots": "index,follow"
},
"byPageKey": {
"home": {
"title": "Marketplace Platform - Home",
"description": "Home page generated from configuration",
"canonicalUrl": "https://default.local/",
"title": "Marketplace - Home",
"description": "Digital commerce marketplace",
"canonicalUrl": "https://marketplace.local/",
"robots": "index,follow"
}
}

View File

@@ -1,11 +1,11 @@
{
"brandName": "Marketplace Platform Demo",
"legalName": "Marketplace Platform LLC",
"slogan": "Composable commerce for every tenant",
"logoUrl": "/assets/images/dexar-logo.svg",
"logoCompactUrl": "/assets/images/dexar-logo-small.svg",
"brandName": "Marketplace",
"legalName": "Marketplace LLC",
"slogan": "Digital commerce marketplace",
"logoUrl": "/icons/icon-192x192.png",
"logoCompactUrl": "/icons/icon-192x192.png",
"faviconUrl": "/favicon.ico",
"appIconUrl": "/assets/icons/icon-192x192.png",
"supportEmail": "support@example.com",
"appIconUrl": "/icons/icon-192x192.png",
"supportEmail": "support@marketplace.local",
"supportPhone": "+7-900-000-00-00"
}

View File

@@ -1,5 +1,5 @@
{
"companyName": "Marketplace Platform LLC",
"companyName": "Marketplace LLC",
"registrationNumber": "1027700000000",
"taxId": "7700000000",
"address": {
@@ -10,9 +10,9 @@
"postalCode": "125009"
},
"contacts": {
"email": "info@example.com",
"email": "support@marketplace.local",
"phone": "+7-900-000-00-00",
"telegram": "@platform_support",
"website": "https://default.local"
"telegram": "@marketplace_support",
"website": "https://marketplace.local"
}
}

View File

@@ -27,15 +27,15 @@
},
"seo": {
"default": {
"title": "Marketplace Platform",
"description": "Configuration-driven multi-tenant marketplace platform",
"title": "Marketplace",
"description": "Digital commerce marketplace",
"robots": "index,follow"
},
"byPageKey": {
"home": {
"title": "Marketplace Platform - Home",
"description": "Home page generated from configuration",
"canonicalUrl": "https://default.local/",
"title": "Marketplace - Home",
"description": "Digital commerce marketplace",
"canonicalUrl": "https://marketplace.local/",
"robots": "index,follow"
}
}

View File

@@ -2,11 +2,11 @@
"id": "tenant-default-001",
"slug": "default",
"code": "DEFAULT",
"host": "default.local",
"name": "Default Tenant",
"websiteBaseUrl": "https://default.local",
"builderBaseUrl": "https://builder.default.local",
"backofficeBaseUrl": "https://backoffice.default.local",
"host": "marketplace.local",
"name": "Marketplace",
"websiteBaseUrl": "https://marketplace.local",
"builderBaseUrl": "https://builder.marketplace.local",
"backofficeBaseUrl": "https://backoffice.marketplace.local",
"defaultLocale": "ru",
"supportedLocales": ["ru", "en", "hy"],
"defaultCurrency": "RUB",