Is there a way to have a custom OpenUI5/SAPUI5 configuration property?
For example, if I wanted to add a property "xx-customProperty".
It would be nice to hook into the existing configuration support (url param loading for example).
I took a look at sap.ui.core.Configuration, and I see where the M_SETTINGS map is defined, but not how to append to it.