fix: footer Contacts link resolved to nothing, add placeholder static page
The /contacts route had no bootstrap.staticPages entry at all (the old hardcoded contacts page was intentionally removed per app.routes.ts's comment, in favor of the generic staticPath -> CMS resolver). Added a placeholder entry (route/title/html per locale) so the link resolves instead of 404ing. Placeholder text explicitly says the real contact details go through the admin panel - per user decision, real content belongs to whoever runs a given marketplace, not something to fabricate. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -352,6 +352,19 @@
|
||||
"en": "<h2>Terms of Service</h2><p>Platform usage is governed by public offer terms.</p>",
|
||||
"hy": "<h2>Օգտագործման պայմաններ</h2><p>Հարթակի օգտագործումը կարգավորվում է հրապարակային առաջարկի պայմաններով։</p>"
|
||||
}
|
||||
},
|
||||
"contacts": {
|
||||
"route": "/contacts",
|
||||
"title": {
|
||||
"ru": "Контакты",
|
||||
"en": "Contacts",
|
||||
"hy": "Կապ"
|
||||
},
|
||||
"html": {
|
||||
"ru": "<h2>Контакты</h2><p>Здесь будет размещена контактная информация продавца — адрес, телефон, email и часы работы. Заполняется администратором маркетплейса.</p>",
|
||||
"en": "<h2>Contacts</h2><p>Seller contact details (address, phone, email, business hours) go here. Fill this in from the admin panel.</p>",
|
||||
"hy": "<h2>Կապ</h2><p>Այստեղ կտեղադրվի վաճառողի կոնտակտային տեղեկատվությունը՝ հասցե, հեռախոս, էլ. փոստ և աշխատանքային ժամեր։ Լրացվում է կայքի ադմինիստրատորի կողմից։</p>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"pages": [
|
||||
|
||||
Reference in New Issue
Block a user