- Issue created by @joseph.olstad
- 🇨🇦Canada joseph.olstad
So basically the crux is the line in the composer.json and a folder with a copy of the forked module. The foldername is the machine name of the module. Have a look at jq_ui.
https://www.drupal.org/project/jq_ui/releases/8.x-1.6 →
Drop-in replacement for jquery_ui.
Steps to replace jquery_ui:
Step 1)
composer require drupal/jq_ui
Step 2)
drush en jq_ui -y;
Step 3)
drush cr;
Step 4) Sip from a marguerita
How is this possible you might ask? composer replace and a repaired copy of the jquery_ui in the jquery_ui folder inside of jq_ui!
- 🇨🇦Canada joseph.olstad
It's very easy, as described above.
I've also documented the process here:
https://a1.11pro.ca/en/public-documentation/drupalorg/dx-composer-replac...
https://a1.11pro.ca/fr/documentation-publique/drupalorg/dx-composer-repl...