Closed adrian-cerdeira closed 4 months ago
Thanks for reporting. Would you be willing to create a PR that checks for that null case? That would greatly increase the chances for this feature to make it into the core :)
@bwaidelich I would love to create a PR but I don't have permission to create a branch. Can you give me access?
You can just fork the repository, see https://docs.github.com/articles/creating-a-pull-request
@bwaidelich Thanks, PR is created.
@adrian-cerdeira Thanks for your contribution, it's included in version 2.3.5
Hello When I want to deactivate (because I don't need it)
furtherPages
in yaml:It gives me then this error:
When I check this in the line of code it breaks here, because
furtherPages
is null.$output = $output . $this->wrapNode($node->getNode('furtherPages'), '', $fusionPath . '/furtherPages');
Is it possible to make this a feature in the future?