We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d603b commit 6cf148aCopy full SHA for 6cf148a
1 file changed
README.md
@@ -40,7 +40,7 @@ Sitegeist.Taxonomy defines three basic node types:
40
If you have to enforce the existence of a specific vocabulary or taxonomy you can use a derived node type:
41
42
```YAML
43
- Vendor.Site.Taxonomy.Root:
+ Vendor.Site:Taxonomy.Root:
44
superTypes:
45
Sitegeist.Taxonomy:Root: TRUE
46
childNodes:
@@ -54,7 +54,7 @@ And configure the taxonomy-package to use this root node type instead of the def
54
Sitegeist:
55
Taxonomy:
56
contentRepository:
57
- rootNodeType: 'Vendor.Site.Taxonomy.Root'
+ rootNodeType: 'Vendor.Site:Taxonomy.Root'
58
vocabularyNodeType: 'Sitegeist.Taxonomy:Vocabulary'
59
taxonomyNodeType: 'Sitegeist.Taxonomy:Taxonomy'
60
```
0 commit comments