File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ changes the index alias.
6868
6969### Advanced Configuration
7070
71- By default the indexing process all Node Types , but you can change this configuration in your ``` Settings.yaml ``` :
71+ By default the indexing processes all NodeTypes , but you can change this in your * Settings.yaml* :
7272
7373```
7474Flowpack:
@@ -86,11 +86,11 @@ Flowpack:
8686 indexed: false
8787```
8888
89- You need to configure explicitly the Node Types (this feature does not check the Super Type configuration). You
90- can use a special notation to configuration a full name space , ``` Neos.NodeTypes :*``` will be applied for all node
91- types in the given namespace. The most specific configuration is used in this order:
89+ You need to explicitly configure the individual NodeTypes (this feature does not check the Super Type configuration).
90+ But you can use a special notation to configure a full namespace , ``` Acme.AcmeCom :*``` will be applied for all node
91+ types in the ``` Acme.AcmeCom ``` namespace. The most specific configuration is used in this order:
9292
93- - Node Type name (``` Neos.Neos:Shortcut ``` )
93+ - NodeType name (``` Neos.Neos:Shortcut ``` )
9494- Full namespace notation (``` Neos.Neos:* ``` )
9595- Catch all (``` * ``` )
9696
You can’t perform that action at this time.
0 commit comments