diff --git a/Classes/Fusion/FormElementWrappingImplementation.php b/Classes/Fusion/FormElementWrappingImplementation.php index e365109..3dbbfef 100644 --- a/Classes/Fusion/FormElementWrappingImplementation.php +++ b/Classes/Fusion/FormElementWrappingImplementation.php @@ -97,7 +97,7 @@ private function wrapNodeRecursively(NodeInterface $node, string $output, string return $this->wrapNode($node, $output, $fusionPath); } - private function wrapNode(NodeInterface $node, string $output, string $fusionPath): string + protected function wrapNode(NodeInterface $node, string $output, string $fusionPath): string { $additionalAttributes = [ 'data-_neos-form-builder-type' => $node->getNodeType()->getName()