I am unable to get node add buttons to show up. Im not sure when this started to happen, but I believe this used to work properly.
After digging into the code I noticed that
public static function checkAccess(string $bundle) {
the value for $bundle is 'node'
changing the arguments in this function to
public static function checkAccess(string $entity_type, string $bundle) {
gets the correct value for $bundle.
I will provide a patch/MR
Active
2.0
Code: Area Plugin