From 80415711019a4e11ee51b3f3bc48e4b7a469142c Mon Sep 17 00:00:00 2001 From: Dirk Date: Tue, 14 Jan 2025 09:41:52 +0100 Subject: [PATCH] feat: add a way to manually set a section name to show in ContentTree --- component-models.json | 6 ++++++ models/_section.json | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/component-models.json b/component-models.json index 146dbaf809..f86194cc96 100644 --- a/component-models.json +++ b/component-models.json @@ -98,6 +98,12 @@ { "id": "section", "fields": [ + { + "component": "text", + "name": "name", + "label": "Section Name", + "description": "The label shown for this section in the Content Tree" + }, { "component": "multiselect", "name": "style", diff --git a/models/_section.json b/models/_section.json index e00b3f3b4a..0cee550671 100644 --- a/models/_section.json +++ b/models/_section.json @@ -19,6 +19,12 @@ { "id": "section", "fields": [ + { + "component": "text", + "name": "name", + "label": "Section Name", + "description": "The label shown for this section in the Content Tree" + }, { "component": "multiselect", "name": "style",