Skip to content

Commit

Permalink
fix: add google_amp to metatags group
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Jan 6, 2021
1 parent 2ade2a8 commit 21e2e21
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/presets/fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,15 @@ const fields = [
groups: ['canonical'],
type: 'integer',
},
{
name: 'google_amp',
comment_en: 'Google AMP',
validate: {
warning: '< 1',
},
groups: ['metatags'],
type: 'integer',
},
{
name: 'images',
comment: 'img на странице',
Expand Down

0 comments on commit 21e2e21

Please sign in to comment.