Skip to content

Commit

Permalink
Merge pull request #11 from dogawaf/dogawaf-patch-1
Browse files Browse the repository at this point in the history
[TASK] Use /taxonomies instead of /taxonomy in README
  • Loading branch information
mficzel authored Sep 9, 2019
2 parents ce91f60 + 50b8405 commit ff799de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sitegeist.Taxonomy

> Manage vocabularies and taxonomies in Neos as node in a separate subtree `/taxonomy` distinct from `/sites`
> Manage vocabularies and taxonomies in Neos as node in a separate subtree `/taxonomies` distinct from `/sites`
### Authors & Sponsors

Expand Down Expand Up @@ -32,7 +32,7 @@ it also provides a separate backend module for managing vocabularies and taxonmi

Sitegeist.Taxonomy defines three basic node types:

- `Sitegeist.Taxonomy:Root` - The root node at the path `/taxonomy`, allows only vocabulary nodes as children
- `Sitegeist.Taxonomy:Root` - The root node at the path `/taxonomies`, allows only vocabulary nodes as children
- `Sitegeist.Taxonomy:Vocabulary` - The root of a hierarchy of meaning, allows only taxonomies nodes as children
- `Sitegeist.Taxonomy:Taxonomy` - Item in the hierarchy that represents a specific meaning, allows only taxonomy
nodes as children
Expand Down Expand Up @@ -72,7 +72,7 @@ Since taxonomies are nodes, they are simply referenced via `reference` or `refer
group: taxonomy
editorOptions:
nodeTypes: ['Sitegeist.Taxonomy:Taxonomy']
startingPoint: '/taxonomy'
startingPoint: '/taxonomies'
placeholder: 'assign Taxonomies'
```

Expand All @@ -84,7 +84,7 @@ startingPoint:
ui:
inspector:
editorOptions:
startingPoint: '/taxonomy/animals/mammals'
startingPoint: '/taxonomies/animals/mammals'
```

## Content-Dimensions
Expand Down

0 comments on commit ff799de

Please sign in to comment.