b-connect / viewfield_filter_options
b-connect Viewfield Filter Options: Modifies Viewfields to give access to View Filters within Form Widgets.
Requires
- composer/installers: ~1.0 || ~2.0
- cweagans/composer-patches: ~1.0 || ~2.0
- drupal/viewfield: ^3.0.0-beta3
- oomphinc/composer-installers-extender: ~1.0 || ~2.0
This package is auto-updated.
Last update: 2024-11-04 11:13:09 UTC
README
This Module for Drupal 8 allows the User to set specific Filter Settings for a selected View in Viewfields. It replaces the Arguments option to show available Filters in Viewfield Form Widgets and gives the User an option to alter Filter Outputs in View Settings.
Requirements
Viewfield Filter Options requires the Viewfield Plugin. Install with: composer require drupal/viewfield
Install
This Module changes the database entries for the arguments field upon enabling in drupal with: drush en vffo
Usage
After installation set up the View Settings to use "VFFO View Field Filter Options" as Exposed form style and set up which exposed Filters are to be shown in Forms / Output. Then set up Widget and Formatter for the Viewfield to "Viewfield Filter Options"
Current State
This Module only supports single field Viewfields at the moment and is still under development.