feat: add hero_config and event_config to Tenant model with validation and migration

This commit is contained in:
2026-07-14 11:08:59 -03:00
parent ca4fea6bcd
commit 2910d3f929
5 changed files with 68 additions and 0 deletions

View File

@@ -29,6 +29,8 @@ class TenantResource extends JsonResource
// 1 day
'header_logo' => $this->headerLogo?->getTemporaryUrl(1440),
'footer_logo' => $this->footerLogo?->getTemporaryUrl(1440 ),
'hero_config' => $this->hero_config,
'event_config' => $this->event_config,
];
}
}