A configurable property that allows a smartblock to be inserted into the current block rather than a new sibling block
Background
One of my top use case for smartblocks is to add a standard structure for a page, which included properties. However, Properties need to be in the first block on a page. When I insert a smartblock into a new, empty page, the output shows up in a new sibling block instead of the top block. That means every page I run smartblock in requires me to go to the top of the page and delete out the first block to get the properties into the first block. I'd like a property like current-block:: true which would drop the output of the smartblock onto the current block.
A configurable property that allows a smartblock to be inserted into the current block rather than a new sibling block
Background
One of my top use case for smartblocks is to add a standard structure for a page, which included properties. However, Properties need to be in the first block on a page. When I insert a smartblock into a new, empty page, the output shows up in a new sibling block instead of the top block. That means every page I run smartblock in requires me to go to the top of the page and delete out the first block to get the properties into the first block. I'd like a property like
current-block:: truewhich would drop the output of the smartblock onto the current block.