From 746386536a874c8fb323dff7fa8232e02c3637ae Mon Sep 17 00:00:00 2001 From: Deepak Pandey <65612-deepak5423@users.noreply.drupalcode.org> Date: Tue, 1 Oct 2024 16:49:26 +0000 Subject: [PATCH] Issue #3212844: Added a README.md file and removed readme.txt file. --- README.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ README.txt | 1 - 2 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 README.md delete mode 100644 README.txt diff --git a/README.md b/README.md new file mode 100644 index 0000000..d177c99 --- /dev/null +++ b/README.md @@ -0,0 +1,50 @@ +## Contextual Menu Block + +Contextual Menu Block module provides a menu block that site builders can place so that +end users can easily navigate a page hierarchy. + +This module does not support variable starting levels and/or depth or +other configuration options. It provides links for the immediate parent and +sibling menu items of the active menu item, or it provides links to its immediate +children. It does not provide parent of parent links or child of child links. + +Most sites will prefer to use this module in conjunction with the +[Menu Breadcrumb](https://www.drupal.org/project/menu_breadcrumb) module, which will afford visitors with a link to navigate up +the menu hierarchy when this block does not render a parent link (i.e. +when the active item has children). + +For a full description of the module, visit the +[project page](https://www.drupal.org/project/admin_toolbar). + +Submit bug reports and feature suggestions, or track changes in the +[issue queue](https://www.drupal.org/project/issues/search/admin_toolbar). + +## Table of contents + +- Requirements +- Recommended modules +- Installation +- Configuration + +## Requirements + +This module does not require any additional modules. + +## Recommended modules + +[Menu Breadcrumb](https://www.drupal.org/project/menu_breadcrumb): +Most sites will prefer to use this module in conjunction with the +Menu Breadcrumb module, which will afford visitors with a link to navigate up +the menu hierarchy when this block does not render a parent link (i.e. when +the active item has children). + +## Installation + +Install as you would normally install a contributed Drupal module. For further +information, see +[Installing Drupal Modules](https://www.drupal.org/docs/extending-drupal/installing-drupal-modules). + +## Configuration + +Place the "Contextual menu" block using the layout tool of your choice. +Then select which menu you want to be used as a contextual menu. diff --git a/README.txt b/README.txt deleted file mode 100644 index e1ae62f..0000000 --- a/README.txt +++ /dev/null @@ -1 +0,0 @@ -# Contextual Menu Block -- GitLab