Skip to content

Commit

Permalink
feat(filter): tel_links>0, meta_pagespeed>0
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Nov 16, 2018
1 parent a0987f4 commit a06f328
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions assets/js/presets/filters.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,17 @@ module.exports = [
{
name: 'yandex_maps',
q: 'yandex_maps=1'
},
{
name: 'lighthouse_performance',
q: 'prod=1&lighthouse_performance>50'
},
{
name: 'кликабельные телефоны',
q: 'prod=1&tel_links>0'
},
{
name: 'продан pagespeed',
q: 'prod=1&meta_pagespeed>0'
}
];

0 comments on commit a06f328

Please sign in to comment.