2 changed files with 29 additions and 3 deletions
@ -0,0 +1,25 @@
|
||||
{ |
||||
"name": "roblib/preserve_advanced_search", |
||||
"type": "drupal-module", |
||||
"description": "Keeps advanced search a[] query parameters attached to facet slider URLs built by the server.", |
||||
"keywords": ["Drupal", "facets", "search"], |
||||
"homepage": "https://git.library.upei.ca/Code/preserve_advanced_search", |
||||
"license": "GPL-2.0-or-later", |
||||
"authors": [ |
||||
{ |
||||
"name": "Paul Pound", |
||||
"role": "Maintainer" |
||||
} |
||||
], |
||||
"support": { |
||||
"source": "https://git.library.upei.ca/Code/preserve_advanced_search", |
||||
"issues": "https://git.library.upei.ca/Code/preserve_advanced_search/issues" |
||||
}, |
||||
"require": { |
||||
"php": ">=8.1", |
||||
"drupal/core": "^10 || ^11" |
||||
}, |
||||
"suggest": { |
||||
"drupal/facets": "Provides the facets_range_nouislider submodule whose library this module alters." |
||||
} |
||||
} |
||||
Loading…
Reference in new issue