Skip to content

Commit c775a1f

Browse files
committed
FEATURE: Allow new childnode label
Available in Neos 8.4 and 9.0
1 parent a3ae65f commit c775a1f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

NodeTypes.Schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,6 +1457,10 @@
14571457
],
14581458
"additionalProperties": false,
14591459
"properties": {
1460+
"label": {
1461+
"type": "string",
1462+
"description": "Set a custom label for the node (Neos 8.4+)"
1463+
},
14601464
"position": {
14611465
"$ref": "#/definitions/position"
14621466
},

examples/NodeTypes.WithChildren.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ My.Vendor:Document.Simple:
33
Neos.Neos:Document: true
44
childNodes:
55
main:
6+
label: 'Main content'
67
type: Neos.Neos:ContentCollection
78
options:
89
someCustomOption: true

0 commit comments

Comments
 (0)