From 50b84056f6da3131353a76798949de62fdbb244a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20DANIEL?= Date: Mon, 26 Aug 2019 18:07:19 +0200 Subject: [PATCH] [TASK] Use /taxonomies instead of /taxonomy in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c297560..d5a4e90 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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' ``` @@ -84,7 +84,7 @@ startingPoint: ui: inspector: editorOptions: - startingPoint: '/taxonomy/animals/mammals' + startingPoint: '/taxonomies/animals/mammals' ``` ## Content-Dimensions