Skip to content

Drupal 8 module which provide an additional custom fields which can be used on Menu link

Notifications You must be signed in to change notification settings

ryanalta/menu_item_extras

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CONTENTS OF THIS FILE

  • Introduction
  • Requirements
  • Installation
  • Configuration
  • FAQ
  • Maintainers

INTRODUCTION

Menu Item Extras provides extras for the Menu Items. Version 8.x-1.x adds the Body textarea field only.

REQUIREMENTS

This module requires the following modules:

  • Block (Drupal core)
  • Text (Drupal core)
  • Menu link content (Drupal core)

INSTALLATION:

  1. Download and enable as normal module;
  2. Go to the menus list and edit menu which you want to have the extras.

CONFIGURATION

  • You can enable/disable extras per menu, by default we enable extras for the Main Menu. When extras is disabled, all data from the fields are removed;
  • We added more suggestions for menus in regions. You could change menu template per region. Like menu--extras--main--header.html.twig, menu--extras--main--footer.html.twig.

UNINSTALLING:

  1. Disable extras for all menus otherwise, you will not be able to uninstall it;
  2. Uninstall as a normal module.

FAQ

  1. How to get a field value in the template?

You can use entity parameter which is passed to the menu-levels.html.twig

    {% if item.entity.field_test.value == '1' %}
      {{ rendered_content }}
    {% endif %}
  1. Support for REST API We do not support it out of the box, check the issue https://www.drupal.org/project/menu_item_extras/issues/2959787

MAINTAINERS

About

Drupal 8 module which provide an additional custom fields which can be used on Menu link

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 74.2%
  • PHP 22.2%
  • HTML 2.1%
  • JavaScript 1.4%
  • Shell 0.1%