- Issue created by @maxilein
-
nagy.balint →
committed 047c5957 on 3.0.x
Issue #3414695: Ability to use the library locally.
-
nagy.balint →
committed 047c5957 on 3.0.x
-
nagy.balint →
committed d33858a8 on 3.0.x
Issue #3414695: Added the README changes.
-
nagy.balint →
committed d33858a8 on 3.0.x
- Status changed to Fixed
2 months ago 12:35pm 4 September 2024 - 🇭🇺Hungary nagy.balint
Now it is possible to load the library locally in the development version of the 3.0.x branch.
Add the following entry in the "repositories" section of your main composer.json file.
{ "type": "package", "package": { "name": "flatpickr/flatpickr", "version": "4.6.13", "type": "drupal-library", "dist": { "url": "https://registry.npmjs.org/flatpickr/-/flatpickr-4.6.13.tgz", "type": "tar" } } },
Now you can run the following command to install flatpickr in the right folder:
composer require flatpickr/flatpickr:4.6.13
Automatically closed - issue fixed for 2 weeks with no activity.