-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
65de0bd
commit a3ba806
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
Views Exposed Form Fieldset | ||
====================== | ||
|
||
This module provides options to render exposed filters and exposed sorts fields in fieldsets. | ||
|
||
This module uses the Display Extender plugin for Views and works for any kind of exposed form. | ||
|
||
It also works if you use your exposed form in a block. | ||
|
||
Installation | ||
------------ | ||
|
||
- Install this module using the official Backdrop CMS instructions at | ||
https://backdropcms.org/guide/modules. | ||
|
||
Documentation | ||
------------- | ||
|
||
Additional documentation is located in the Wiki: | ||
https://github.com/backdrop-contrib/views_ef_fieldset/wiki/Documentation. | ||
|
||
Issues | ||
------ | ||
|
||
Bugs and Feature requests should be reported in the Issue Queue: | ||
https://github.com/backdrop-contrib/views_ef_fieldset/issues. | ||
|
||
Current Maintainers | ||
------------------- | ||
|
||
- Robert Garrigós (https://github.com/robertgarrigos). | ||
|
||
Credits | ||
------- | ||
|
||
- Ported to Backdrop CMS by Robert Garrigos (https://github.com/robertgarrigos). | ||
- Originally written for Drupal by Pol Dellaiera (Pol) (https://www.drupal.org/u/pol). | ||
|
||
|
||
License | ||
------- | ||
|
||
This project is GPL v2 software. See the LICENSE.txt file in this directory for | ||
complete text. |