mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
FIX: ElementalArea
This commit is contained in:
parent
0cbc125872
commit
c36b321d91
@ -25,6 +25,11 @@ class PageController extends ContentController
|
||||
private static $graphql_resources = [];
|
||||
private static $ajax_resources = [];
|
||||
|
||||
public function ElementalArea()
|
||||
{
|
||||
return $this->dataRecord->ElementalArea();
|
||||
}
|
||||
|
||||
public function getViewer($action)
|
||||
{
|
||||
// Manually set templates should be dealt with by Controller::getViewer()
|
||||
|
Loading…
Reference in New Issue
Block a user