Fields
locale_language
LocaleLanguageDetails of name of an entry in other languages.
acl
[String]Details regarding the authorization level to access the navigation item. For example, ['public', 'authenticated'].
action
ContentActionSchema to define the Action Object.
active
BooleanWhether navigation is active or not. For example, true or false.
display
StringDisplay name of the navigation link. For example, 'Home' or 'Products'.
image
StringURL of an image associated with a navigation link. For example, 'https://cdn.example.com/icons/home.png'.
sort_order
IntNumber denoting the position of navigation link. For example, 1, 2, or 3.
sub_navigation
[NavigationReference]List of sub links and details under a navigation.
tags
[String]List of tags under a navigation link. For example, ['featured', 'new'].
type
StringType of action to be taken e.g, page. For example, 'page', 'link', or 'category'.
Was this section helpful?