Optional module extension points?

@dkayiwa (cc @fali @achachiez)

When you add a module extension point to a jsp, does that module extension point have to exist?

We’re seeing an error on https://openmrs-spa.org/openmrs/spa as a result of https://github.com/openmrs/openmrs-module-spa/pull/11, because we haven’t implemented a module extension point. But we would like to make it either have a default implementation (of being completely empty), or just not be required at all.

51%20AM

How about using this? https://pastebin.com/pspF8siB

Awesome, thanks :pray: