File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ changes the index alias.
7070
7171By default the indexing processes all NodeTypes, but you can change this in your * Settings.yaml* :
7272
73- ```
73+ ``` yaml
7474Neos :
7575 ContentRepository :
7676 Search :
@@ -86,12 +86,12 @@ Neos:
8686` ` `
8787
8888You need to explicitly configure the individual NodeTypes (this feature does not check the Super Type configuration).
89- But you can use a special notation to configure a full namespace, ``` Acme.AcmeCom:* `` ` will be applied for all node
90- types in the ``` Acme.AcmeCom `` ` namespace. The most specific configuration is used in this order:
89+ But you can use a special notation to configure a full namespace, ` Acme.AcmeCom:*` will be applied for all node
90+ types in the `Acme.AcmeCom` namespace. The most specific configuration is used in this order :
9191
92- - NodeType name (``` Neos.Neos:Shortcut `` ` )
93- - Full namespace notation (``` Neos.Neos:* `` ` )
94- - Catch all (``` * `` ` )
92+ - NodeType name (`Neos.Neos:Shortcut`)
93+ - Full namespace notation (`Neos.Neos:*`)
94+ - Catch all (`* `)
9595
9696# ## Advanced Index Settings
9797
You can’t perform that action at this time.
0 commit comments