Search.php 323 B

12345678910111213141516
  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. 'search' => [
  12. 'filterAttr' => [
  13. 'color', 'size', // 在搜索页面侧栏的搜索过滤属性字段
  14. ],
  15. ],
  16. ];