feat: widget partner system with JS embed, isHidden toggle, category/neighborhood filters

This commit is contained in:
AyrisAI
2026-07-13 15:00:46 +03:00
parent b44acc2678
commit 1d98409385
7 changed files with 177 additions and 298 deletions
+1
View File
@@ -270,6 +270,7 @@ model WidgetPartner {
url String
neighborhoodSlug String?
isActive Boolean @default(true)
isHidden Boolean @default(false)
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt
}