One missing piece of layouts in Backdrop is the ability to have multiple layouts on the same path. I was going to create a separate module to explore how to handle that, however, I think adding a path field, which would be hidden on the node%/layout form, could allow for an admin/structure/path_layout to handle multiple layouts at the same path.
When the block view is executed, a new check would have to look for layouts at the current path. Maybe it would be a good idea to add a weight field to the layout data instead of doing some sort of complicated search to load the blocks in orders.
One missing piece of layouts in Backdrop is the ability to have multiple layouts on the same path. I was going to create a separate module to explore how to handle that, however, I think adding a path field, which would be hidden on the
node%/layoutform, could allow for anadmin/structure/path_layoutto handle multiple layouts at the same path.When the block view is executed, a new check would have to look for layouts at the current path. Maybe it would be a good idea to add a weight field to the layout data instead of doing some sort of complicated search to load the blocks in orders.