- 🇮🇳India prashant.c Dharamshala
To add the necessary libraries, place them in the root "libraries" folder. If the folder doesn't exist, please create it. The library name for the
Marghoob Suleman Dropdown
should be"ms-Dropdown"
, as specified in the module's help text. - 🇺🇦Ukraine alex.mazaltov
I have successfully installed the
Marghoob Suleman Dropdown
using composer require and it stored in library folder as ms-Dropdown But module lang_dropdown can't find it.
How i did the composer adjustment:- I added external repository to composer.json file
- And i specified installer name to be renamed after installation
- Here is the chunk of code
{ "type": "package", "package": { "name": "marghoobsuleman/ms-dropdown", "version": "v4.0.3", "type": "drupal-library", "dist": { "url": "https://github.com/marghoobsuleman/ms-Dropdown/archive/refs/tags/v4.0.3.zip", "type": "zip" }, "source": { "url": "https://github.com/marghoobsuleman/ms-Dropdown", "type": "git", "reference": "v4.0.3" }, "extra": { "installer-name": "ms-Dropdown" } } }
Please help with this issue.
- Status changed to Fixed
over 1 year ago 7:19am 17 September 2023 - 🇺🇦Ukraine alex.mazaltov
Succesfully solved with version of library 3.5.2
{ "type": "package", "package": { "name": "waza-ari/msdropdown", "version": "v3.5.2", "type": "drupal-library", "dist": { "url": "https://github.com/waza-ari/msdropdown/archive/refs/tags/v3.5.2.zip", "type": "zip" }, "source": { "url": "https://github.com/waza-ari/msdropdown", "type": "git", "reference": "v3.5.2" }, "extra": { "installer-name": "ms-dropdown" } } }
And add with composer:
composer require waza-ari/msdropdown
Automatically closed - issue fixed for 2 weeks with no activity.