catalyst / moodle-block_multiblock

Moodle plugin which allows you to embed multiple blocks within a single block region using different formats including tabs and accordions
GNU General Public License v3.0
12 stars 11 forks source link

Restructure all the layouts into their own classes. #40

Closed Arantor closed 4 years ago

Arantor commented 4 years ago

This serves as a prelude to #29 where rendering will be handed over to the layout classes rather than a single stock renderer (as itself a prelude to having everything in real subplugins one day?)

Anyway, this moves everything into its own classes, splitting out Totara specific versions is now somewhat simpler and fixing the pipeline to not have a single renderer is also trivial.