collapse custom group for embed data
This commit is contained in:
parent
6e07d97dba
commit
e6790c914e
1 changed files with 4 additions and 3 deletions
|
@ -13,6 +13,7 @@ class CustomGroup {
|
||||||
private $extends;
|
private $extends;
|
||||||
private $weight;
|
private $weight;
|
||||||
private $extends_entity_column_value;
|
private $extends_entity_column_value;
|
||||||
|
private $collapse_display;
|
||||||
private $results;
|
private $results;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -243,10 +244,10 @@ class CustomGroup {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return string
|
* @return mixed
|
||||||
*/
|
*/
|
||||||
public function getColumnValue(): string {
|
public function getCollapseDisplay() {
|
||||||
return $this->column_value;
|
return $this->collapse_display;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue