Started by
Alex Khang
on
Topic category: Troubleshooting, bugs, and solutions
I'm trying to create a custom block that can only be placed on specific blocks, and one of the options I resort to is the Block valid placement condition in Advanced properties. However, I can only access the first five of my custom conditions. It seems like all blocks have this problem, and even when I directly create the procedure from the plus icon, it still doesn't work, so I cannot access my later conditions.
Does anybody know a workaround for this? I genuinely want to progress with my block.
This sounds to me like you are either missing dependencies or missing the correct return type.
Double check that you have a return true/return false at the end of the procedure, and that you use only dependencies provided by the procedure trigger.
If you have already done that, then I don't know what is happening, that's all I could think of based on how you described the problem.