feat(core): allow custom summary on entry cards (#2140)
This commit is contained in:
committed by
Shawn Erquhart
parent
228271194b
commit
573ad8816d
@ -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' },
|
||||
|
Reference in New Issue
Block a user