Skip to content
Snippets Groups Projects
Commit c7f4a82b authored by Viktor Holovachek's avatar Viktor Holovachek
Browse files

Issue #3424559 - Add readme.md file

parent 9aa7d889
No related branches found
No related tags found
1 merge request!15Issue #3424559 - Add readme.md file
Pipeline #106729 passed
# Multi-path autocomplete
Multi-path autocomplete (formely known as Menu path autocomplete) changes some input field for entering paths to an autocomplete text field so users do not need to know the internal system path but simply can enter the title of the page to link to.
For a full description of the module, visit the
[project page](https://www.drupal.org/project/mpac).
To submit bug reports and feature suggestions, or track changes in the
[issue queue](https://www.drupal.org/project/issues/mpac).
## Table of contents
- Requirements
- Installation
- Configuration
- Maintainers
## Requirements
This module requires no modules outside of Drupal core.
## 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
- Configure Multi-path autocomplete:
Home >> Administration >> Configuration >> Search and metadata
(/admin/config/search/mpac)
## Maintainers
- Stefan Borchert - [stBorchert](https://www.drupal.org/u/stborchert)
- Viktor Holovachek - [AstonVictor](https://www.drupal.org/u/astonvictor)
-- SUMMARY --
"Multi-path autocomplete" helps anyone who creates menu items on
admin/structure/menu/manage/*/add to enter the path to nodes.
It changes the input field for the menu path to an autocomplete text field so
you can simply enter the title of the node and will get a list with all
matching values. If you select one of them its path will be placed into the
textfield.
If path.module is enabled autocomplete is working for URL aliases, too.
For a full description of the module, visit the project page:
http://drupal.org/project/mpac
To submit bug reports and feature suggestions, or to track changes:
http://drupal.org/project/issues/mpac
-- REQUIREMENTS --
None.
-- INSTALLATION --
* Install as usual, see http://drupal.org/node/70151 for further information.
-- CONTACT --
Current maintainers:
* Stefan Borchert (stborchert) - http://drupal.org/user/36942
Development on Multi-path autocomplete is sponsored by
<a href="http://undpaul.de">undpaul</a>.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment