Skip to content

Commit 6cf148a

Browse files
authored
fix: Vendor.Site.Taxonomy.Root: › Vendor.Site:Taxonomy.Root:
1 parent a5d603b commit 6cf148a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Sitegeist.Taxonomy defines three basic node types:
4040
If you have to enforce the existence of a specific vocabulary or taxonomy you can use a derived node type:
4141

4242
```YAML
43-
Vendor.Site.Taxonomy.Root:
43+
Vendor.Site:Taxonomy.Root:
4444
superTypes:
4545
Sitegeist.Taxonomy:Root: TRUE
4646
childNodes:
@@ -54,7 +54,7 @@ And configure the taxonomy-package to use this root node type instead of the def
5454
Sitegeist:
5555
Taxonomy:
5656
contentRepository:
57-
rootNodeType: 'Vendor.Site.Taxonomy.Root'
57+
rootNodeType: 'Vendor.Site:Taxonomy.Root'
5858
vocabularyNodeType: 'Sitegeist.Taxonomy:Vocabulary'
5959
taxonomyNodeType: 'Sitegeist.Taxonomy:Taxonomy'
6060
```

0 commit comments

Comments
 (0)