Skip to content

Commit

Permalink
feat(presets): add column preset "content"
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Mar 11, 2021
1 parent 91ee04e commit 236574d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/presets/columns.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,17 @@ module.exports = {
'schema_types',
],
},
content: {
name: 'content',
groups: ['info'],
columns: [
'url',
'page_date',
'og_image',
'h1',
'readability_length',
'readability_minutes',
'readability_text',
],
},
};

0 comments on commit 236574d

Please sign in to comment.