feat: add hide property to collections (#3618) (#3643)

This commit is contained in:
Shashank Bairy R
2020-04-22 12:32:13 +00:00
committed by GitHub
parent f8603c5d92
commit 88b6c633af
4 changed files with 14 additions and 2 deletions

View File

@ -118,6 +118,7 @@ const getConfigSchema = () => ({
preview_path_date_field: { type: 'string' },
create: { type: 'boolean' },
publish: { type: 'boolean' },
hide: { type: 'boolean' },
editor: {
type: 'object',
properties: {