Skip to content
Snippets Groups Projects
Commit 22219fed authored by Konstantinos Platis's avatar Konstantinos Platis
Browse files

Added support for grouping fields

parent 98d51471
No related branches found
Tags v0.5.0
2 merge requests!36Merge RC-v1.4.0 to master,!24Resolve "Enable grouping for Card Grid display format"
......@@ -28,11 +28,28 @@ class CardGrid extends DefaultStyle {
*
* @var bool
*/
protected $usesRowClass = false;
protected $usesRowClass = true;
/**
* Whether the format uses options
*
* @var bool
*/
protected $usesoptions = true;
/**
* Whether the format will allow rendering fields
*
* @var bool
*/
protected $renderFields = true;
/**
* Whether the format allows grouping
*
* @var bool
*/
protected $usesgrouping = true;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment