How to insert a block level widget decoration?

Hi guys. I want to implement image placeholder feature with widget decoration, which is block level. But the widget created by default is inline. So is there a way to insert a block level widget decoration?

What do you mean by ‘the widget created by default is inline’? Isn’t your own code responsible for creating the widget DOM node, and thus able to create a block element there?