This commit is contained in:
merdan 2023-01-19 11:36:04 +05:00
parent acea2cf0c9
commit cc04ea6917
2 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@ class Channel extends JsonResource
'promotion_category_id' => $this->promotion_category_id,
'is_maintenance_on' => $this->is_maintenance_on,
// 'sliders' => Slider::collection($this->sliders),
'contacts' => $this->home_page_content,
'maintenance_mode_text' => $this->maintenance_mode_text,
// 'brand_attribute_id' => 25 //todo vremenno goyuldy. id admindan bazadan settingsden almaly(2 marketplace goshulanda)
// 'root_category' => $this->when($this->root_category_id, new CategoryResource($this->root_category)),

View File

@ -904,7 +904,7 @@ return [
'inventory_sources' => 'Inventory Sources',
'design' => 'Design',
'theme' => 'Theme',
'home_page_content' => 'Home Page Content',
'home_page_content' => 'Contacts Content',
'footer_content' => 'Footer Content',
'logo' => 'Logo',
'favicon' => 'Favicon',