Convert lesson plan details into block widget
The lesson plans have a static widget that shows lesson plan details.
Pull request #239 converts the sidebars into dynamic widget areas, but that widget is still hardcoded static content. This needs to be converted to a block widget. V1 would be fine to have the widget with no options so we can at least move it around, but v2 could have some options for what to show.
@hlashbrooke is that this section?
Yeah that's it.
This should support translations too.
@hlashbrooke I'm starting to look into this and need some clarification please:
so we can at least move it around
Can you give an example of another place this would be used? This will help me ensure the block is fit for purpose.
~How are you thinking you would use this? Given this isn't a block theme maybe a shortcode could work? That way you can use it in the editor or within a template.~
My thinking with saying we can move it around isn't to use it on other content types (since it's unique to Lesson Plans), but to allow us to move the widgets around as needed - this will allow us more flexibility with the sidebar layout as we add more content to it in the future. So no specific plans, but I was hoping for it to allow us flexibility as we move forward.
So using the widget editor you'd be able to include the Lesson Plan details block wherever you see fit within this Lesson Plan sidebar?

Yes - exactly :)
At the moment the details and actions (print button, etc) are grouped. Is it ok for them to stay like that, or would it be beneficial to be able to split them and move independently?

If we could split them into separate blocks that we can move around as widgets, that would be ideal.