feat(core): allow custom summary on entry cards (#2140)

This commit is contained in:
Austin Devine
2019-03-29 18:30:38 +00:00
committed by Shawn Erquhart
parent 228271194b
commit 573ad8816d
7 changed files with 146 additions and 83 deletions

View File

@ -89,6 +89,7 @@ const getConfigSchema = () => ({
},
},
identifier_field: { type: 'string' },
summary: { type: 'string' },
slug: { type: 'string' },
preview_path: { type: 'string' },
preview_path_date_field: { type: 'string' },