docs: Fix typo / readability in extras/menu.md

This commit is contained in:
Martin Linkov 2016-05-20 13:32:52 +02:00 committed by digitalcraftsman
parent 6dec7b3ea6
commit 90362933ee

View file

@ -134,8 +134,11 @@ All nesting of content is done via the `parent` field.
The parent of an entry should be the identifier of another entry. The parent of an entry should be the identifier of another entry.
Identifier should be unique (within a menu). Identifier should be unique (within a menu).
The following order is used to determine identity Identifier > Name > The following order is used to determine an Identifier:
LinkTitle > Title. This means that the title will be used unless
> Name > LinkTitle > Title.
This means that the title will be used unless
linktitle is present, etc. In practice Name and Identifier are never linktitle is present, etc. In practice Name and Identifier are never
displayed and only used to structure relationships. displayed and only used to structure relationships.