order
This commit is contained in:
parent
acea2cf0c9
commit
cc04ea6917
|
|
@ -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)),
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue