Skip to content

Commit cce5118

Browse files
committed
TASK: Update readme
1 parent 314536e commit cce5118

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,15 +129,15 @@ The following example creates three different text child nodes in the main conte
129129
We call conditions ``when`` and loops ``withItems`` (instead of ``if`` and ``forEach``),
130130
because it inspires a more declarative mood. The naming is inspired by Ansible.
131131
132-
## Hide Nodes
132+
## Disable nodes (previously called "hidden")
133133
134-
The following example hides a newly created node:
134+
The following example disables a newly created node:
135135
136136
```yaml
137137
'Neos.NodeTypes:Page':
138138
options:
139139
template:
140-
hidden: true
140+
disabled: true
141141
```
142142
143143
## EEL context variables

0 commit comments

Comments
 (0)