diff --git a/schema/layouts/list.json b/schema/layouts/list.json index 8a7c4e4c46..76f38786fb 100644 --- a/schema/layouts/list.json +++ b/schema/layouts/list.json @@ -62,6 +62,10 @@ "type": "object", "additionalProperties": true, "description": "Field view options." + }, + "hidden": { + "type": "boolean", + "description": "Hidden by default." } } }