Skip to content

Drupal Menu and Menu item Druxt components, with support for the JSON -API Menu Items module.

MenuOptions

View source on GitHub

MenuOptions : object

DruxtMenu options.

Kind: global typedef
See: JSON:API Menu Items
Properties

NameTypeDefaultDescription
[jsonApiMenuItems]booleanfalseWhether to use the Drupal JSON:API Menu Items module endpoint.

Example

{
  jsonApiMenuItems: true,
}