- Issue created by @asubit
- First commit to issue fork.
- Status changed to Closed: works as designed
almost 2 years ago 11:51am 1 February 2023 - 🇧🇪Belgium jOpdebeeck
The block ui library repository needs to be added to your composer.json file:
Installation:
Add both this module and the block ui library to your project's composer.json, which is a dependency of this module:```
"repositories": [
{
"type": "package",
"package": {
"name": "library-blockui/blockui",
"version": "v2.70",
"type": "drupal-library",
"dist": {
"url": "https://github.com/malsup/blockui/archive/2.70.zip",
"type": "zip"
}
}
}
]
```
Install it, as usual, with: `composer require drupal/elasticsearch_search_api`