Cms.php 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?php
  2. /**
  3. * FecShop file.
  4. *
  5. * @link http://www.fecshop.com/
  6. *
  7. * @copyright Copyright (c) 2016 FecShop Software LLC
  8. * @license http://www.fecshop.com/license/
  9. */
  10. return [
  11. 'cms' => [
  12. 'params'=> [
  13. /*
  14. 'home_title' => [
  15. 'home_title_en' => 'Fecshop Home Page En',
  16. 'home_title_zh' => 'Fecshop Home Page Zh',
  17. 'home_title_fr' => 'Fecshop Home Page Fr',
  18. 'home_title_es' => 'Fecshop Home Page Es',
  19. ],
  20. 'home_meta_keywords' => [
  21. 'home_meta_keywords_en' => 'Fecshop , Fashion E-Commerce Shop En',
  22. 'home_meta_keywords_zh' => 'Fecshop , Fashion E-Commerce Shop Zh',
  23. 'home_meta_keywords_fr' => 'Fecshop , Fashion E-Commerce Shop Fr',
  24. 'home_meta_keywords_es' => 'Fecshop , Fashion E-Commerce Shop Es',
  25. ],
  26. 'home_meta_description' => [
  27. 'home_meta_description_en' => 'Fashion E-Commerce Shop , Base On Yii2 Framework En',
  28. 'home_meta_description_zh' => 'Fashion E-Commerce Shop , Base On Yii2 Framework Zh',
  29. 'home_meta_description_fr' => 'Fashion E-Commerce Shop , Base On Yii2 Framework Fr',
  30. 'home_meta_description_es' => 'Fashion E-Commerce Shop , Base On Yii2 Framework Es',
  31. ],
  32. 'homeBestSellerSku' => [
  33. 'p10001-kahaki-xl', 'sk10003-001', 'sk10005', 'sk1000-khak', 'sk0003', 'men0003', 'men0002', 'men0001',
  34. ],
  35. 'homeFeaturedSku' => [
  36. 'men0003', 'men0002', 'men0001', 'computer001-xinghao2-cpu3', '22221', 'sk10005', 'sk1000-khak', '222212',
  37. ],
  38. */
  39. ],
  40. ],
  41. ];