- 🇵🇹Portugal luis_oliveira Portugal
I used patch #30 but did not work, I did some debugging and found out that in Drupal 10 the array key 0 does not exist so the if statement would be skipped.
<?php if (isset($build[$region][$uuid]['content'][0]['#block_content'])) { ?>
I fixed that and added the "edit" option in the operation metadata.