πŸ‡ΊπŸ‡¦Ukraine @alex.mazaltov

Account created on 3 June 2014, almost 10 years ago
  • Consultant, couch, developer at MazaltovΒ  …
#

Recent comments

πŸ‡ΊπŸ‡¦Ukraine alex.mazaltov

I've been exploring the AI Interpolator module for my data-driven websites, particularly for a creation of facebook chatbots.

Could you please have a look Bot builder β†’

πŸ‡ΊπŸ‡¦Ukraine alex.mazaltov

Fixed in: Issue:3312774 β†’

Proposal is to update composer.json in module to handle the custom dependency from module's json.

πŸ‡ΊπŸ‡¦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

πŸ‡ΊπŸ‡¦Ukraine alex.mazaltov

I have successfully installed the Marghoob Suleman Dropdownusing 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:

  1. I added external repository to composer.json file
  2. And i specified installer name to be renamed after installation
  3. 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.

πŸ‡ΊπŸ‡¦Ukraine alex.mazaltov

Having the same issue
Drupal core: 9.5.9
Domain: 8.x-1.0-beta8

Production build 0.69.0 2024