We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 314536e commit cce5118Copy full SHA for cce5118
README.md
@@ -129,15 +129,15 @@ The following example creates three different text child nodes in the main conte
129
We call conditions ``when`` and loops ``withItems`` (instead of ``if`` and ``forEach``),
130
because it inspires a more declarative mood. The naming is inspired by Ansible.
131
132
-## Hide Nodes
+## Disable nodes (previously called "hidden")
133
134
-The following example hides a newly created node:
+The following example disables a newly created node:
135
136
```yaml
137
'Neos.NodeTypes:Page':
138
options:
139
template:
140
- hidden: true
+ disabled: true
141
```
142
143
## EEL context variables
0 commit comments