Skip to content

Commit

Permalink
feat: add a way to manually set a section name to show in ContentTree
Browse files Browse the repository at this point in the history
  • Loading branch information
buuhuu committed Jan 14, 2025
1 parent 57a3e6c commit 8041571
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions component-models.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions models/_section.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8041571

Please sign in to comment.