You are here

README.txt in Field Menu 8

CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Configuration
 * Use

INTRODUCTION
------------

The Field Menu module provides a field type that allows the selection
of a menu tree to display in page.

This is useful if for example you want a really customised sitemap.
Simply apply it to a Content Type or Paragraph entity so you can output
your own, dynamic, sitemap page with minimal configuration.

REQUIREMENTS
------------

This module requires no modules outside of Drupal core.

INSTALLATION
------------

 * Install the Field Menu module as you would normally install a
   contributed Drupal module. Visit https://www.drupal.org/node/1897420 for
   further information.

CONFIGURATION
-------------

Navigate to your chosen entity type, and add a field:
 * Click the add field button
 * Select the 'Menu item' field type and give your field a Label
 * Set the Field Settings to add the field to the entity type

 USE
-------------

A Menu item field appering in an entity edit form has the following options:
 * Title: an optional title for the selected menu tree
 * Root: the root menu item of the menu tree the user wishes to display
 * Max depth: of the tree can be defined, or all child levels are displayed 
   if this value is left to the default of 0
 * Include root: only the children of the selected Root item form the tree 
   by default. Here the user has the option to include the root menu link
 

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. * Use
  8. INTRODUCTION
  9. ------------
  10. The Field Menu module provides a field type that allows the selection
  11. of a menu tree to display in page.
  12. This is useful if for example you want a really customised sitemap.
  13. Simply apply it to a Content Type or Paragraph entity so you can output
  14. your own, dynamic, sitemap page with minimal configuration.
  15. REQUIREMENTS
  16. ------------
  17. This module requires no modules outside of Drupal core.
  18. INSTALLATION
  19. ------------
  20. * Install the Field Menu module as you would normally install a
  21. contributed Drupal module. Visit https://www.drupal.org/node/1897420 for
  22. further information.
  23. CONFIGURATION
  24. -------------
  25. Navigate to your chosen entity type, and add a field:
  26. * Click the add field button
  27. * Select the 'Menu item' field type and give your field a Label
  28. * Set the Field Settings to add the field to the entity type
  29. USE
  30. -------------
  31. A Menu item field appering in an entity edit form has the following options:
  32. * Title: an optional title for the selected menu tree
  33. * Root: the root menu item of the menu tree the user wishes to display
  34. * Max depth: of the tree can be defined, or all child levels are displayed
  35. if this value is left to the default of 0
  36. * Include root: only the children of the selected Root item form the tree
  37. by default. Here the user has the option to include the root menu link