feat(tenant): add display options for categories and search bar; update requests, migrations, seeder, and tests

This commit is contained in:
2026-08-11 10:04:18 -03:00
parent 8d8e49fcfb
commit 68dd373d61
8 changed files with 69 additions and 0 deletions

View File

@@ -61,6 +61,8 @@ class TenantResource extends JsonResource
'search_product_layout' => $this->search_product_layout->value,
'search_group_layout' => $this->search_group_layout->value,
'search_items_per_page' => $this->search_items_per_page,
'display_categories' => $this->display_categories,
'display_seach_bar' => $this->display_seach_bar,
'social_media' => $this->whenLoaded(
'socialMedia',
fn () => $this->socialMedia