Comment out unused theme function suggestion
This commit is contained in:
parent
c58fa4b7a8
commit
4ddfa5fc7c
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ function geo_citation_node_view(array &$build, \Drupal\Core\Entity\EntityInterfa
|
||||||
if ($display->getComponent('geo_citation')) {
|
if ($display->getComponent('geo_citation')) {
|
||||||
$build['geo_citation'] = [
|
$build['geo_citation'] = [
|
||||||
'#markup' => geo_citation_pseudo_field($entity),
|
'#markup' => geo_citation_pseudo_field($entity),
|
||||||
'#theme' => 'geo_citation_field',
|
// '#theme' => 'geo_citation_field',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue