From c73930c27d368a890924aa45a6b14b8a6db315b6 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 16 Nov 2023 14:08:04 +0200 Subject: [PATCH] schema --- schema/layouts/list.json | 4 ++++ 1 file changed, 4 insertions(+) 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." } } }