Sure. Here’s a link to an example block filter I use, which adds a class to the block: https://gist.github.com/fatesallow/bc13a47f79b76979592a80a16300465a
When I use Block Visibility’s block manager page and turn it OFF for the paragraph block, my block filter works: It has a toggle that adds a class to the block. When I turn it back ON for the paragraph block, the toggle component shows, but it doesn’t add a class to the block.
The block visibility control works, but there’s a conflict with the block filter. I thought maybe when two block filters target the same block, one gets canceled?? I have no idea. ??